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, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public static final java.lang.String COPYRIGHT
public ProcessWalletItemDeleteCouponActionCmdImpl()
public void setActionCode(java.lang.String astrActionCode)
setActionCode
in interface ProcessWalletItemTypeSpecificActionCmd
astrActionCode
- The action code.public void setNoun(java.lang.Object aNoun)
setNoun
in interface ProcessWalletItemTypeSpecificActionCmd
aNoun
- The noun.public void setPhysicalEntity(java.lang.Object aPhysicalEntity)
setPhysicalEntity
in interface ProcessWalletItemTypeSpecificActionCmd
aPhysicalEntity
- The physical SDO.public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class com.ibm.websphere.command.CacheableCommandImpl
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception