Class 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 Detail

      • UserListAccess

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

      • getSize

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