Class SiteGroupCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<SiteGroupMembership>
org.alfresco.repo.site.SiteGroupCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<SiteGroupMembership>

public class SiteGroupCannedQuery extends org.alfresco.query.AbstractCannedQuery<SiteGroupMembership>
  • Field Summary

    Fields inherited from class org.alfresco.query.AbstractCannedQuery

    parameters, queryExecutionId
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    SiteGroupCannedQuery(SiteService siteService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters parameters)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
     

    Methods inherited from class org.alfresco.query.AbstractCannedQuery

    applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, createCannedQueryResults, execute, getParameters, getTotalResultCount, isApplyPostQueryPaging, isApplyPostQueryPermissions, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SiteGroupCannedQuery

      protected SiteGroupCannedQuery(SiteService siteService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters parameters)
  • Method Details

    • queryAndFilter

      protected List<SiteGroupMembership> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
      Specified by:
      queryAndFilter in class org.alfresco.query.AbstractCannedQuery<SiteGroupMembership>
    • isApplyPostQuerySorting

      protected boolean isApplyPostQuerySorting()
      Overrides:
      isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<SiteGroupMembership>