Uses of Class
com.zphinx.spine.vo.dto.UserListBean

Packages that use UserListBean
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
com.zphinx.spine.utils Utility classes and helpers needed by other classes and interfaces. 
 

Uses of UserListBean in com.zphinx.spine.members
 

Methods in com.zphinx.spine.members with parameters of type UserListBean
 void Group.add(UserListBean userListBean)
          Adds a user to the userList
 

Uses of UserListBean in com.zphinx.spine.utils
 

Methods in com.zphinx.spine.utils with parameters of type UserListBean
 int ActiveGroups.exitGroup(long groupId, UserListBean lvb)
          Method to call when user logs out of the system
 int ActiveGroups.joinGroup(long groupId, UserListBean lvb)
          Method to call when user joins a group i.e logs into a group.
 int ActiveGroups.updateGroup(long groupId, UserListBean lvb)
          Method to call when user updates his session within a group.