public class ProcessWalletItemDeleteCouponActionCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements ProcessWalletItemTypeSpecificActionCmd
ProcessWalletItemTypeSpecificActionCmd implementation that deletes the coupon referenced by the wallet item.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
ProcessWalletItemDeleteCouponActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
Returns true.
|
void |
performExecute()
Deletes the coupon referenced by the wallet item.
|
void |
reset()
Resets this command implementation instance.
|
void |
setActionCode(java.lang.String astrActionCode)
Sets the action code.
|
void |
setNoun(java.lang.Object aNoun)
Sets the noun.
|
void |
setPhysicalEntity(java.lang.Object aPhysicalEntity)
Sets the physical SDO.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic static final java.lang.String COPYRIGHT
public ProcessWalletItemDeleteCouponActionCmdImpl()
public void setActionCode(java.lang.String astrActionCode)
setActionCode in interface ProcessWalletItemTypeSpecificActionCmdastrActionCode - The action code.public void setNoun(java.lang.Object aNoun)
setNoun in interface ProcessWalletItemTypeSpecificActionCmdaNoun - The noun.public void setPhysicalEntity(java.lang.Object aPhysicalEntity)
setPhysicalEntity in interface ProcessWalletItemTypeSpecificActionCmdaPhysicalEntity - The physical SDO.public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class com.ibm.websphere.command.CacheableCommandImplpublic boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImplpublic void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class com.ibm.websphere.command.TargetableCommandImpljava.lang.Exception