|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.cinecolombia.manejoUsers.web.ManejoUsersTranslator
manejoUsers usecase: helper class for the jsp of this usecase
Field Summary | |
private java.lang.String[] |
apellido
|
private java.lang.String[] |
codigo
|
private java.lang.String[] |
codigoOtroPerfilSistema
|
private java.lang.String[] |
codigoPerfilUsuario
|
private Debug |
debug
|
private java.lang.String[] |
idUsuario
|
private java.lang.String[] |
nombre
|
private java.lang.String[] |
nombreOtroPerfilSistema
|
private java.lang.String[] |
nombrePerfilUsuario
|
(package private) java.util.ArrayList |
otherSystemProfiles
|
private User |
selectedUser
|
private java.lang.String |
todayString
|
private java.util.ArrayList |
useCaseActions
|
Constructor Summary | |
ManejoUsersTranslator()
Constructor |
Method Summary | |
java.lang.String |
getManejoUsersList(javax.servlet.http.HttpServletRequest request)
Adds the loadManejoUsersList() javaScript method filling activeList array (of active users) accordingly to input data of the jsp |
java.lang.String |
getOtherSystemProfilesList(javax.servlet.http.HttpServletRequest request)
Adds the loadOtherSystemProfiles() javaScript method filling otherSystemProfiles array accordingly to input data of the jsp |
User |
getSelectedUser()
|
java.lang.String |
getTodayString()
|
java.lang.String |
getUserProfilesList(javax.servlet.http.HttpServletRequest request)
Adds the loadUserProfiles() javaScript method filling userProfiles array accordingly to input data of the jsp |
boolean |
isAllowed(java.lang.String action)
determines if a action (HTLM element) is allowed for the user examining useCaseActions |
boolean |
isProfileIn(CodeDescription profile,
java.util.ArrayList arrayProfiles)
determines if a profile is in an ArrayList of profiles |
void |
setData(javax.servlet.http.HttpServletRequest request)
gets data from request or session and creates input data for the jsp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList useCaseActions
private java.lang.String[] idUsuario
private java.lang.String[] codigo
private java.lang.String[] apellido
private java.lang.String[] nombre
private User selectedUser
private java.lang.String[] codigoPerfilUsuario
private java.lang.String[] nombrePerfilUsuario
java.util.ArrayList otherSystemProfiles
private java.lang.String[] codigoOtroPerfilSistema
private java.lang.String[] nombreOtroPerfilSistema
private java.lang.String todayString
private Debug debug
Constructor Detail |
public ManejoUsersTranslator()
Method Detail |
public void setData(javax.servlet.http.HttpServletRequest request)
request
- of MainServletpublic boolean isAllowed(java.lang.String action)
action
- Description of the Parameter
public boolean isProfileIn(CodeDescription profile, java.util.ArrayList arrayProfiles)
profile
- Description of the ParameterarrayProfiles
- Description of the Parameter
public java.lang.String getTodayString()
public User getSelectedUser()
public java.lang.String getManejoUsersList(javax.servlet.http.HttpServletRequest request)
request
-
public java.lang.String getUserProfilesList(javax.servlet.http.HttpServletRequest request)
request
-
public java.lang.String getOtherSystemProfilesList(javax.servlet.http.HttpServletRequest request)
request
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |