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:
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 Classes Modifier and Type Class Description protected static classAbstractBlogPostsCannedQueryFactory.BlogEntityComparatorUtility 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 Constructor Description AbstractBlogPostsCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CannedQuerySortDetailscreateCQSortDetails(QName sortProp, CannedQuerySortDetails.SortOrder sortOrder)-
Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
afterPropertiesSet, createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
-
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.query.CannedQueryFactory
getCannedQuery
-
-
-
-
Method Detail
-
createCQSortDetails
protected CannedQuerySortDetails createCQSortDetails(QName sortProp, CannedQuerySortDetails.SortOrder sortOrder)
-
-