Class UserListAccess

java.lang.Object
org.exoplatform.social.common.UserListAccess
All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>

public class UserListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
  • Constructor Details

    • UserListAccess

      public UserListAccess(List<org.exoplatform.services.organization.User> list)
      constructor
      Parameters:
      list -
  • Method Details

    • load

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

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