com.retek.rsm.app.security.service.impl
Class UserRoleTransformer

java.lang.Object
  |
  +--com.retek.rsm.app.common.service.Transformer
        |
        +--com.retek.rsm.app.security.service.impl.UserRoleTransformer

public class UserRoleTransformer
extends Transformer


Constructor Summary
UserRoleTransformer()
           
 
Method Summary
static UserRoleVo transform(UserRole userRole)
           
static UserRole transform(UserRoleVo userRoleVo)
           
static java.util.Set transformToBos(java.util.Set userRoleVos)
           
static java.util.Set transformToVos(java.util.Set userRoleBos)
           
 
Methods inherited from class com.retek.rsm.app.common.service.Transformer
getBusinessObjectCoreService, read, readOrCreate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleTransformer

public UserRoleTransformer()
Method Detail

transformToBos

public static java.util.Set transformToBos(java.util.Set userRoleVos)

transformToVos

public static java.util.Set transformToVos(java.util.Set userRoleBos)

transform

public static UserRole transform(UserRoleVo userRoleVo)

transform

public static UserRoleVo transform(UserRole userRole)