com.morpho.morphosmart.sdk
Class MorphoUserList

java.lang.Object
  extended by com.morpho.morphosmart.sdk.MorphoUserList

public class MorphoUserList
extends java.lang.Object

This class contains the list of users. Warning: this class is not linked to the internal database. When a record is added or removed from the database, this object is not updated.


Constructor Summary
MorphoUserList()
           
 
Method Summary
 int getNbUser()
          Get number of users corresponding to the current list
 MorphoUser getUser(int index)
          Get user identified by an index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MorphoUserList

public MorphoUserList()
Method Detail

getUser

public MorphoUser getUser(int index)
Get user identified by an index

Parameters:
index - input index
Returns:
Corresponding MorphoUser object

getNbUser

public int getNbUser()
Get number of users corresponding to the current list

Returns:
number of users