This task command is called by other Order commands to resolve order abbreviations (e.g. '*').
Field Summary | |
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 This command |
static java.lang.String | NEW_PENDING_ORDER Parameter for new and pending orders |
static java.lang.String | NO_ORDER Paramater for no orders |
static java.lang.String | PROFILE Parameter for profile |
Method Summary | |
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. |
boolean | isSetToCurrent() Deprecated. |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NO_ORDER
public static final java.lang.String ALL_ORDER_TEMPLATES
public static final java.lang.String ALL_PENDING_ORDERS
public static final java.lang.String CURRENT_NEW_CURRENT
public static final java.lang.String CURRENT_ORDER_TEMPLATES
public static final java.lang.String CURRENT_PENDING_ORDERS
public static final java.lang.String NEW_PENDING_ORDER
public static final java.lang.String PROFILE
public static final java.lang.String EC_TOKEN_PARENT
public static final java.lang.String EC_TOKEN_CHILD
Method Detail |
public java.lang.Long[] getOrderIds()
public OrderAccessBean[] getOrders()
public boolean isNewPendingOrder()
public boolean isSetToCurrent()
public void setMemberId(java.lang.Long anMemberId)
public void setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
public void setStoreId(java.lang.Integer anStoreId)
public void setStrict(boolean strict)
public void setForeignOrdersAllowed(boolean abForeignOrdersAllowed)
public void setAllowedAbbreviations(java.util.Set asetAllowedAbbreviations)
public void setDisallowedAbbreviations(java.util.Set asetDisallowedAbbreviations)
public java.util.Set getUnprocessedAbbreviations()
public void setIncompleteParsingAllowed(boolean abIncompleteParsingAllowed)
public void setInitialParsingPosition(int anInitialParsingPosition)
public int getParsingPosition()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.