Großmarkt

market.stdform
Class FSSellerOrderTable

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

public class FSSellerOrderTable
extends Object

This FormSheet shows the order of the customer that has to be deduct in a table, it also shows a message-field containing information about removed articles that aren`t avaible yet.


Constructor Summary
FSSellerOrderTable()
           
 
Method Summary
static SingleTableFormSheet getOrderTable(CountingStock shoppingBasket, SICustomer sic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSSellerOrderTable

public FSSellerOrderTable()
Method Detail

getOrderTable

public static SingleTableFormSheet getOrderTable(CountingStock shoppingBasket,
                                                 SICustomer sic)
Parameters:
shoppingBasket - the shopping-basket of the customer that has to be deduct.
sic - the SICustomer in the till-queue related to the customer.
Returns:
the order-table.

Großmarkt