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>
ACannedQueryFactoryfor various queries relating tocalendar 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
Fields Modifier and Type Field Description protected org.alfresco.service.cmr.repository.NodeServicenodeServiceprotected TaggingServicetaggingService-
Fields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService
-
-
Constructor Summary
Constructors Constructor Description GetCalendarEntriesCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected org.alfresco.query.CannedQuerySortDetailscreateCQSortDetails()org.alfresco.query.CannedQuery<CalendarEntry>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)org.alfresco.query.CannedQuery<CalendarEntry>getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes, java.util.Date fromDate, java.util.Date toDate, org.alfresco.query.PagingRequest pagingReq)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)voidsetTaggingService(TaggingService taggingService)-
Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
-
-
-
-
Field Detail
-
nodeService
protected org.alfresco.service.cmr.repository.NodeService nodeService
-
taggingService
protected TaggingService taggingService
-
-
Method Detail
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
-
setTaggingService
public void setTaggingService(TaggingService taggingService)
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<CalendarEntry>- Throws:
java.lang.Exception
-
getCannedQuery
public org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
-
getCannedQuery
public org.alfresco.query.CannedQuery<CalendarEntry> getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes, java.util.Date fromDate, java.util.Date toDate, org.alfresco.query.PagingRequest pagingReq)
-
createCQSortDetails
protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails()
-
-