Class AbstractBlogPostsCannedQueryFactory
java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<BlogEntity>
org.alfresco.repo.blog.cannedqueries.AbstractBlogPostsCannedQueryFactory
- All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<BlogEntity>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
DraftsAndPublishedBlogPostsCannedQueryFactory,GetBlogPostsCannedQueryFactory
public abstract class AbstractBlogPostsCannedQueryFactory
extends AbstractQNameAwareCannedQueryFactory<BlogEntity>
- Since:
- 4.0
- Author:
- Neil Mc Erlean, janv
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classUtility class to sortBlogPostInfos on the basis of a Comparable property.Nested classes/interfaces inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R> -
Field Summary
Fields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.alfresco.query.CannedQuerySortDetailscreateCQSortDetails(QName sortProp, org.alfresco.query.CannedQuerySortDetails.SortOrder sortOrder) Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
afterPropertiesSet, createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantServiceMethods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.query.CannedQueryFactory
getCannedQuery
-
Constructor Details
-
AbstractBlogPostsCannedQueryFactory
public AbstractBlogPostsCannedQueryFactory()
-
-
Method Details
-
createCQSortDetails
protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails(QName sortProp, org.alfresco.query.CannedQuerySortDetails.SortOrder sortOrder)
-