Uses of Interface
org.salespointframework.core.data.interfaces.CountingStock

Packages that use CountingStock
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
org.salespointframework.desktop.strategies.dataexchangeformsheet Contains the MoveStrategy classes for TwoTableFormSheets
 

Uses of CountingStock in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement CountingStock
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 

Uses of CountingStock in org.salespointframework.core.data.filters
 

Classes in org.salespointframework.core.data.filters that implement CountingStock
 class CountingStockFilter<T extends StockItem,CT extends CatalogItem>
          StockFilter for CountingStocks.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 

Constructors in org.salespointframework.core.data.filters with parameters of type CountingStock
CountingStockFilter(CountingStock<T,CT> csSource)
          Create a new CountingStockFilter.
 

Uses of CountingStock in org.salespointframework.core.data.interfaces
 

Subinterfaces of CountingStock in org.salespointframework.core.data.interfaces
 interface MoneyBag
          Tag interface marking CountingStocks that work together with Currencies.
 

Uses of CountingStock in org.salespointframework.desktop
 

Constructors in org.salespointframework.desktop with parameters of type CountingStock
JCountingStockListView(CountingStock<StockItem,CatalogItem> stock)
          default constructor
JCountingStockListView(CountingStock<StockItem,CatalogItem> stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          default constructor
JCountingStockListView(CountingStock<StockItem,CatalogItem> stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaultCategory)
          default constructor
JCountingStockTable(CountingStock cs, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create a new JCountingStockTable.
 

Uses of CountingStock in org.salespointframework.desktop.formsheets
 

Methods in org.salespointframework.desktop.formsheets with parameters of type CountingStock
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 ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, CountingStock stock)
          create a new instance of ListViewFormSheet from a CountingStock source
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, 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, CountingStock csDest, DataBasket db, UIGate uigGate, DataExchangeFormSheet.DataExchangeOptions options)
          Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, CountingStock stock, DataBasket db)
          create a new instance of ListViewFormSheet from a CountingStock source
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 SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(java.lang.String sCaption, CountingStock cs, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
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 ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, CountingStock stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          create a new instance of ListViewFormSheet from a CountingStock source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, CountingStock stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          create a new instance of ListViewFormSheet from a CountingStock source
 void DataExchangeFormSheet.setDestTable(CountingStock m_csSource, boolean fShowZeros, TableEntryDescriptor ted)
          Set the source of the destination table.
 void DataExchangeFormSheet.setSourceTable(CountingStock m_csSource, boolean fShowZeros, TableEntryDescriptor ted)
          Set the source of the source table.
 

Uses of CountingStock in org.salespointframework.desktop.models
 

Fields in org.salespointframework.desktop.models declared as CountingStock
protected  CountingStock<?,?> CountingStockTableModel.m_csModel
          The CountingStock being modelled.
protected  CountingStock<?,?> CountingStockListModel.stock
          CountingStock source
 

Constructors in org.salespointframework.desktop.models with parameters of type CountingStock
CountingStockListModel(CountingStock<StockItem,CatalogItem> stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros)
          constructor
CountingStockListModel(CountingStock<StockItem,CatalogItem> stock, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean showZeros, boolean categorize, Category defaultCategory)
          constructor
CountingStockTableModel(CountingStock cs, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create a new CountingStockTableModel.
 

Uses of CountingStock in org.salespointframework.desktop.strategies.dataexchangeformsheet
 

Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type CountingStock
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 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 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 CSDBStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, CatalogItem ci, int nCount)
          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 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 CSDBStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, DataBasketEntry dbe, int nCount)
          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  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 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 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 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 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 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 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 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 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 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.
 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 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 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 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 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 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 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 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.
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 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 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 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 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 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 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 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.