|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoringStock | |
---|---|
org.salespointframework.core.data | Provides interfaces for data management. |
org.salespointframework.core.data.filters | Contains catalog and stock filters. |
org.salespointframework.desktop.formsheets | |
org.salespointframework.desktop.strategies.dataexchangeformsheet | Contains the MoveStrategy classes for
TwoTableFormSheets . |
org.salespointframework.web.movestrategies |
Uses of StoringStock in org.salespointframework.core.data |
---|
Classes in org.salespointframework.core.data that implement StoringStock | |
---|---|
class |
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the StoringStock interface. |
Uses of StoringStock in org.salespointframework.core.data.filters |
---|
Classes in org.salespointframework.core.data.filters that implement StoringStock | |
---|---|
class |
StoringStockFilter<T extends StockItem,CT extends CatalogItem>
StockFilter for StoringStocks. |
Constructors in org.salespointframework.core.data.filters with parameters of type StoringStock | |
---|---|
StoringStockFilter(StoringStock<T,CT> ssSource)
Create a new StoringStockFilter. |
Uses of StoringStock in org.salespointframework.desktop.formsheets |
---|
Methods in org.salespointframework.desktop.formsheets with parameters of type StoringStock | |
---|---|
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,
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 ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
StoringStock stock)
creates a new instance of ListViewFormSheet from a StoringStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
StoringStock stock,
DataBasket db)
creates a new instance of ListViewFormSheet from a StoringStock source |
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,
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. |
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. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
java.util.Comparator<StockItem> cmp)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
java.util.Comparator<StockItem> cmp,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
DataBasket db)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
DataBasket db,
java.util.Comparator<StockItem> cmp)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
DataBasket db,
java.util.Comparator<StockItem> cmp,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
DataBasket db,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static SingleTableFormSheet |
SingleTableFormSheet.create(java.lang.String sCaption,
StoringStock ss,
UIGate uigGate,
TableEntryDescriptor ted)
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock. |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
StoringStock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer)
creates a new instance of ListViewFormSheet from a StoringStock source |
static ListViewFormSheet |
ListViewFormSheet.create(java.lang.String caption,
UIGate uiGate,
StoringStock stock,
DataBasket db,
java.util.Comparator<StockItem> cmp,
JListView.ListViewOrientation orientation,
javax.swing.ListCellRenderer renderer,
boolean categorize,
Category defaultCategory)
creates a new instance of ListViewFormSheet from a StoringStock source |
void |
DataExchangeFormSheet.setDestTable(StoringStock m_stSource,
TableEntryDescriptor ted)
Set the source of the destination table. |
void |
DataExchangeFormSheet.setSourceTable(StoringStock m_stSource,
TableEntryDescriptor ted)
Set the source of the source table. |
Uses of StoringStock in org.salespointframework.desktop.strategies.dataexchangeformsheet |
---|
Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type StoringStock | |
---|---|
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 |
SSSSStrategy.checkMove(SaleProcess p,
SalesPoint sp,
StoringStock ssSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
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 |
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 |
CSSStrategy.checkMoveToSource(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
StockItem si)
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
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 |
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 |
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 |
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 |
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 |
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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 StoringStock in org.salespointframework.web.movestrategies |
---|
Methods in org.salespointframework.web.movestrategies with parameters of type StoringStock | |
---|---|
protected StockItem |
CSSStrategy.createStockItem(SaleProcess p,
SalesPoint sp,
Catalog cSource,
StoringStock ssDest,
DataBasket db,
CatalogItem ci)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |