public class ProcessWalletItemCreateActionCmdImpl extends AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpl implements ProcessWalletItemActionCmd
ProcessWalletItemActionCmd implementation for creating a WalletItem noun.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
ProcessWalletItemCreateActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGeneric()
This method returns false when this command is run as a generic user.
|
void |
performExecute()
Executes the
ProcessWalletItemTypeSpecificActionCmd implementation with key action_code.type, e.g. |
validategetChangeBusinessObjectMediator, getChangeControlBusinessObjectMediatorgetActionExpression, getNoun, isReadyToCallExecute, reset, setActionExpression, setNoun, setPersistentObjectsexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetActionExpression, setNoun, setPersistentObjects, validatepublic static final java.lang.String COPYRIGHT
public ProcessWalletItemCreateActionCmdImpl()
public void performExecute()
throws java.lang.Exception
ProcessWalletItemTypeSpecificActionCmd implementation with key action_code.type, e.g. Add.Coupon, then
creates the Walletitem physical SDO corresponding to the WalletItem noun.performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpljava.lang.Exceptionpublic boolean isGeneric()
isGeneric in interface AbstractProcessNounActionCmdisGeneric in class AbstractProcessNounActionCmdImpl