| java.lang.Object samples.bidbuy.BidService
BidService | public class BidService (Code) | | Big/PurchaseOrder Service
|
nextReceiptNumber | static int nextReceiptNumber(Code) | | |
Ping | public void Ping()(Code) | | Let the world know that we are still alive...
|
RequestForQuote | public double RequestForQuote(String productName, int quantity)(Code) | | Request a quote for a given quantity of a specified product
Parameters: productName - name of product Parameters: quantity - number desired Total amount in US$ for complete purchase |
SimpleBuy | public String SimpleBuy(String productName, String address, int quantity)(Code) | | Purchase a given quantity of a specified product
Parameters: productName - name of product Parameters: quantity - number desired Parameters: price - desired price (!!!) Parameters: customerId - who you are Parameters: shipTo - where you want the goods to go Parameters: date - where you want the goods to go Receipt |
|
|