Class GetCalendarEntriesCannedQueryFactory

    • Field Detail

      • nodeService

        protected org.alfresco.service.cmr.repository.NodeService nodeService
    • Constructor Detail

      • GetCalendarEntriesCannedQueryFactory

        public GetCalendarEntriesCannedQueryFactory()
    • Method Detail

      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      • setTaggingService

        public void setTaggingService​(TaggingService taggingService)
      • 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()