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,
NodeService nodeService,
TaggingService taggingService,
MethodSecurityBean<CalendarEntry> methodSecurity,
CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isApplyPostQuerySorting() |
protected List<CalendarEntry> |
queryAndFilter(CannedQueryParameters parameters) |
void |
setTestHook(GetCalendarEntriesCannedQueryTestHook hook) |
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsapplyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toStringpublic GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, CannedQueryParameters params)
protected List<CalendarEntry> queryAndFilter(CannedQueryParameters parameters)
queryAndFilter in class AbstractCannedQuery<CalendarEntry>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class AbstractCannedQuery<CalendarEntry>public void setTestHook(GetCalendarEntriesCannedQueryTestHook hook)
Copyright © 2005–2021 Alfresco Software. All rights reserved.