public class PreOrgEntityUpdateCmdImpl extends TaskCommandImpl implements PreOrgEntityUpdateCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this implementation of the command.
|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
PreOrgEntityUpdateCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
TypedProperty |
getRequestProperties()
Returns the request properties.
|
TypedProperty |
getResponseProperties()
Returns the response properties.
|
void |
performExecute()
Performs the business logic.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Sets the response properties.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public TypedProperty getRequestProperties()
getRequestProperties in interface PreOrgEntityUpdateCmdpublic TypedProperty getResponseProperties()
getResponseProperties in interface PreOrgEntityUpdateCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - Will never be thrown by this implementation.public void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties in interface PreOrgEntityUpdateCmdaRequestProperties - the request properties.public void setResponseProperties(TypedProperty aResponseProperties)
setResponseProperties in interface PreOrgEntityUpdateCmdaResponseProperties - the response properties.