|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.worldpac.fulfillment.FulfillmentQuote
Use to get price and availability information for a specific product. Call the initialize() method to retrieve availability information from Worldpac, then use the get methods.
| Constructor Summary | |
FulfillmentQuote()
Construct a FulfillmentQuote. |
|
| Method Summary | |
java.lang.String |
getBrandID()
Get Worldpac brand identifier. |
java.lang.String |
getCorePrice()
Get the price at which Worldpac offers the core of the product to you. |
int |
getDaysUntilShip()
Get the number of days from now until Worldpac can ship the product. |
java.lang.String |
getDescription()
Get the description of the product |
java.lang.String |
getListPrice()
Get Worldpac's estimated dealer list price for the product. |
java.lang.String |
getPrice()
Get the price at which Worldpac offers the product to you. |
java.lang.String |
getProductID()
Get Worldpac product identifier. |
int |
getQuantityAvailable()
Get the maximum quantity of the product that can be ordered at the quoted terms. |
java.util.Date |
getShipsAt()
Get the time when an order for this product will ship |
java.util.Date |
getSubmitBy()
Get the time by which an order must be submitted to guarantee the quoted terms |
java.lang.String |
getWarehouseID()
Get the warehouse which contains the product |
java.lang.String |
getWeight()
Get the weight of the product. |
boolean |
hasImage()
Product images are available. |
java.lang.String |
hiresURL()
Product hi-res image URL. |
java.lang.String |
imageURL()
Product image URL. |
java.lang.String |
initialize(java.lang.String fulfillerID,
java.lang.String productID,
java.lang.String brandID,
int quantity)
Initialize the FulfillmentQuote object. |
java.lang.String |
thumbnailURL()
Product thumbnail image URL. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FulfillmentQuote()
| Method Detail |
public java.lang.String initialize(java.lang.String fulfillerID,
java.lang.String productID,
java.lang.String brandID,
int quantity)
fulfillerID - Fulfiller identifier. Obtain by calling getID() on the Fulfiller to be used.productID - Worldpac product identifier. May contain embedded spaces, which are significant.brandID - Worldpac brand identifier.quantity - Requested quantity, which may be needed to locate the best warehouse from which to ship.
public java.lang.String getProductID()
public java.lang.String getBrandID()
public int getDaysUntilShip()
public int getQuantityAvailable()
public java.lang.String getPrice()
public java.lang.String getListPrice()
public java.lang.String getCorePrice()
public java.lang.String getDescription()
public java.lang.String getWarehouseID()
public java.util.Date getSubmitBy()
public java.util.Date getShipsAt()
public java.lang.String getWeight()
public boolean hasImage()
public java.lang.String thumbnailURL()
public java.lang.String imageURL()
public java.lang.String hiresURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||