public class ProcessSearchTermAssociationCreateActionCmdImpl extends AbstractProcessCreateActionUsingBusinessObjectMediatorCmdImpl implements ProcessSearchTermAssociationActionCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
ProcessSearchTermAssociationCreateActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates if duplicates exist for the given noun with the help of the mediator.
|
performExecutegetChangeBusinessObjectMediator, getChangeControlBusinessObjectMediatorgetActionExpression, getNoun, isGeneric, isReadyToCallExecute, 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 static final java.lang.String COPYRIGHT
public ProcessSearchTermAssociationCreateActionCmdImpl()
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()