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.
Since:
4.0
Author:
Nick Burch
See Also:
  • Field Details

  • Constructor Details

    • GetCalendarEntriesCannedQueryFactory

      public GetCalendarEntriesCannedQueryFactory()
  • Method Details

    • setNodeService

      public void setNodeService(NodeService nodeService)
    • setTaggingService

      public void setTaggingService(TaggingService taggingService)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class AbstractQNameAwareCannedQueryFactory<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()