This interface must be implemented to provide a task command that create an event to persist the orders_id with the member group id. Different implementations of this interface can be provided for different stores.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName Default implementation class name. |
static java.lang.String |
Name Interface name. |
Method Summary | |
---|---|
void |
setOrdersId(java.lang.Long anOrdersId)
Setter for _ordersId. |
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 void setOrdersId(java.lang.Long anOrdersId)
anOrdersId
- The order id to use.