Obtains a list of current pending orders for a Member.
Field Summary | |
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. |
Method Summary | |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public java.util.Enumeration getOrderList()
public boolean getResult()
public void setMemberId(java.lang.Long aMemberId)
public void setOrderByLastUpdate(boolean aByLastUpdate)
public void setStoreId(java.lang.Integer aStoreId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.