|
Großmarkt | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsale.SaleProcess
market.SProcessMarket
market.SProcessCustomer
public class SProcessCustomer
The customer process. This process handles a customer's purchase.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class sale.SaleProcess |
---|
SaleProcess.ProcessLogEntry |
Field Summary |
---|
Fields inherited from class sale.SaleProcess |
---|
LOGENTRYFILTER_PROCESSES_ONLY, m_gCurGate, m_tCurTransition |
Fields inherited from interface sale.ProcessErrorCodes |
---|
DATABASKET_CONFLICT_ERROR, DUPLICATE_KEY_EXCEPTION, ERR_INTERNAL, ERR_LOWERBOUND, ERR_NOERROR, ERR_UPPERBOUND, NOT_ENOUGH_ELEMENTS_ERROR, REMOVE_VETO_EXCEPTION |
Constructor Summary | |
---|---|
SProcessCustomer(User user)
|
Method Summary | |
---|---|
Gate |
getCommitGate()
Attaches FSCustomerConfirmSelection , its actions and the menu to uig_commit . |
protected Gate |
getInitialGate()
Attaches FSCustomerOfferTable , its actions and the menu to uig_selection . |
Gate |
getOkGate()
Attaches a MsgForm and its OK-action to uig_ok . |
Methods inherited from class market.SProcessMarket |
---|
setAction, setTransition |
Methods inherited from class sale.SaleProcess |
---|
attach, attach, canQuit, detachBasket, detachContext, error, error, error, getBasket, getContext, getCurrentGate, getErrorGate, getErrorMsg, getLogData, getLogGate, getName, getQuitGate, getRollbackGate, getStopGate, isAlive, isResumed, isRunning, isSuspended, log, onFinished, onResumeOrStart, onSuspended, printErrorInfo, quit, resume, start, suspend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SProcessCustomer(User user)
user
- the customer who performs the purchase.Method Detail |
---|
protected Gate getInitialGate()
FSCustomerOfferTable
, its actions and the menu to uig_selection
.
getInitialGate
in class SaleProcess
uig_selection
.public Gate getCommitGate()
FSCustomerConfirmSelection
, its actions and the menu to uig_commit
.
getCommitGate
in class SaleProcess
uig_commit
.public Gate getOkGate()
MsgForm
and its OK-action to uig_ok
.
uig_ok
.
|
Großmarkt | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |