org.alfresco.repo.security.authority
Class GetAuthoritiesCannedQueryFactory

java.lang.Object
  extended by org.alfresco.query.AbstractCannedQueryFactory
      extended by org.alfresco.repo.security.authority.GetAuthoritiesCannedQueryFactory
All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class GetAuthoritiesCannedQueryFactory
extends org.alfresco.query.AbstractCannedQueryFactory

GetAuthorities CQ Factory - to get paged list of authorities

Since:
4.0

Constructor Summary
GetAuthoritiesCannedQueryFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.service.cmr.security.AuthorityType type, org.alfresco.service.cmr.repository.NodeRef containerRef, java.lang.String displayNameFilter, boolean sortByDisplayName, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest)
           
 org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
           
 void setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)
           
 void setMethodSecurity(MethodSecurityBean methodSecurity)
           
 void setNodeDAO(NodeDAO nodeDAO)
           
 void setQnameDAO(QNameDAO qnameDAO)
           
 void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
           
 
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAuthoritiesCannedQueryFactory

public GetAuthoritiesCannedQueryFactory()
Method Detail

setNodeDAO

public void setNodeDAO(NodeDAO nodeDAO)

setQnameDAO

public void setQnameDAO(QNameDAO qnameDAO)

setCannedQueryDAO

public void setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)

setTenantService

public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)

setMethodSecurity

public void setMethodSecurity(MethodSecurityBean methodSecurity)

getCannedQuery

public org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)

getCannedQuery

public org.alfresco.query.CannedQuery getCannedQuery(org.alfresco.service.cmr.security.AuthorityType type,
                                                     org.alfresco.service.cmr.repository.NodeRef containerRef,
                                                     java.lang.String displayNameFilter,
                                                     boolean sortByDisplayName,
                                                     boolean sortAscending,
                                                     org.alfresco.query.PagingRequest pagingRequest)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class org.alfresco.query.AbstractCannedQueryFactory
Throws:
java.lang.Exception


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.