Class GetCalendarEntriesCannedQueryFactory
java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<CalendarEntry>
org.alfresco.repo.calendar.cannedqueries.GetCalendarEntriesCannedQueryFactory
- All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<CalendarEntry>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetCalendarEntriesCannedQueryFactory
extends AbstractQNameAwareCannedQueryFactory<CalendarEntry>
A
CannedQueryFactory for various queries relating to calendar entries.-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R> -
Field Summary
FieldsFields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected org.alfresco.query.CannedQuerySortDetailsorg.alfresco.query.CannedQuery<CalendarEntry>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<CalendarEntry>getCannedQuery(NodeRef[] containerNodes, Date fromDate, Date toDate, org.alfresco.query.PagingRequest pagingReq) voidsetNodeService(NodeService nodeService) voidsetTaggingService(TaggingService taggingService) Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantServiceMethods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
Field Details
-
nodeService
-
taggingService
-
-
Constructor Details
-
GetCalendarEntriesCannedQueryFactory
public GetCalendarEntriesCannedQueryFactory()
-
-
Method Details
-
setNodeService
-
setTaggingService
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<CalendarEntry>- Throws:
Exception
-
getCannedQuery
public org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) -
getCannedQuery
public org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(NodeRef[] containerNodes, Date fromDate, Date toDate, org.alfresco.query.PagingRequest pagingReq) -
createCQSortDetails
protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails()
-