Videoautomat

Serialized Form


Package videoautomat

Class videoautomat.AutomatUser implements Serializable

Serialized Fields

ss_videos

data.ooimpl.StoringStockImpl ss_videos

Class videoautomat.ComparatorCurrency implements Serializable

Class videoautomat.DisplayMoneyStockError implements Serializable

Class videoautomat.LogEntryVideo implements Serializable

Serialized Fields

user_ID

String user_ID

video_name

String video_name

rented

boolean rented

date

Date date

Class videoautomat.LoggableImpl implements Serializable

Serialized Fields

user_ID

String user_ID

video_name

String video_name

rented

boolean rented

Class videoautomat.SaleProcessAdmin implements Serializable

Class videoautomat.SaleProcessHandBack implements Serializable

Class videoautomat.SaleProcessLogOn implements Serializable

Class videoautomat.SaleProcessRegister implements Serializable

Class videoautomat.SaleProcessRent implements Serializable

Class videoautomat.StockChangeLogger implements Serializable

Serialized Fields

user_ID

String user_ID

Class videoautomat.TEDVideoCassette implements Serializable

Class videoautomat.TEDVideoStock implements Serializable

Serialized Fields

cNames

String[] cNames

cClasses

Class[] cClasses

renderer

data.swing.CurrencyRenderer renderer

Class videoautomat.VideoAutomat implements Serializable

Class videoautomat.VideoCassette implements Serializable

Serialized Fields

rentTime

long rentTime

Class videoautomat.VideoShop implements Serializable


Package videoautomat.contentcreator

Class videoautomat.contentcreator.AdminLTFContentCreator implements Serializable

Class videoautomat.contentcreator.AdminMFContentCreator implements Serializable

Class videoautomat.contentcreator.HandBackSTFSContentCreator implements Serializable

Serialized Fields

numValue

data.NumberValue numValue

Class videoautomat.contentcreator.HandBackTTFSContentCreator implements Serializable

Class videoautomat.contentcreator.LogOnLOFContentCreator implements Serializable

Class videoautomat.contentcreator.LogOnMFContentCreator implements Serializable

Class videoautomat.contentcreator.LogOnSTFSContentCreator implements Serializable

Serialized Fields

user

users.User user

Class videoautomat.contentcreator.RegisterContentCreator implements Serializable

Serialized Fields

errorMessage

JTextArea errorMessage
Textarea for the error message


message

JLabel message
Label with the initial massage


userName

JTextField userName
Textfield for the user name


password

JPasswordField password
PasswordField for the 1st password


confirmedPassword

JPasswordField confirmedPassword
PasswordField for the 2nd password

Class videoautomat.contentcreator.RentConfirmFSContentCreator implements Serializable

Serialized Fields

processRent

SaleProcessRent processRent
Sales Proecess in which the content creator is used


gate

sale.UIGate gate
UIGate of the FormSheet for the secound FormSheet

Class videoautomat.contentcreator.RentPayFSContentCreator implements Serializable

Serialized Fields

payValue

String payValue
String of the pay value


processRent

SaleProcessRent processRent
Process in which the FormSheet and so the content creator is used

Class videoautomat.contentcreator.RentTTFSContentCreator implements Serializable

Class videoautomat.contentcreator.StartFSContentCreator implements Serializable


Package videoautomat.contentcreator.stdactions

Class videoautomat.contentcreator.stdactions.CommitAction implements Serializable

Class videoautomat.contentcreator.stdactions.LogOutAction implements Serializable

Class videoautomat.contentcreator.stdactions.QuitAction implements Serializable

Class videoautomat.contentcreator.stdactions.RollBackAction implements Serializable

Class videoautomat.contentcreator.stdactions.RunProcessAction implements Serializable

Serialized Fields

process

sale.SaleProcess process
instance of the process which should be started by this action.


basket

data.DataBasket basket

Class videoautomat.contentcreator.stdactions.StopAction implements Serializable

Class videoautomat.contentcreator.stdactions.TransitWithAction implements Serializable

Serialized Fields

transition

sale.Transition transition
Transition which should be performed by this action


Package videoautomat.transition

Class videoautomat.transition.HandBackCalculateSumTransition implements Serializable

Class videoautomat.transition.LogOnFailTransition implements Serializable

Class videoautomat.transition.LogOnTransition implements Serializable

Serialized Fields

lof

users.stdforms.LogOnForm lof

Class videoautomat.transition.RegisterOKTransition implements Serializable

Serialized Fields

creator

RegisterContentCreator creator
Referenz the the given RegisterContentCreator

Class videoautomat.transition.RentPayConfirmTransition implements Serializable

Class videoautomat.transition.RentPayRollbackTransition implements Serializable

Class videoautomat.transition.RentSumUpTransition implements Serializable


Videoautomat