|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaleProcess | |
---|---|
org.salespointframework.core | This package contains the central classes of the Framework. |
org.salespointframework.core.users | Contains all the classes for managing users and their capabilities. |
org.salespointframework.desktop.multiwindow | Contains classes for the standard SalesPoint application GUI. |
org.salespointframework.desktop.strategies | |
org.salespointframework.desktop.strategies.dataexchangeformsheet | Contains the MoveStrategy classes for
TwoTableFormSheets . |
org.salespointframework.web.movestrategies |
Uses of SaleProcess in org.salespointframework.core |
---|
Fields in org.salespointframework.core declared as SaleProcess | |
---|---|
protected SaleProcess |
Shop.ProcessHandle.m_p
The process for which this is the context. |
protected SaleProcess |
MenuSheetObject.m_pAttached
The SaleProcess attached to this MenuSheetObject, if any. |
private SaleProcess |
FormSheet.m_pAttached
The process attached to this FormSheet. |
protected SaleProcess |
SalesPoint.m_pCurProcess
The process currently running on this SalesPoint, if any. |
private SaleProcess |
SaleProcess.SubProcess.m_pParent
The parent process. |
Fields in org.salespointframework.core with type parameters of type SaleProcess | |
---|---|
private java.util.Stack<SaleProcess> |
SalesPoint.m_stkProcess
A stack which saves the process on this SalesPoint. |
Methods in org.salespointframework.core that return SaleProcess | |
---|---|
SaleProcess |
MenuSheetObject.attach(SaleProcess p)
Attach a SaleProcess to this MenuSheetObject. |
SaleProcess |
MenuSheet.attach(SaleProcess p)
Attach a SaleProcess to this MenuSheet. |
SaleProcess |
FormSheet.attach(SaleProcess p)
Attach a process to this FormSheet. |
SaleProcess |
FormSheet.detachProcess()
Detach the current process from this FormSheet. |
SaleProcess |
MenuSheetObject.detachSaleProcess()
Detach the currently attached SaleProcess. |
SaleProcess |
SalesPoint.getCurrentProcess()
Get the process currently running on this SalesPoint, if any. |
SaleProcess |
FormSheet.getProcess()
Get the currently attached process. |
Methods in org.salespointframework.core with parameters of type SaleProcess | |
---|---|
SaleProcess |
MenuSheetObject.attach(SaleProcess p)
Attach a SaleProcess to this MenuSheetObject. |
SaleProcess |
MenuSheet.attach(SaleProcess p)
Attach a SaleProcess to this MenuSheet. |
SaleProcess |
FormSheet.attach(SaleProcess p)
Attach a process to this FormSheet. |
void |
ActionActionListener.doAction(SaleProcess p,
SalesPoint sp)
Action interface method. |
void |
Action.doAction(SaleProcess p,
SalesPoint sp)
Perform the actual action. |
User |
Shop.ProcessHandle.getCurrentUser(SaleProcess p)
|
User |
SalesPoint.getCurrentUser(SaleProcess p)
Get the current user for the given process. |
User |
ProcessContext.getCurrentUser(SaleProcess p)
Get the user currently associated with the given process. |
Transition |
UIGate.getNextTransition(SaleProcess pOwner,
User usr,
boolean stay)
Returns the next Transition to jump to. |
Transition |
SaleProcess.PrintErrorGate.getNextTransition(SaleProcess p,
User u,
boolean stay)
|
Transition |
Gate.getNextTransition(SaleProcess pOwner,
User usr,
boolean stay)
Determine the next Transition. |
boolean |
Shop.ProcessHandle.hasUseableDisplay(SaleProcess p)
|
boolean |
SalesPoint.hasUseableDisplay(SaleProcess p)
True, if the SalesPoint currently has a display and this display is useable. |
boolean |
ProcessContext.hasUseableDisplay(SaleProcess p)
True if the ProcessContext has a useable display for the given process. |
void |
Shop.ProcessHandle.log(SaleProcess p,
Loggable la)
|
void |
SalesPoint.log(SaleProcess p,
Loggable la)
Log the given Loggable. |
void |
ProcessContext.log(SaleProcess p,
Loggable la)
Put an entry into the ProcessContext's log stream for a process. |
Gate |
Transition.perform(SaleProcess pOwner,
User usr)
Actually perform the transition. |
Gate |
GateChangeTransition.perform(SaleProcess p,
User u)
Perform the Transition. |
void |
Shop.ProcessHandle.popUpFormSheet(SaleProcess p,
FormSheet fs)
|
void |
SalesPoint.popUpFormSheet(SaleProcess p,
FormSheet fs)
Allow a process to pop up a FormSheet on the SalesPoint's current display. |
void |
ProcessContext.popUpFormSheet(SaleProcess p,
FormSheet fs)
Pop up a FormSheet for a process. |
void |
Shop.ProcessHandle.processFinished(SaleProcess p)
|
void |
SalesPoint.processFinished(SaleProcess p)
Notification that a process finished running on this SalesPoint. |
void |
ProcessContext.processFinished(SaleProcess p)
Notification that a process was finished in this ProcessContext. |
void |
Shop.ProcessHandle.processStarted(SaleProcess p)
|
void |
SalesPoint.processStarted(SaleProcess p)
Notification that a process started on a SalesPoint. |
void |
ProcessContext.processStarted(SaleProcess p)
Notification that a process was started in this ProcessContext. |
void |
Shop.runBackgroundProcess(SaleProcess p,
User usr,
DataBasket db)
Run a background process on the Shop. |
void |
SalesPoint.runProcess(SaleProcess p)
Starts a process on this SalesPoint. |
void |
SalesPoint.runProcess(SaleProcess p,
DataBasket db)
Starts a process on this SalesPoint. |
void |
Shop.runProcess(SaleProcess p,
Display d,
User usr,
DataBasket db)
Run a process on the Shop. |
void |
Shop.ProcessHandle.setFormSheet(SaleProcess p,
FormSheet fs)
|
void |
SalesPoint.setFormSheet(SaleProcess p,
FormSheet fs)
Allow a process to set a FormSheet on the SalesPoint's current display. |
void |
ProcessContext.setFormSheet(SaleProcess p,
FormSheet fs)
Set a FormSheet for a process. |
void |
Shop.ProcessHandle.setMenuSheet(SaleProcess p,
MenuSheet ms)
|
void |
SalesPoint.setMenuSheet(SaleProcess p,
MenuSheet ms)
Allow a process to set a MenuSheet on the SalesPoint's current display. |
void |
ProcessContext.setMenuSheet(SaleProcess p,
MenuSheet ms)
Set a MenuSheet for a process. |
Constructors in org.salespointframework.core with parameters of type SaleProcess | |
---|---|
SaleProcess.ProcessLogEntry(SaleProcess p)
Create a new ProcessLogEntry. |
|
SaleProcess.SubProcess(java.lang.String sName,
SaleProcess pParent,
java.lang.Runnable rSubProcess)
Create a new subprocess. |
|
Shop.ProcessHandle(SaleProcess p,
Display d,
User usr,
DataBasket db)
Create a new ProcessHandle. |
Uses of SaleProcess in org.salespointframework.core.users |
---|
Methods in org.salespointframework.core.users with parameters of type SaleProcess | |
---|---|
void |
ActionCapability.doAction(SaleProcess p,
SalesPoint sp)
If the capability is granting rights, perform the guarded action; otherwise, print a message to the user that he/she is not granted the right to perform this action. |
Uses of SaleProcess in org.salespointframework.desktop.multiwindow |
---|
Methods in org.salespointframework.desktop.multiwindow with parameters of type SaleProcess | |
---|---|
void |
TileVerticallyAction.doAction(SaleProcess p,
SalesPoint sp)
|
void |
TileHorizontallyAction.doAction(SaleProcess p,
SalesPoint sp)
|
void |
CascadeAction.doAction(SaleProcess p,
SalesPoint sp)
|
void |
DesktopAction.doAction(SaleProcess p,
SalesPoint sp)
|
void |
TabAction.doAction(SaleProcess p,
SalesPoint sp)
|
void |
WindowAction.doAction(SaleProcess p,
SalesPoint sp)
|
Uses of SaleProcess in org.salespointframework.desktop.strategies |
---|
Methods in org.salespointframework.desktop.strategies with parameters of type SaleProcess | |
---|---|
protected void |
AbstractAddCatalogItemStrategy.addToCatalog(SaleProcess p,
CatalogItem ci)
Add the specified CatalogItem to the Catalog. |
protected void |
DefaultRemoveCatalogItemStrategy.doRemove(SaleProcess p,
CatalogItem ci,
DataBasket db)
Perform the actual removal. |
void |
FormSheetStrategy.error(SaleProcess p,
int nErrorCode)
Handle an error. |
void |
FormSheetStrategy.ErrorHandler.error(SaleProcess p,
int nErrorCode)
Handle an error. |
abstract Transition |
EditButtonStrategy.getEditProcess(SingleTableFormSheet stfs,
SaleProcess p,
SalesPoint sp)
Get the first transition of the process that will perform the editing. |
Transition |
DefaultRemoveCatalogItemStrategy.getEditProcess(SingleTableFormSheet stfs,
SaleProcess p,
SalesPoint sp)
|
Transition |
AbstractAddCatalogItemStrategy.getEditProcess(SingleTableFormSheet stfs,
SaleProcess p,
SalesPoint sp)
|
protected java.lang.String |
AbstractAddCatalogItemStrategy.getNewKey(SingleTableFormSheet stfs,
SaleProcess p)
Get the key of the new item. |
Uses of SaleProcess in org.salespointframework.desktop.strategies.dataexchangeformsheet |
---|
Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type SaleProcess | |
---|---|
protected int |
CCStrategy.checkMove(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
CSCSStrategy.checkMove(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Check whether the indicated move is allowable. |
protected int |
SSSSStrategy.checkMove(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
Check whether the indicated move is allowable. |
protected int |
CCSStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Check whether the indicated move is allowable. |
protected int |
CDBStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
CSSStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
CSDBStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
CatalogItem ci,
int nCount)
Check whether the indicated move is allowable. |
protected int |
DBCStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
DBCSStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
DataBasketEntry dbe,
int nCount)
Check whether the indicated move is allowable. |
protected int |
DBSSStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe)
Check whether the indicated move is allowable. |
protected int |
SSDBStrategy.checkMoveToDest(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
StockItem si)
Check whether the indicated move is allowable. |
protected int |
CCSStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Check whether the indicated move is allowable. |
protected int |
CDBStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
CSSStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
Check whether the indicated move is allowable. |
protected int |
CSDBStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
DataBasketEntry dbe,
int nCount)
Check whether the indicated move is allowable. |
protected int |
DBCStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci)
Check whether the indicated move is allowable. |
protected int |
DBCSStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
CatalogItem ci,
int nCount)
Check whether the indicated move is allowable. |
protected int |
DBSSStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si)
Check whether the indicated move is allowable. |
protected int |
SSDBStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
DataBasketEntry dbe)
Check whether the indicated move is allowable. |
protected abstract StockItem |
CSSStrategy.createStockItem(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci)
Create a fresh StockItem following the specifications given. |
protected Gate |
CCStrategy.getCheckMoveGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of a sub-process that will move items from one Catalog into another. |
protected Gate |
CSCSStrategy.getCheckMoveGate(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of a sub-process that will move items from one Stock into another. |
protected Gate |
SSSSStrategy.getCheckMoveGate(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of a sub-process that will move items from one Stock into another. |
protected Gate |
CCStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CCSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CDBStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CSSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CSCSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CSDBStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
DBCStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
DBCSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
DataBasketEntry dbe,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
DBSSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
SSDBStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
SSSSStrategy.getCheckMoveToDestGate(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the source to the destination. |
protected Gate |
CCStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
CCSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
CDBStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
CSSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
CSCSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
CSDBStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
DataBasketEntry dbe,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
DBCStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
DBCSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
DBSSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
SSDBStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
DataBasketEntry dbe,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
protected Gate |
SSSSStrategy.getCheckMoveToSourceGate(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the first gate of the sub-process that will move items from the destination to the source. |
Transition |
CCStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CCSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CDBStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CSSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CSCSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CSDBStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
DBCStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
DBCSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
DataBasketEntry dbe,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
DBSSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
SSDBStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
StockItem si,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
SSSSStrategy.getMoveToDestProcess(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the source to the destination. |
Transition |
CCStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
CCSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
CDBStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
CSSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
CSCSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
CSDBStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
DataBasketEntry dbe,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
DBCStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
DBCSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
CatalogItem ci,
int nCount,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
DBSSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
SSDBStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
DataBasketEntry dbe,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
Transition |
SSSSStrategy.getMoveToSourceProcess(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si,
DataExchangeFormSheet ttfs)
Get the sub-process that will move items from the destination to the source. |
protected void |
CCStrategy.moveImpl(SaleProcess p,
SalesPoint sp,
Catalog cSource,
Catalog cDest,
DataBasket db,
CatalogItem ci)
Move the indicated item from the source Catalog into the destination Catalog. |
protected void |
CSCSStrategy.moveImpl(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Move the indicated number of items from the source CountingStock into the destination CountingStock. |
protected void |
SSSSStrategy.moveImpl(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
Move the indicated item from the source StoringStock into the destination StoringStock. |
protected void |
CCSStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Move the indicated number of items as indicated into the destination Stock. |
protected void |
CDBStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci)
Move the indicated item from source to destination. |
protected void |
CSSStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
Move the item as indicated into the destination Stock. |
protected void |
CSDBStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
CatalogItem ci,
int nCount)
Move the indicated number of items as indicated into the destination DataBasket. |
protected void |
DBCStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci)
Move the item into the destination Catalog. |
protected void |
DBCSStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
DataBasketEntry dbe,
int nCount)
Move the indicated number of items as indicated into the destination Stock. |
protected void |
DBSSStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
DataBasketEntry dbe)
Move the indicated item into the destination Stock. |
protected void |
SSDBStrategy.moveToDest(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
StockItem si)
Move the indicated item from the source Stock. |
protected void |
CCSStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
CountingStock csDest,
DataBasket db,
CatalogItem ci,
int nCount)
Move the indicated number of items as indicated from the destination Stock. |
protected void |
CDBStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
DataBasket dbDest,
CatalogItem ci)
Move the indicated item from the destination to the source. |
protected void |
CSSStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
Move the indicated item as indicated from the destination Stock. |
protected void |
CSDBStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
CountingStock csSource,
DataBasket dbDest,
DataBasketEntry dbe,
int nCount)
Move the indicated number of items as indicated from the source into the destination. |
protected void |
DBCStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
Catalog cDest,
CatalogItem ci)
Move the indicated item from the destination Catalog. |
protected void |
DBCSStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
CountingStock csDest,
CatalogItem ci,
int nCount)
Move the indicated number of items as indicated from the destination Stock. |
protected void |
DBSSStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
DataBasket dbSource,
StoringStock ssDest,
StockItem si)
Move the indicated item from the destination Stock. |
protected void |
SSDBStrategy.moveToSource(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
DataBasket dbDest,
DataBasketEntry dbe)
Move the indicated item into the source Stock. |
Uses of SaleProcess in org.salespointframework.web.movestrategies |
---|
Methods in org.salespointframework.web.movestrategies with parameters of type SaleProcess | |
---|---|
protected StockItem |
CSSStrategy.createStockItem(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |