public class ProcessWalletMigrateActionCmdImpl extends AbstractProcessCustomActionUsingBusinessObjectMediatorCmdImpl implements ProcessWalletActionCmd
ProcessWalletActionCmd
implementation for migrating a Wallet
noun to a new user.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ProcessWalletMigrateActionCmdImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
Migrates the
Wallet noun to the new user. |
void |
validate()
Validates that the
Wallet noun can be migrated. |
getChangeBusinessObjectMediator, getChangeControlBusinessObjectMediator
getActionExpression, getNoun, isGeneric, isReadyToCallExecute, reset, setActionExpression, setNoun, setPersistentObjects
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isGeneric, setActionExpression, setNoun, setPersistentObjects
public static final java.lang.String COPYRIGHT
public ProcessWalletMigrateActionCmdImpl()
public void validate() throws AbstractApplicationException
Wallet
noun can be migrated.validate
in interface AbstractProcessNounActionCmd
AbstractApplicationException
public void performExecute() throws java.lang.Exception
Wallet
noun to the new user.performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception