Interface for order status notifiaction which would send a notification whenever an order status is processed.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default class containing the implementation of the OrderStatusNotify command. |
static java.lang.String |
NAME The name of the class. |
Method Summary | |
---|---|
void |
setOrderStatusProperties(
TypedProperty prop) This method is used to pass the TypedProperty object which contains all the attributes of the order status. |
void |
setStoreID(java.lang.Integer new_store_id)
This methods sets the id of the store for which the order status is
being updated. |
Field Detail |
---|
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void setOrderStatusProperties(TypedProperty prop)
public void setStoreID(java.lang.Integer new_store_id)