Class GetCalendarEntriesCannedQuery
java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<CalendarEntry>
org.alfresco.repo.calendar.cannedqueries.GetCalendarEntriesCannedQuery
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<CalendarEntry>
This class provides support for
canned queries used by the
CalendarService.- Since:
- 4.0
- Author:
- Nick Burch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classUtility class to sortCalendarEntrys on the basis of a Comparable property. -
Constructor Summary
ConstructorsConstructorDescriptionGetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected List<CalendarEntry>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) voidMethods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsMethods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toString
-
Constructor Details
-
GetCalendarEntriesCannedQuery
public GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<CalendarEntry>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<CalendarEntry>
-
setTestHook
-