public class ProcessInstallmentRuleCreateActionCmdImpl extends AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpl implements ProcessInstallmentRuleActionCmd
InstallmentRule noun. This command performs business logic validation and its parent calls
the ChangeInstallmentRuleMediator to persist the noun in the database.| Constructor and Description |
|---|
ProcessInstallmentRuleCreateActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
This method returns if the command can be executed.
|
void |
validate()
Validates if duplicates exist for the given noun with the help of the mediator.
|
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 ProcessInstallmentRuleCreateActionCmdImpl()
public void validate()
throws AbstractApplicationException
FoundationApplicationException with error messagevalidate in interface AbstractProcessNounActionCmdvalidate in class AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImplAbstractApplicationException - A problem occurred while preprocessing the
request. This problem could because of some validation logic performed which
the action specified is not valid.AbstractProcessNounActionCmd.validate()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractProcessNounActionCmdImpl