public class ProcessGiftListCreateActionCmdImpl extends AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpl implements ProcessGiftListActionCmd
ProcessGiftListCreateActionCmdImpl command is used to create
a GiftList noun. The command performs business logic validation and its
parent calls the ChangeGiftListMediator to persist the noun in the database.| Constructor and Description |
|---|
ProcessGiftListCreateActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
Returns a boolean value to indicate if the command can be executed.
|
void |
validate()
Performs business logic validation for this action.
|
performExecutegetChangeBusinessObjectMediator, 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 AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImplAbstractApplicationExceptionAbstractProcessNounActionCmd.validate()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractProcessNounActionCmdImpltrue if the command is ready to be executed,
otherwise it returns false.