com.accendia.iris.admin.interfaces
Interface IUsersBrowser


public interface IUsersBrowser

This interface is implemented by the user browser dynamic command.


Method Summary
 java.lang.String[] getNext(int count)
          Returns the next group of users in browsing sequence.
 java.lang.String[] getPrevious(int count)
          Returns the previous group of users in browsing sequence.
 

Method Detail

getNext

java.lang.String[] getNext(int count)
                           throws java.io.IOException
Returns the next group of users in browsing sequence.

Parameters:
count - The number of users to return.
Returns:
The next group of users.
Throws:
java.io.IOException

getPrevious

java.lang.String[] getPrevious(int count)
                               throws java.io.IOException
Returns the previous group of users in browsing sequence.

Parameters:
count - The number of users to return.
Returns:
The previous group of users.
Throws:
java.io.IOException