Class DraftsAndPublishedBlogPostsCannedQueryFactory
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQueryFactory<R>
-
- org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<BlogEntity>
-
- org.alfresco.repo.blog.cannedqueries.AbstractBlogPostsCannedQueryFactory
-
- org.alfresco.repo.blog.cannedqueries.DraftsAndPublishedBlogPostsCannedQueryFactory
-
- All Implemented Interfaces:
CannedQueryFactory<BlogEntity>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class DraftsAndPublishedBlogPostsCannedQueryFactory extends AbstractBlogPostsCannedQueryFactory
ACannedQueryFactoryfor the creation ofDraftsAndPublishedBlogPostsCannedQuerys.- Since:
- 4.0
- Author:
- Neil Mc Erlean
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.blog.cannedqueries.AbstractBlogPostsCannedQueryFactory
AbstractBlogPostsCannedQueryFactory.BlogEntityComparator
-
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 DraftsAndPublishedBlogPostsCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CannedQuery<BlogEntity>getCannedQuery(CannedQueryParameters parameters)CannedQuery<BlogEntity>getCannedQuery(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, PagingRequest pagingReq)-
Methods inherited from class org.alfresco.repo.blog.cannedqueries.AbstractBlogPostsCannedQueryFactory
createCQSortDetails
-
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
-
-
-
-
Method Detail
-
getCannedQuery
public CannedQuery<BlogEntity> getCannedQuery(CannedQueryParameters parameters)
-
getCannedQuery
public CannedQuery<BlogEntity> getCannedQuery(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, PagingRequest pagingReq)
-
-