Großmarkt

market.stdform
Class FSWorkerOrder

java.lang.Object
  extended by market.stdform.FSWorkerOrder

public class FSWorkerOrder
extends Object

This FormSheet displays the order of a customer in a table with one further column to tick off the articles, it is used by workers to execute the order.


Constructor Summary
FSWorkerOrder()
           
 
Method Summary
static SingleTableFormSheet getOrderTable(String customer, CountingStock order, Hashtable<CIArticle,Object> done)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSWorkerOrder

public FSWorkerOrder()
Method Detail

getOrderTable

public static SingleTableFormSheet getOrderTable(String customer,
                                                 CountingStock order,
                                                 Hashtable<CIArticle,Object> done)
Parameters:
customer - the customer who`s order gets executed.
order - the order that gets executed.
done - Hashtable with boolean values used for the tick-off column.

Großmarkt