Großmarkt

market.stdform
Class FSCustomerOfferTable

java.lang.Object
  |
  +--market.stdform.FSCustomerOfferTable

public class FSCustomerOfferTable
extends Object

This FormSheet displays a TwoTableFormSheet where customers can choose articles from the offer and put them in there shopping-baskets, furthermore there is a description-field at which a short description of the selected product is shown.


Constructor Summary
FSCustomerOfferTable()
           
 
Method Summary
static TwoTableFormSheet getOfferFormSheet(CountingStock offer, CountingStock shoppingBasket, DataBasket db, UIGate uig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSCustomerOfferTable

public FSCustomerOfferTable()
Method Detail

getOfferFormSheet

public static TwoTableFormSheet getOfferFormSheet(CountingStock offer,
                                                  CountingStock shoppingBasket,
                                                  DataBasket db,
                                                  UIGate uig)
Parameters:
offer - the markets offer.
shoppingBasket - the shopping-basket of the customer.
db - the DataBasket related to the transfers between offer and shopping-basket.
uig - the UIGate at which this FormSheet is shown.
Returns:
the offer to shopping-basket table.

Großmarkt