public class GetAuthoritiesCannedQueryFactory extends AbstractCannedQueryFactory<AuthorityInfo>
| Constructor and Description |
|---|
GetAuthoritiesCannedQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
CannedQuery<AuthorityInfo> |
getCannedQuery(AuthorityType type,
NodeRef containerRef,
String displayNameFilter,
String sortBy,
boolean sortAscending,
PagingRequest pagingRequest) |
CannedQuery<AuthorityInfo> |
getCannedQuery(CannedQueryParameters parameters) |
void |
setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) |
void |
setMethodSecurity(MethodSecurityBean<AuthorityInfo> methodSecurity) |
void |
setNodeDAO(NodeDAO nodeDAO) |
void |
setQnameDAO(QNameDAO qnameDAO) |
void |
setTenantService(TenantService tenantService) |
getCannedQuery, getQueryExecutionId, setBeanName, setRegistrypublic void setNodeDAO(NodeDAO nodeDAO)
public void setQnameDAO(QNameDAO qnameDAO)
public void setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)
public void setTenantService(TenantService tenantService)
public void setMethodSecurity(MethodSecurityBean<AuthorityInfo> methodSecurity)
public CannedQuery<AuthorityInfo> getCannedQuery(CannedQueryParameters parameters)
public CannedQuery<AuthorityInfo> getCannedQuery(AuthorityType type, NodeRef containerRef, String displayNameFilter, String sortBy, boolean sortAscending, PagingRequest pagingRequest)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractCannedQueryFactory<AuthorityInfo>ExceptionCopyright © 2005–2021 Alfresco Software. All rights reserved.