com.retek.rsm.app.security.service.impl
Class ApplicationLaunchParameterTransformer
java.lang.Object
|
+--com.retek.rsm.app.common.service.Transformer
|
+--com.retek.rsm.app.security.service.impl.ApplicationLaunchParameterTransformer
- public class ApplicationLaunchParameterTransformer
- extends Transformer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationLaunchParameterTransformer
public ApplicationLaunchParameterTransformer()
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)