SalesPoint Framework v3.0

Uses of Interface
data.CountingStock

Packages that use CountingStock
data Provides interfaces for data management. 
data.filters Contains catalog and stock filters. 
data.ooimpl Pure Java implementations of the interfaces in package data
data.stdforms Standard FormSheets that can be used to display and edit the contents of data management classes. 
data.stdforms.twotableformsheet Contains the MoveStrategy classes for TwoTableFormSheets
data.swing Swing components that can be used to display and edit the contents of data management classes. 
 

Uses of CountingStock in data
 

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

Uses of CountingStock in data.filters
 

Classes in data.filters that implement CountingStock
 class CountingStockFilter
          StockFilter for CountingStocks.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 

Constructors in data.filters with parameters of type CountingStock
CountingStockFilter.CountingStockFilter(CountingStock csSource)
          Create a new CountingStockFilter.
 

Uses of CountingStock in data.ooimpl
 

Classes in data.ooimpl that implement CountingStock
 class CountingStockImpl
          Pure Java implementation of the CountingStock interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 

Uses of CountingStock in data.stdforms
 

Methods in data.stdforms with parameters of type CountingStock
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZerosSource, boolean fShowZerosDest, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSCSStrategy cscssMoveStrategy)
          Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, CountingStock csDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSDBStrategy csdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CSDBStrategy csdbsMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, CountingStock csSource, DataBasket dbDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a CountingStocks and the destination is a DataBasket.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, DataBasketEntryGrouper dbegSource, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCSStrategy dbcssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, DBCSStrategy dbcssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, DataBasket dbSource, CountingStock csDest, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate, Comparator cmpSource, Comparator cmpDest, boolean fShowZeros, TableEntryDescriptor tedSource, TableEntryDescriptor tedDest, CCSStrategy ccssMoveStrategy)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
static TwoTableFormSheet TwoTableFormSheet.create(String sCaption, Catalog cSource, CountingStock csDest, DataBasket db, UIGate uigGate)
          Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(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(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(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(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(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, boolean fShowZeros)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
static SingleTableFormSheet SingleTableFormSheet.create(String sCaption, CountingStock cs, UIGate uigGate, DataBasket db, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
 

Uses of CountingStock in data.stdforms.twotableformsheet
 

Methods in data.stdforms.twotableformsheet with parameters of type CountingStock
 Transition CCSStrategy.getMoveToDestProcess(SaleProcess p, SalesPoint sp, Catalog cSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the source to the destination.
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  int CCSStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, Catalog cSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount)
          Check whether the indicated move is allowable.
 Transition CCSStrategy.getMoveToSourceProcess(SaleProcess p, SalesPoint sp, Catalog cSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the destination to the source.
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  int CCSStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, Catalog cSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount)
          Check whether the indicated move is allowable.
 Transition DBCSStrategy.getMoveToSourceProcess(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the destination to the source.
protected  int DBCSStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, CatalogItem ci, int nCount)
          Check whether the indicated move is allowable.
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.
 Transition DBCSStrategy.getMoveToDestProcess(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, DataBasketEntry dbe, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the source to the destination.
protected  int DBCSStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, DataBasketEntry dbe, int nCount)
          Check whether the indicated move is allowable.
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.
 Transition CSDBStrategy.getMoveToDestProcess(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the source to the destination.
protected  int CSDBStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, CatalogItem ci, int nCount)
          Check whether the indicated move is allowable.
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.
 Transition CSDBStrategy.getMoveToSourceProcess(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, DataBasketEntry dbe, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the destination to the source.
protected  int CSDBStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, DataBasketEntry dbe, int nCount)
          Check whether the indicated move is allowable.
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.
 Transition CSCSStrategy.getMoveToDestProcess(SaleProcess p, SalesPoint sp, CountingStock csSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the source to the destination.
 Transition CSCSStrategy.getMoveToSourceProcess(SaleProcess p, SalesPoint sp, CountingStock csSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get 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, TwoTableFormSheet ttfs)
          Get the first gate of the sub-process that will move items from the destination to the source.
protected  Gate CSCSStrategy.getCheckMoveGate(SaleProcess p, SalesPoint sp, CountingStock csSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount, TwoTableFormSheet ttfs)
          Get the first gate of a sub-process that will move items from one Stock into another.
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  int CSCSStrategy.checkMove(SaleProcess p, SalesPoint sp, CountingStock csSource, CountingStock csDest, DataBasket db, CatalogItem ci, int nCount)
          Check whether the indicated move is allowable.
 

Uses of CountingStock in data.swing
 

Fields in data.swing declared as CountingStock
protected  CountingStock CountingStockTableModel.m_csModel
          The CountingStock being modelled.
 

Constructors in data.swing with parameters of type CountingStock
CountingStockTableModel.CountingStockTableModel(CountingStock cs, DataBasket db, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create a new CountingStockTableModel.
JCountingStockTable.JCountingStockTable(CountingStock cs, DataBasket db, Comparator cmp, boolean fShowZeros, TableEntryDescriptor ted)
          Create a new JCountingStockTable.
 


SalesPoint Framework v3.0