public abstract class AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl extends AbstractChangeNounPartActionCmdImpl
| Constructor and Description |
|---|
AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
setChangeNounPartPostActionCommandInterface(java.lang.String changeNounPartPostActionCmdInterface)
This method sets the command interface name that represents the business logic that will
perform the change noun part tasks post action logic.
|
void |
validate()
Validate the noun parts based on the actions requested on the noun part
Check if the corresponding physical entities exist in the physical store with
the help of the configured mediators
|
addActionExpression, isGeneric, isReadyToCallExecute, performExecute, reset, setPersistentObjectsexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl()
public void validate()
throws AbstractApplicationException
validate in interface AbstractChangeNounPartActionCmdvalidate in class AbstractChangeNounPartActionCmdImplAbstractApplicationException - There is invalid information specified with the business
object document request which will prevent the request from executing.AbstractChangeNounPartActionCmd.validate()public void setChangeNounPartPostActionCommandInterface(java.lang.String changeNounPartPostActionCmdInterface)
changeNounPartPostActionCmdInterface - The change part post action command interface.