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 org.alfresco.service.cmr.repository.NodeService |
nodeService |
protected TaggingService |
taggingService |
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService| Constructor and Description |
|---|
GetCalendarEntriesCannedQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.alfresco.query.CannedQuerySortDetails |
createCQSortDetails() |
org.alfresco.query.CannedQuery<CalendarEntry> |
getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) |
org.alfresco.query.CannedQuery<CalendarEntry> |
getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setTaggingService(TaggingService taggingService) |
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantServiceprotected org.alfresco.service.cmr.repository.NodeService nodeService
protected TaggingService taggingService
public GetCalendarEntriesCannedQueryFactory()
public void setNodeService(org.alfresco.service.cmr.repository.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 org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
public org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes, Date fromDate, Date toDate, org.alfresco.query.PagingRequest pagingReq)
protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails()
Copyright © 2005–2018 Alfresco Software. All rights reserved.