|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.retek.rsm.roleadministration.RoleEditContentModel
Constructor Summary | |
RoleEditContentModel()
|
Method Summary | |
void |
createRole()
ROLE METHODS |
java.lang.String |
getDateUserDescription()
|
com.retek.platform.util.type.RDate |
getDateUserEndDate()
|
com.retek.platform.util.type.RDate |
getDateUserStartDate()
|
java.util.Date |
getDateUserValidStartDate()
|
RsmRole |
getRole()
|
java.lang.String |
getRoleName()
|
java.util.Set |
getSelectableRoleUsers()
|
java.util.Set |
getSelectedRoleUsers()
|
void |
setDateEditedUsers(java.util.List editedUsers)
DATE EDITING |
void |
setRole(java.lang.Object object)
|
void |
setRoleName(java.lang.String name)
APPLY SELECTED USERS TO ROLE |
void |
updateDates(java.util.List selectedUserList,
java.util.Date startDate,
java.util.Date endDate)
APPLY SELECTED USER/ROLE DATES TO ROLE |
void |
updateRole(java.util.List selectedUserList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoleEditContentModel()
Method Detail |
public void createRole() throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
public void setRole(java.lang.Object object)
public RsmRole getRole()
public java.lang.String getRoleName()
public java.util.Set getSelectableRoleUsers()
public java.util.Set getSelectedRoleUsers()
public void setDateEditedUsers(java.util.List editedUsers)
public java.lang.String getDateUserDescription()
public java.util.Date getDateUserValidStartDate()
public com.retek.platform.util.type.RDate getDateUserStartDate()
public com.retek.platform.util.type.RDate getDateUserEndDate()
public void setRoleName(java.lang.String name)
public void updateRole(java.util.List selectedUserList) throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
public void updateDates(java.util.List selectedUserList, 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |