Uses of Class
com.retek.rsm.app.security.service.UserRoleVo

Packages that use UserRoleVo
com.retek.rsm.app.security.service.impl   
com.retek.rsm.datamodel   
com.retek.rsm.role.administration   
com.retek.rsm.user.administration   
com.retek.rsm.util   
 

Uses of UserRoleVo in com.retek.rsm.app.security.service.impl
 

Methods in com.retek.rsm.app.security.service.impl that return UserRoleVo
static UserRoleVo UserRoleTransformer.transform(UserRole userRole)
           
 

Methods in com.retek.rsm.app.security.service.impl with parameters of type UserRoleVo
static UserRole UserRoleTransformer.transform(UserRoleVo userRoleVo)
           
 

Uses of UserRoleVo in com.retek.rsm.datamodel
 

Methods in com.retek.rsm.datamodel that return UserRoleVo
 UserRoleVo RsmUserRole.getUserRoleVo()
           
 UserRoleVo RsmRoleUser.getUserRoleVo()
           
 

Methods in com.retek.rsm.datamodel with parameters of type UserRoleVo
 void RsmUserRole.setUserRoleVo(UserRoleVo userRoleVo)
           
 void RsmRoleUser.setUserRoleVo(UserRoleVo userRoleVo)
           
 

Uses of UserRoleVo in com.retek.rsm.role.administration
 

Methods in com.retek.rsm.role.administration that return UserRoleVo
 UserRoleVo UserTableModel.getUserAtRow(int rowIndex)
           
 

Uses of UserRoleVo in com.retek.rsm.user.administration
 

Methods in com.retek.rsm.user.administration with parameters of type UserRoleVo
 void RoleTableModel.insertRole(int row, UserRoleVo roleVo)
          inserts a role at the given row
 

Uses of UserRoleVo in com.retek.rsm.util
 

Methods in com.retek.rsm.util that return UserRoleVo
static UserRoleVo RsmUtils.createUserRoleVo()