public interface RaiseOrderEventCmd extends TaskCommand
RaiseOrderEventCmdImpl.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class.
|
static java.lang.String |
NAME
The name of the Command Interface class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap |
getEventData()
This method gets the event data.
|
java.lang.Integer |
getEventType()
This method gets the event type.
|
TypedProperty |
getRequestProperties()
This method gets the request properties set by the
setRequestProperties() method. |
void |
setEventData(java.util.HashMap ahsEventData)
This method sets the event data.
|
void |
setEventType(java.lang.Integer anEventType)
This method sets the event type.
|
void |
setRequestProperties(TypedProperty requestProperties)
This method sets the request properties.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
TypedProperty getRequestProperties()
setRequestProperties() method.java.lang.Integer getEventType()
java.util.HashMap getEventData()
void setRequestProperties(TypedProperty requestProperties) throws ECException
requestProperties - This is an object that represents the request properties.ECExceptionvoid setEventData(java.util.HashMap ahsEventData)
ahsEventData - the event data to set.void setEventType(java.lang.Integer anEventType)
anEventType - the event type.