Class GetAuthoritiesCannedQueryFactory
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQueryFactory<AuthorityInfo>
-
- org.alfresco.repo.security.authority.GetAuthoritiesCannedQueryFactory
-
- All Implemented Interfaces:
CannedQueryFactory<AuthorityInfo>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetAuthoritiesCannedQueryFactory extends AbstractCannedQueryFactory<AuthorityInfo>
GetAuthorities CQ Factory - to get paged list of authorities- Since:
- 4.0
- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description GetAuthoritiesCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()CannedQuery<AuthorityInfo>getCannedQuery(CannedQueryParameters parameters)CannedQuery<AuthorityInfo>getCannedQuery(AuthorityType type, NodeRef containerRef, String displayNameFilter, String sortBy, boolean sortAscending, PagingRequest pagingRequest)voidsetCannedQueryDAO(CannedQueryDAO cannedQueryDAO)voidsetMethodSecurity(MethodSecurityBean<AuthorityInfo> methodSecurity)voidsetNodeDAO(NodeDAO nodeDAO)voidsetQnameDAO(QNameDAO qnameDAO)voidsetTenantService(TenantService tenantService)-
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
-
-
-
Method Detail
-
setNodeDAO
public void setNodeDAO(NodeDAO nodeDAO)
-
setQnameDAO
public void setQnameDAO(QNameDAO qnameDAO)
-
setCannedQueryDAO
public void setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)
-
setTenantService
public void setTenantService(TenantService tenantService)
-
setMethodSecurity
public void setMethodSecurity(MethodSecurityBean<AuthorityInfo> methodSecurity)
-
getCannedQuery
public CannedQuery<AuthorityInfo> getCannedQuery(CannedQueryParameters parameters)
-
getCannedQuery
public CannedQuery<AuthorityInfo> getCannedQuery(AuthorityType type, NodeRef containerRef, String displayNameFilter, String sortBy, boolean sortAscending, PagingRequest pagingRequest)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractCannedQueryFactory<AuthorityInfo>- Throws:
Exception
-
-