public class GetCalendarEntriesCannedQuery extends AbstractCannedQueryPermissions<CalendarEntry>
canned queries used by the
CalendarService.| Modifier and Type | Class and Description |
|---|---|
protected static class |
GetCalendarEntriesCannedQuery.CalendarEntityComparator
Utility class to sort
CalendarEntrys on the basis of a Comparable property. |
| Constructor and Description |
|---|
GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO,
org.alfresco.service.cmr.repository.NodeService nodeService,
TaggingService taggingService,
MethodSecurityBean<CalendarEntry> methodSecurity,
org.alfresco.query.CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isApplyPostQuerySorting() |
protected List<CalendarEntry> |
queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
void |
setTestHook(GetCalendarEntriesCannedQueryTestHook hook) |
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionspublic GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.service.cmr.repository.NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params)
protected List<CalendarEntry> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
queryAndFilter in class org.alfresco.query.AbstractCannedQuery<CalendarEntry>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<CalendarEntry>public void setTestHook(GetCalendarEntriesCannedQueryTestHook hook)
Copyright © 2005–2018 Alfresco Software. All rights reserved.