public class ProcessGiftListDeleteActionCmdImpl extends AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImpl implements ProcessGiftListActionCmd
ProcessGiftListDeleteActionCmdImpl command performs business
logic around deleting a GiftList noun and its parent calls the
ChangeGiftListMediator to delete the noun from the database.| Constructor and Description |
|---|
ProcessGiftListDeleteActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
This method returns if the command can be executed.
|
void |
performExecute()
This method deletes the GiftList noun and removes the Gift List from the
GiftCenter context.
|
void |
validate()
Performs business logic validation for this action.
|
getChangeBusinessObjectMediator, getChangeControlBusinessObjectMediatorgetActionExpression, getNoun, isGeneric, 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, waitisGeneric, setActionExpression, setNoun, setPersistentObjectspublic void validate()
throws AbstractApplicationException
validate in interface AbstractProcessNounActionCmdvalidate in class AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImplAbstractApplicationExceptionAbstractProcessNounActionCmd.validate()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractProcessNounActionCmdImplpublic void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImpljava.lang.Exception