public interface ResolveOrdersCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL_ORDER_TEMPLATES
Parameter for all order templates
|
static java.lang.String |
ALL_PENDING_ORDERS
Parameter for all pending orders
|
static java.lang.String |
COPYRIGHT
IBM copyright statement
|
static java.lang.String |
CURRENT_NEW_CURRENT
Parameter for current and new orders
|
static java.lang.String |
CURRENT_ORDER_TEMPLATES
Parameter for the current order templates
|
static java.lang.String |
CURRENT_PENDING_ORDERS
Parameter for current and pending orders
|
static java.lang.String |
defaultCommandClassName
The implementation of this command
|
static java.lang.String |
EC_TOKEN_CHILD
Parameter for teh child token
|
static java.lang.String |
EC_TOKEN_PARENT
Parameter for the parent token
|
static java.lang.String |
NAME
The name of this command
|
static java.lang.String |
NEW_PENDING_ORDER
Parameter for new and pending orders
|
static java.lang.String |
NO_ORDER
Parameter for no orders
|
static java.lang.String |
PROFILE
Parameter for profile
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getOrderIds()
Gets the order ids
|
OrderAccessBean[] |
getOrders()
Gets the orders
|
int |
getParsingPosition()
Gets the parsing position
|
java.util.Set |
getUnprocessedAbbreviations()
Gets the unprocessed abbreviations
|
boolean |
isNewPendingOrder()
Deprecated.
This method is replaced by the method
getUnprocessedAbbreviations() . |
boolean |
isSetToCurrent()
Deprecated.
This method is replaced by the method
getUnprocessedAbbreviations() . |
void |
setAllowedAbbreviations(java.util.Set asetAllowedAbbreviations)
Sets the allowed abbreviations
|
void |
setDisallowedAbbreviations(java.util.Set asetDisallowedAbbreviations)
Sets the abbreviations that are not allowed
|
void |
setForeignOrdersAllowed(boolean abForeignOrdersAllowed)
Sets if foreign orders are allowed
|
void |
setIncompleteParsingAllowed(boolean abIncompleteParsingAllowed)
Sets if incomplete parsing is allowed
|
void |
setInitialParsingPosition(int anInitialParsingPosition)
Sets the initial paring position
|
void |
setMemberId(java.lang.Long anMemberId)
Sets the member ID
|
void |
setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
Sets the order abbreviations
|
void |
setStoreId(java.lang.Integer anStoreId)
Sets the store ID
|
void |
setStrict(boolean strict)
Deprecated.
This method is replaced by the method
setForeignOrdersAllowed(boolean) |
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String NO_ORDER
static final java.lang.String ALL_ORDER_TEMPLATES
static final java.lang.String ALL_PENDING_ORDERS
static final java.lang.String CURRENT_NEW_CURRENT
static final java.lang.String CURRENT_ORDER_TEMPLATES
static final java.lang.String CURRENT_PENDING_ORDERS
static final java.lang.String NEW_PENDING_ORDER
static final java.lang.String PROFILE
static final java.lang.String EC_TOKEN_PARENT
static final java.lang.String EC_TOKEN_CHILD
java.lang.Long[] getOrderIds()
OrderAccessBean[] getOrders()
boolean isNewPendingOrder()
getUnprocessedAbbreviations()
.boolean isSetToCurrent()
getUnprocessedAbbreviations()
.void setMemberId(java.lang.Long anMemberId)
anMemberId
- the member idvoid setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
astrOrderAbbreviations
- a String
array of order abbreviations.void setStoreId(java.lang.Integer anStoreId)
anStoreId
- the store IDvoid setStrict(boolean strict)
setForeignOrdersAllowed(boolean)
strict
- false if foreign orders are allowed, true otherwisevoid setForeignOrdersAllowed(boolean abForeignOrdersAllowed)
abForeignOrdersAllowed
- true if foreign orders are allowed, false otherwisevoid setAllowedAbbreviations(java.util.Set asetAllowedAbbreviations)
asetAllowedAbbreviations
- a Set
of the allowed abbreviationsvoid setDisallowedAbbreviations(java.util.Set asetDisallowedAbbreviations)
asetDisallowedAbbreviations
- a Set
of the disallowed abbreviationsjava.util.Set getUnprocessedAbbreviations()
void setIncompleteParsingAllowed(boolean abIncompleteParsingAllowed)
abIncompleteParsingAllowed
- true if incomplete parsing is allowed, false otherwisevoid setInitialParsingPosition(int anInitialParsingPosition)
anInitialParsingPosition
- an int
value indicating the initial parsing positionint getParsingPosition()