|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.worldpac.fulfillment.OrderStatus
Use to get order status information for a specific order. Call the initialize() method to retrieve status information from Worldpac, then use the get methods.
| Constructor Summary | |
OrderStatus()
|
|
| Method Summary | |
int |
getStatus()
Get status. |
java.lang.String |
getTrackingInfo()
Get tracking information. |
java.lang.String |
initialize(java.lang.String fulfillerID,
java.lang.String orderID)
Initialize the OrderStatus object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OrderStatus()
| Method Detail |
public java.lang.String initialize(java.lang.String fulfillerID,
java.lang.String orderID)
fulfillerID - Fulfiller identifier. Obtain by calling getID() on the Fulfiller.orderID - Worldpac order identifier.
public int getStatus()
public java.lang.String getTrackingInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||