|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--videoautomat.contentcreator.stdactions.RunProcessAction
Standart action to start an SaleProcess
.
Constructor Summary | |
RunProcessAction(sale.SaleProcess process)
Constructs a new action to start the process. |
|
RunProcessAction(sale.SaleProcess process,
data.DataBasket basket)
Constructs a new action to start the process. |
Method Summary | |
void |
doAction(sale.SaleProcess saleProcess,
sale.SalesPoint salePoint)
Applies the action and start the given process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunProcessAction(sale.SaleProcess process)
process
- - SaleProcess
which should be started by this action.public RunProcessAction(sale.SaleProcess process, data.DataBasket basket)
process
- - SaleProcess
which should be started by this action.basket
- - data.ooimpl.DataBasket
attached to the process.Method Detail |
public void doAction(sale.SaleProcess saleProcess, sale.SalesPoint salePoint) throws Throwable
doAction
in interface sale.Action
saleProcess
- - current sale.SaleProecess
salePoint
- - current SalesPoint
Throwable
|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |