| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataExchangeFormSheet | |
|---|---|
| org.salespointframework.desktop.formsheets | |
| org.salespointframework.desktop.strategies.dataexchangeformsheet | Contains the MoveStrategy classes for
  TwoTableFormSheets.  | 
| Uses of DataExchangeFormSheet in org.salespointframework.desktop.formsheets | 
|---|
| Fields in org.salespointframework.desktop.formsheets declared as DataExchangeFormSheet | |
|---|---|
private  DataExchangeFormSheet | 
DescriptiveFormSheet.ttfsReference
Keep a reference to the DataExchangeFormSheet (if given).  | 
| Methods in org.salespointframework.desktop.formsheets that return DataExchangeFormSheet | |
|---|---|
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       Catalog cDest,
       DataBasket db,
       UIGate uigGate,
       CCStrategy ccsMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are Catalogs.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       Catalog cDest,
       DataBasket db,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are Catalogs.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       CountingStock csDest,
       DataBasket db,
       UIGate uigGate,
       CCSStrategy ccssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       CountingStock csDest,
       DataBasket db,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       DataBasket dbDest,
       UIGate uigGate,
       CDBStrategy cdbsMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       DataBasket dbDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       Catalog cSource,
       StoringStock ssDest,
       DataBasket db,
       UIGate uigGate,
       CSSStrategy csssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a StoringStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       CountingStock csSource,
       CountingStock csDest,
       DataBasket db,
       UIGate uigGate,
       CSCSStrategy cscssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       CountingStock csSource,
       CountingStock csDest,
       DataBasket db,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       CountingStock csSource,
       DataBasket dbDest,
       UIGate uigGate,
       CSDBStrategy csdbsMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a CountingStock and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       CountingStock csSource,
       DataBasket dbDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a CountingStocks and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       Catalog cDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       Catalog cDest,
       UIGate uigGate,
       DBCStrategy dbcsMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       CountingStock csDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       CountingStock csDest,
       UIGate uigGate,
       DBCSStrategy dbcssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       StoringStock ssDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       DataBasket dbSource,
       StoringStock ssDest,
       UIGate uigGate,
       DBSSStrategy dbsssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       StoringStock ssSource,
       DataBasket dbDest,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       StoringStock ssSource,
       DataBasket dbDest,
       UIGate uigGate,
       SSDBStrategy ssdbsMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       StoringStock ssSource,
       StoringStock ssDest,
       DataBasket db,
       UIGate uigGate,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.  | 
static DataExchangeFormSheet | 
DataExchangeFormSheet.create(java.lang.String sCaption,
       StoringStock ssSource,
       StoringStock ssDest,
       DataBasket db,
       UIGate uigGate,
       SSSSStrategy sssssMoveStrategy,
       DataExchangeFormSheet.DataExchangeOptions options)
Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.  | 
 DataExchangeFormSheet | 
DescriptiveFormSheet.getDataExchangeFormSheet()
Get the DataExchangeFormSheet this formsheet was constructed with (if so), or null in any other case. | 
| Methods in org.salespointframework.desktop.formsheets with parameters of type DataExchangeFormSheet | |
|---|---|
private static javax.swing.JComponent | 
DataExchangeFormSheet.createComponent(java.lang.Object datasource,
                DataExchangeFormSheet.DataExchangeOption option,
                DataBasket db,
                boolean isRight,
                DataExchangeFormSheet defs)
Create the source or destination component based on DataExchangeFormSheet.DataExchangeOption | 
private static javax.swing.JSplitPane | 
DataExchangeFormSheet.createForm(MoveAction moveToDest,
           MoveAction moveToSource,
           javax.swing.JComponent jSource,
           javax.swing.JComponent jDest,
           DataExchangeFormSheet defs,
           DataExchangeFormSheet.DataExchangeOptions options)
Helper method that positions all elements of the formsheet according to the given direction.  | 
| Constructors in org.salespointframework.desktop.formsheets with parameters of type DataExchangeFormSheet | |
|---|---|
DescriptiveFormSheet(DataExchangeFormSheet ttfs,
                     java.lang.String caption)
Construct a new DescriptiveFormSheet from the given DataExchangeFormSheet.  | 
|
| Uses of DataExchangeFormSheet in org.salespointframework.desktop.strategies.dataexchangeformsheet | 
|---|
| Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type DataExchangeFormSheet | |
|---|---|
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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||