|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.common.utilcomponents.ManejoUsersModel
This class represents the sent data (answer) in the direction ejb -> web when the ManejoUsers usecase asks ejb services
| Field Summary | |
private java.util.ArrayList |
systemProfiles
list of system profiles: each element is a CodeDescription composed by: (codigo_perfil, nombre_perfil) |
private User |
user
selected user |
private java.util.ArrayList |
userProfiles
list of user profiles (for a specific user): each element is a CodeDescription composed by: (codigo_perfil, nombre_perfil) |
private java.util.ArrayList |
users
list of active users: each element is a User composed by 5 Strings: (idUsuario, codigoUsuario, password, apellidoUsuario, nombreUsuario) |
| Constructor Summary | |
ManejoUsersModel(java.util.ArrayList users,
java.util.ArrayList systemProfiles,
User user,
java.util.ArrayList userProfiles)
constructor: initializes attributes |
|
| Method Summary | |
java.util.ArrayList |
getSystemProfiles()
get method for systemProfiles |
User |
getUser()
get method for user |
java.util.ArrayList |
getUserProfiles()
get method for userProfiles |
java.util.ArrayList |
getUsers()
get method for users |
java.lang.String |
toString()
String representation of the model |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.util.ArrayList users
private java.util.ArrayList systemProfiles
private User user
private java.util.ArrayList userProfiles
| Constructor Detail |
public ManejoUsersModel(java.util.ArrayList users,
java.util.ArrayList systemProfiles,
User user,
java.util.ArrayList userProfiles)
users - list of active userssystemProfiles - list of system profilesuser - selected useruserProfiles - list of user profiles| Method Detail |
public java.util.ArrayList getUsers()
public java.util.ArrayList getSystemProfiles()
public User getUser()
public java.util.ArrayList getUserProfiles()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||