Class IDMGroupTreeListAccess

java.lang.Object
org.exoplatform.services.organization.idm.IDMGroupTreeListAccess
All Implemented Interfaces:
Serializable, org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group>

public class IDMGroupTreeListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group>, Serializable
See Also:
  • Constructor Details

    • IDMGroupTreeListAccess

      public IDMGroupTreeListAccess(GroupDAOImpl groupDAOImpl, org.exoplatform.services.organization.Group parentGroup, PicketLinkIDMService idmService, org.picketlink.idm.api.IdentitySearchCriteria identitySearchCriteria)
  • Method Details

    • load

      public org.exoplatform.services.organization.Group[] load(int index, int length) throws Exception
      Specified by:
      load in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group>
      Throws:
      Exception
    • getSize

      public int getSize() throws Exception
      Specified by:
      getSize in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group>
      Throws:
      Exception