Videoautomat

videoautomat.contentcreator
Class LogOnSTFSContentCreator

java.lang.Object
  |
  +--sale.FormSheetContentCreator
        |
        +--videoautomat.contentcreator.LogOnSTFSContentCreator
All Implemented Interfaces:
Serializable

public class LogOnSTFSContentCreator
extends sale.FormSheetContentCreator

Content creator to add the four main buttons to the FormSheet

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
LogOnSTFSContentCreator(SaleProcessLogOn process)
          Constructor for referencing the User
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Generates the content and adds the four main buttons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnSTFSContentCreator

public LogOnSTFSContentCreator(SaleProcessLogOn process)
Constructor for referencing the User

Parameters:
process - - SaleProcessLogOn from where to get the user
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Generates the content and adds the four main buttons.

Specified by:
createFormSheetContent in class sale.FormSheetContentCreator
Parameters:
fs - - FormSheet to be changed

Videoautomat