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

java.lang.Object
  extended bycom.retek.rsm.app.common.service.Transformer
      extended bycom.retek.rsm.app.security.service.impl.ApplicationLaunchParameterTransformer

public class ApplicationLaunchParameterTransformer
extends Transformer


Constructor Summary
ApplicationLaunchParameterTransformer()
           
 
Method Summary
static ApplicationLaunchParameterVo transform(ApplicationLaunchParameter applicationLaunchParameter, PublicKeyEncryptionStrategy passwordKeyEncryptionInfo)
           
static ApplicationLaunchParameter transform(ApplicationLaunchParameterVo applicationLaunchParameterVo)
           
static java.util.Set transformToBos(java.util.Set applicationLaunchParameterVos)
           
static java.util.Set transformToVos(java.util.Set applicationLaunchParameters, PublicKeyEncryptionStrategy passwordKeyEncryptionInfo)
           
 
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

ApplicationLaunchParameterTransformer

public ApplicationLaunchParameterTransformer()
Method Detail

transform

public static ApplicationLaunchParameterVo transform(ApplicationLaunchParameter applicationLaunchParameter,
                                                     PublicKeyEncryptionStrategy passwordKeyEncryptionInfo)

transformToVos

public static java.util.Set transformToVos(java.util.Set applicationLaunchParameters,
                                           PublicKeyEncryptionStrategy passwordKeyEncryptionInfo)

transform

public static ApplicationLaunchParameter transform(ApplicationLaunchParameterVo applicationLaunchParameterVo)

transformToBos

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