public class GetAuthoritiesCannedQuery extends AbstractCannedQueryPermissions<AuthorityInfo>
| Constructor and Description |
|---|
GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO,
TenantService tenantService,
MethodSecurityBean<AuthorityInfo> methodSecurity,
CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AuthorityInfo> |
applyPostQuerySorting(List<AuthorityInfo> results,
CannedQuerySortDetails sortDetails) |
protected boolean |
isApplyPostQuerySorting() |
protected List<AuthorityInfo> |
queryAndFilter(CannedQueryParameters parameters) |
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsapplyPostQueryPaging, execute, getParameters, isApplyPostQueryPaging, toStringpublic GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, CannedQueryParameters params)
protected List<AuthorityInfo> queryAndFilter(CannedQueryParameters parameters)
queryAndFilter in class AbstractCannedQuery<AuthorityInfo>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class AbstractCannedQuery<AuthorityInfo>protected List<AuthorityInfo> applyPostQuerySorting(List<AuthorityInfo> results, CannedQuerySortDetails sortDetails)
applyPostQuerySorting in class AbstractCannedQuery<AuthorityInfo>Copyright © 2005–2020 Alfresco Software. All rights reserved.