Uses of Interface
com.retek.rsm.domain.security.bo.UserRole

Packages that use UserRole
com.retek.rsm.app.security.service.impl   
com.retek.rsm.domain.security.bo.impl   
com.retek.rsm.domain.security.service   
com.retek.rsm.domain.security.service.impl   
 

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

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

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

Uses of UserRole in com.retek.rsm.domain.security.bo.impl
 

Classes in com.retek.rsm.domain.security.bo.impl that implement UserRole
 class UserRoleImpl
           
 

Uses of UserRole in com.retek.rsm.domain.security.service
 

Methods in com.retek.rsm.domain.security.service with parameters of type UserRole
 void SecurityAdminCoreService.save(UserRole userRole)
           
 

Uses of UserRole in com.retek.rsm.domain.security.service.impl
 

Methods in com.retek.rsm.domain.security.service.impl with parameters of type UserRole
 void SecurityAdminCoreServiceImpl.save(UserRole userRole)