Class IDMMembershipListAccess

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

public class IDMMembershipListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Membership>, Serializable
Author:
Boleslaw Dawidowicz
See Also:
  • Constructor Details

    • IDMMembershipListAccess

      public IDMMembershipListAccess(org.picketlink.idm.api.Group group, boolean usePaginatedQuery)
    • IDMMembershipListAccess

      public IDMMembershipListAccess(org.picketlink.idm.api.Group group, String groupId, boolean usePaginatedQuery)
    • IDMMembershipListAccess

      public IDMMembershipListAccess(org.picketlink.idm.api.User user, boolean usePaginatedQuery)
  • Method Details

    • load

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

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