public class GetCalendarEntriesCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory<CalendarEntry>
CannedQueryFactory for various queries relating to calendar entries.AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R>| Modifier and Type | Field and Description |
|---|---|
protected NodeService |
nodeService |
protected TaggingService |
taggingService |
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService| Constructor and Description |
|---|
GetCalendarEntriesCannedQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected CannedQuerySortDetails |
createCQSortDetails() |
CannedQuery<CalendarEntry> |
getCannedQuery(CannedQueryParameters parameters) |
CannedQuery<CalendarEntry> |
getCannedQuery(NodeRef[] containerNodes,
Date fromDate,
Date toDate,
PagingRequest pagingReq) |
void |
setNodeService(NodeService nodeService) |
void |
setTaggingService(TaggingService taggingService) |
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantServicegetCannedQuery, getQueryExecutionId, setBeanName, setRegistryprotected NodeService nodeService
protected TaggingService taggingService
public GetCalendarEntriesCannedQueryFactory()
public void setNodeService(NodeService nodeService)
public void setTaggingService(TaggingService taggingService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractQNameAwareCannedQueryFactory<CalendarEntry>Exceptionpublic CannedQuery<CalendarEntry> getCannedQuery(CannedQueryParameters parameters)
public CannedQuery<CalendarEntry> getCannedQuery(NodeRef[] containerNodes, Date fromDate, Date toDate, PagingRequest pagingReq)
protected CannedQuerySortDetails createCQSortDetails()
Copyright © 2005–2020 Alfresco Software. All rights reserved.