|
Videoautomat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvideoautomat.contentcreator.stdactions.RunProcessAction
public class RunProcessAction
Standart action to start an sale.SaleProcess
.
Constructor Summary | |
---|---|
RunProcessAction(SaleProcess process)
Constructs a new action to start the process. |
|
RunProcessAction(SaleProcess process,
DataBasket basket)
Constructs a new action to start the process. |
Method Summary | |
---|---|
void |
doAction(SaleProcess saleProcess,
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(SaleProcess process)
process
- - sale.SaleProcess
which should be started by this action.public RunProcessAction(SaleProcess process, DataBasket basket)
process
- - sale.SaleProcess
which should be started by this action.basket
- - data.ooimpl.DataBasket
attached to the process.Method Detail |
---|
public void doAction(SaleProcess saleProcess, SalesPoint salePoint) throws Throwable
saleProcess
- - current sale.SaleProecess
salePoint
- - current sale.SalesPoint
Throwable
|
Videoautomat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |