|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.retek.rsm.useradministration.UserEditContentPanelModel
Constructor Summary | |
UserEditContentPanelModel()
|
Method Summary | |
java.lang.String |
getDateRoleDescription()
|
com.retek.platform.util.type.RDate |
getDateRoleEndDate()
|
com.retek.platform.util.type.RDate |
getDateRoleStartDate()
|
java.util.Date |
getDateRoleValidStartDate()
|
java.util.Set |
getSelectableRoles()
SELECTABLE ROLES |
java.util.Set |
getSelectedRoles()
|
java.lang.String |
getTitle()
|
boolean |
hasUnsavedUsers()
APPLY SELECTED ROLES TO USER |
void |
saveUserRoles()
PERSIST INFORMATION |
void |
setDateEditedRoles(java.util.List editedRoles)
DATE EDITING |
void |
setUser(RsmUser user)
USER METHODS |
void |
updateDates(java.util.List selectedRoleList,
java.util.Date startDate,
java.util.Date endDate)
APPLY SELECTED ROLES DATES TO USER |
void |
updateUser(java.util.List selectedRoleList)
APPLY SELECTED ROLES TO USER |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserEditContentPanelModel()
Method Detail |
public java.util.Set getSelectableRoles() throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
public void setUser(RsmUser user)
public java.lang.String getTitle()
public java.util.Set getSelectedRoles()
public void setDateEditedRoles(java.util.List editedRoles)
public java.lang.String getDateRoleDescription()
public java.util.Date getDateRoleValidStartDate()
public com.retek.platform.util.type.RDate getDateRoleStartDate()
public com.retek.platform.util.type.RDate getDateRoleEndDate()
public void updateUser(java.util.List selectedRoleList) throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
public void updateDates(java.util.List selectedRoleList, java.util.Date startDate, java.util.Date endDate) throws com.retek.platform.exception.RetekBusinessException, com.retek.swing11.util.UIException
com.retek.platform.exception.RetekBusinessException
com.retek.swing11.util.UIException
public boolean hasUnsavedUsers()
public void saveUserRoles() throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |