public class GetDiscussionTopcisWithPostsCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory<NodeWithChildrenEntity>
CannedQueryFactory
for various queries relating to getting
Topics with some information on their PostsAbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R>
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService
Constructor and Description |
---|
GetDiscussionTopcisWithPostsCannedQueryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.alfresco.query.CannedQuery<NodeWithChildrenEntity> |
getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) |
org.alfresco.query.CannedQuery<NodeWithChildrenEntity> |
getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
Date topicCreatedFrom,
Date postCreatedFrom,
boolean excludePrimaryPosts,
org.alfresco.query.CannedQuerySortDetails sortDetails,
org.alfresco.query.PagingRequest pagingReq) |
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
public GetDiscussionTopcisWithPostsCannedQueryFactory()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class AbstractQNameAwareCannedQueryFactory<NodeWithChildrenEntity>
Exception
public org.alfresco.query.CannedQuery<NodeWithChildrenEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
public org.alfresco.query.CannedQuery<NodeWithChildrenEntity> getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, Date topicCreatedFrom, Date postCreatedFrom, boolean excludePrimaryPosts, org.alfresco.query.CannedQuerySortDetails sortDetails, org.alfresco.query.PagingRequest pagingReq)
Copyright © 2005–2017 Alfresco Software. All rights reserved.