|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sale.SaleProcess | +--market.SProcessMarket | +--market.SProcessSeller
The seller process. This process handles the payment of the orders.
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 | |
SProcessSeller(String name)
|
Method Summary | |
protected Gate |
getCancelBuyGate()
Attaches a MsgForm and its ok-action to #uig_cancelBuy . |
Gate |
getCommitGate()
Attaches FSSellerBill and its actions to #uig_commit . |
protected Gate |
getInitialGate()
Attaches FSSellerCustomerTable , its actions and the menu to #uig_customerSelection . |
Gate |
getLogGate()
Attaches MsgForm and its ok-action to #uig_log . |
protected Gate |
getNoCustomerGate()
Attaches a MsgForm and its ok-action to #uig_noCustomer . |
protected Gate |
getOrderGate()
Attaches FSSellerOrderTable and its actions to #uig_order . |
Gate |
getRollbackGate()
|
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, getName, getQuitGate, 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 SProcessSeller(String name)
name
- the name of the process.Method Detail |
protected Gate getInitialGate()
FSSellerCustomerTable
, its actions and the menu to #uig_customerSelection
.
getInitialGate
in class SaleProcess
#uig_customerSelection
.protected Gate getCancelBuyGate()
MsgForm
and its ok-action to #uig_cancelBuy
.
#uig_cancelBuy
.protected Gate getNoCustomerGate()
MsgForm
and its ok-action to #uig_noCustomer
.
#uig_noCustomer
.protected Gate getOrderGate()
FSSellerOrderTable
and its actions to #uig_order
.
#uig_order
.public Gate getCommitGate()
FSSellerBill
and its actions to #uig_commit
.
getCommitGate
in class SaleProcess
#uig_commit
.public Gate getRollbackGate()
getRollbackGate
in class SaleProcess
public Gate getLogGate()
MsgForm
and its ok-action to #uig_log
.
getLogGate
in class SaleProcess
#uig_log
.
|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |