public interface GetCurrentPendingOrdersCmd extends TaskCommand
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration |
getOrderList()
Returns the list of current pending order identifiers.
|
boolean |
getResult()
Checks if the result is valid.
|
void |
setMemberId(java.lang.Long aMemberId)
Sets the identifier of the Member whose current pending Orders are to be retrieved.
|
void |
setOrderByLastUpdate(boolean aByLastUpdate)
Sets the flag to indicate that Orders should be retrieved in ascending sequence.
|
void |
setStoreId(java.lang.Integer aStoreId)
Sets the identifier 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
java.util.Enumeration getOrderList()
Enumeration of OrderAccessBean.boolean getResult()
void setMemberId(java.lang.Long aMemberId)
aMemberId - mandatory. The identifier of the Member whose current pending Orders are to be retrieved.void setOrderByLastUpdate(boolean aByLastUpdate)
aByLastUpdate - optional. true indicates that Orders should be retrieved in
ascending sequence of their lastUpdate timestamp attribute values.void setStoreId(java.lang.Integer aStoreId)
aStoreId - optional. If specified, only Orders owned by the specified Store are retrieved.