public class GetCalendarEntriesCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory
CannedQueryFactory for various queries relating to calendar entries.AbstractQNameAwareCannedQueryFactory.NestedComparator, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator| 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 |
getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) |
org.alfresco.query.CannedQuery |
getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes,
java.util.Date fromDate,
java.util.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 java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractQNameAwareCannedQueryFactoryjava.lang.Exceptionpublic org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
public org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes,
java.util.Date fromDate,
java.util.Date toDate,
org.alfresco.query.PagingRequest pagingReq)
protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.