public interface CheckOrderCopyCmd extends TaskCommand
OrderCopyCmd controller command.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation class for this command interface.
|
static java.lang.String |
NAME
The name of this command interface.
|
static int |
READ_ACCESS
AccessType indicating read-only access to the Order is required. |
static int |
WRITE_ACCESS
AccessType indicating read-write access to the Order is required. |
| Modifier and Type | Method and Description |
|---|---|
void |
setAccessType(int accessType)
Sets the
AccessType to be checked. |
void |
setOrder(OrderAccessBean aabOrder)
Sets the Order to be accessed.
|
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
static final int READ_ACCESS
AccessType indicating read-only access to the Order is required.static final int WRITE_ACCESS
AccessType indicating read-write access to the Order is required.void setAccessType(int accessType)
AccessType to be checked.
accessType - one of the following values:
READ_ACCESS - read-only access to the order.WRITE_ACCESS - write access to the order.void setOrder(OrderAccessBean aabOrder)
aabOrder - the Order to be accessed.