public interface SetCurrentPendingOrdersCmd extends TaskCommand
| 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 |
|---|---|
boolean |
getResult()
Checks if the result is valid.
|
void |
setMemberId(java.lang.Long aMemberId)
Sets the id of the member whose pending orders are to be set current.
|
void |
setOrderList(java.util.Enumeration aOrdList)
Sets the list of the pending orders to be set current.
|
void |
setStoreId(java.lang.Integer aStoreId)
Sets the id of the store that owns the pending orders.
|
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
boolean getResult()
void setMemberId(java.lang.Long aMemberId)
aMemberId - The reference number of the member whose
pending orders are to be set current.void setOrderList(java.util.Enumeration aOrdList)
aOrdList - The enumeration of the pending orders to be set current.void setStoreId(java.lang.Integer aStoreId)
aStoreId - The reference number of the store that owns the pending orders.