|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sale.stdforms.FormSheetStrategy data.stdforms.twotableformsheet.MoveStrategy data.stdforms.twotableformsheet.DBSSStrategy
public class DBSSStrategy
MoveStrategy for a DataBasket source and a StoringStock destination.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class sale.stdforms.FormSheetStrategy |
---|
FormSheetStrategy.ErrorHandler |
Field Summary |
---|
Fields inherited from class sale.stdforms.FormSheetStrategy |
---|
DEFAULT_ERROR_HANDLER, m_ehErrHandler, MSG_POPUP_ERROR_HANDLER |
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 | |
---|---|
DBSSStrategy()
|
Method Summary | |
---|---|
protected int |
checkMoveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe)
Check whether the indicated move is allowable. |
protected int |
checkMoveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si)
Check whether the indicated move is allowable. |
protected Gate |
getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe,
TwoTableFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si,
TwoTableFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
Transition |
getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe,
TwoTableFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si,
TwoTableFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
protected void |
moveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe)
Move the indicated item into the destination Stock. |
protected void |
moveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si)
Move the indicated item from the destination Stock. |
Methods inherited from class data.stdforms.twotableformsheet.MoveStrategy |
---|
canMoveToDest, canMoveToSource |
Methods inherited from class sale.stdforms.FormSheetStrategy |
---|
error, setErrorHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBSSStrategy()
Method Detail |
---|
public Transition getMoveToSourceProcess(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, StockItem si, TwoTableFormSheet ttfs)
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.si
- the StockItem that is selected in the destination.ttfs
- the FormSheet that triggers the process.protected Gate getCheckMoveToSourceGate(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, StockItem si, TwoTableFormSheet ttfs)
This Gate will check whether the move is allowable, and if so, will trigger a Transition that performs it.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.si
- the StockItem that is selected in the destination.ttfs
- the FormSheet that triggers the process.checkMoveToSource(sale.SaleProcess, sale.SalesPoint, data.DataBasket, data.StoringStock, data.StockItem)
and/or moveToSource(sale.SaleProcess, sale.SalesPoint, data.DataBasket, data.StoringStock, data.StockItem)
.protected int checkMoveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, StockItem si) throws InterruptedException
FormSheetStrategy.error(sale.SaleProcess, int)
. You can assume that you are at a Gate
.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.si
- the StockItem that is selected in the destination.
InterruptedException
protected void moveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, StockItem si)
Transition
.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.si
- the StockItem that is selected in the destination.public Transition getMoveToDestProcess(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, DataBasketEntry dbe, TwoTableFormSheet ttfs)
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.dbe
- the DataBasketEntry that is selected in the source.ttfs
- the FormSheet that triggers the process.protected Gate getCheckMoveToDestGate(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, DataBasketEntry dbe, TwoTableFormSheet ttfs)
This Gate will check whether the move is allowable, and if so, will trigger a Transition that performs it.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.dbe
- the DataBasketEntry that is selected in the source.ttfs
- the FormSheet that triggers the process.checkMoveToDest(sale.SaleProcess, sale.SalesPoint, data.DataBasket, data.StoringStock, data.DataBasketEntry)
and/or moveToDest(sale.SaleProcess, sale.SalesPoint, data.DataBasket, data.StoringStock, data.DataBasketEntry)
.protected int checkMoveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, DataBasketEntry dbe) throws InterruptedException
FormSheetStrategy.error(sale.SaleProcess, int)
. You can assume that you are at a Gate
.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.dbe
- the DataBasketEntry that is selected in the source.
InterruptedException
protected void moveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, StoringStock ssDest, DataBasketEntry dbe)
Transition
.
p
- the process into which the sub-process wil be embedded.sp
- the SalesPoint, if any, at which the FormSheet is being displayed.dbSource
- the source DataBasket.ssDest
- the destination StoringStock.dbe
- the DataBasketEntry that is selected in the source.
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |