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

Packages that use Catalog
org.salespointframework.core This package contains the central classes of the Framework. 
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   
org.salespointframework.desktop.strategies.dataexchangeformsheet Contains the MoveStrategy classes for TwoTableFormSheets
org.salespointframework.web.movestrategies   
 

Uses of Catalog in org.salespointframework.core
 

Methods in org.salespointframework.core that return Catalog
<T extends CatalogItem>
Catalog<T>
Shop.getCatalog(CatalogIdentifier<T> ciId)
          Get a Catalog from the global list of Catalogs.
 Catalog<?> Shop.getCatalog(java.lang.String sName)
          Get a Catalog from the global list of Catalogs.
 Catalog Shop.ProcessHandle.getCatalog(java.lang.String sName)
           
 Catalog SalesPoint.getCatalog(java.lang.String sName)
          Return a Catalog for a given name.
 Catalog ProcessContext.getCatalog(java.lang.String sName)
          Get a Catalog by its name.
 Catalog<?> Shop.removeCatalog(java.lang.String sName)
          Remove a catalog from the global table of Catalogs.
 

Methods in org.salespointframework.core with parameters of type Catalog
 void Shop.addCatalog(Catalog<?> c)
          Add a Catalog to the global table of Catalogs.
 

Uses of Catalog in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement Catalog
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 

Methods in org.salespointframework.core.data that return Catalog
 Catalog CatalogItemImpl.getCatalog()
          Get the Catalog of this CatalogItem.
 Catalog<CT> StockImpl.getCatalog(DataBasket db)
          Get the Catalog associated to this Stock.
 

Methods in org.salespointframework.core.data with parameters of type Catalog
static DataBasketCondition DataBasketConditionImpl.allCatalogItemsWithDest(Catalog cDest)
          A DataBasketCondition that matches all entries that describe CatalogItems being entered into the given Catalog.
static DataBasketCondition DataBasketConditionImpl.allCatalogItemsWithSource(Catalog cSource)
          A DataBasketCondition that matches all entries that describe CatalogItems being taken from the given Catalog.
 

Constructors in org.salespointframework.core.data with parameters of type Catalog
CountingStockImpl(StockIdentifier<T,CT> siId, Catalog<CT> ciRef)
          Create a new, initially empty CountingStockImpl.
CountingStockImpl(java.lang.String sName, Catalog<CT> ciRef)
          Create a new, initially empty CountingStockImpl.
CountingStockImpl(java.lang.String sName, Catalog<CT> ciRef, boolean temporary)
          Create a new, initially empty CountingStockImpl.
MoneyBagImpl(java.lang.String sName, Catalog c, boolean temporary)
           
StoringStockImpl(StockIdentifier<T,CT> id, Catalog<CT> ciRef)
          Create a new, initially empty StoringStockImpl.
StoringStockImpl(java.lang.String sName, Catalog<CT> ciRef)
          Create a new, initially empty StoringStockImpl.
StoringStockImpl(java.lang.String sName, Catalog<CT> ciRef, boolean temporary)
          Create a new, initially empty StoringStockImpl.
StoringStockImpl(java.lang.String sName, Catalog<CT> ciRef, java.lang.Class<T> clazz)
          Create a new, initially empty StoringStockImpl.
 

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

Classes in org.salespointframework.core.data.filters that implement Catalog
 class CatalogFilter<T extends CatalogItem>
          A filter for Catalogs.
 class CurrencyFilter<T extends CurrencyItem>
          A CatalogFilter that filters Currencies.
 

Fields in org.salespointframework.core.data.filters declared as Catalog
protected  Catalog<T> CatalogFilter.m_cOrg
          The Catalog that is being filtered.
 

Methods in org.salespointframework.core.data.filters that return Catalog
 Catalog CatalogFilter.getCatalog()
          Get the source Catalog's Catalog.
 Catalog AbstractStockFilter.getCatalog(DataBasket db)
          Get the source Stock's Catalog.
 Catalog CatalogFilter.getMainCatalog()
          Get the source catalog.
 

Constructors in org.salespointframework.core.data.filters with parameters of type Catalog
CatalogFilter(Catalog<T> cOrg)
          Create a new CatalogFilter.
 

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

Subinterfaces of Catalog in org.salespointframework.core.data.interfaces
 interface Currency<T extends CurrencyItem>
          A special Catalog that represents a currency.
 interface ListenableCatalog<T extends CatalogItem>
          A Catalog that fires events to inform about changes to its contents.
 

Methods in org.salespointframework.core.data.interfaces that return Catalog
 Catalog CatalogItem.getCatalog()
          Get the Catalog that currently contains this CatalogItem.
 Catalog Stock.getCatalog(DataBasket db)
          Get the Catalog associated to this Stock.
 

Uses of Catalog in org.salespointframework.desktop
 

Constructors in org.salespointframework.desktop with parameters of type Catalog
JCatalogListView(Catalog c)
          default constructor
JCatalogListView(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          constructor
JCatalogListView(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaultCategory)
          constructor
JCatalogTable(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create a new JCatalogTable.
 

Uses of Catalog in org.salespointframework.desktop.formsheets
 

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

Uses of Catalog in org.salespointframework.desktop.models
 

Fields in org.salespointframework.desktop.models declared as Catalog
protected  Catalog CatalogListModel.catalog
          catalog source
protected  Catalog<?> CatalogTableModel.m_cModel
          The Catalog that is being modelled.
 

Methods in org.salespointframework.desktop.models that return Catalog
 Catalog CountingStockTableModel.Record.getCatalog()
           
 

Constructors in org.salespointframework.desktop.models with parameters of type Catalog
CatalogListModel(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp)
          constructor
CatalogListModel(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, boolean categorize, Category defaultCategory)
          constructor
CatalogTableModel(Catalog c, DataBasket db, java.util.Comparator<CatalogItem> cmp, TableEntryDescriptor ted)
          Create a new CatalogTableModel.
 

Uses of Catalog in org.salespointframework.desktop.strategies
 

Fields in org.salespointframework.desktop.strategies declared as Catalog
protected  Catalog<CatalogItem> DefaultRemoveCatalogItemStrategy.m_cCatalog
          The Catalog that is being edited.
protected  Catalog<CatalogItem> AbstractAddCatalogItemStrategy.m_cCatalog
          The Catalog to be edited.
 

Constructors in org.salespointframework.desktop.strategies with parameters of type Catalog
AbstractAddCatalogItemStrategy(Catalog<CatalogItem> c)
          Create a new AbstractAddCatalogItemStrategy.
DefaultRemoveCatalogItemStrategy(Catalog<CatalogItem> c)
          Create a new DefaultRemoveCatalogItemStrategy.
 

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

Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type Catalog
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 CCStrategy.checkMove(SaleProcess p, SalesPoint sp, Catalog cSource, Catalog cDest, DataBasket db, CatalogItem ci)
          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 DBCStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          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 DBCStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          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 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 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 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 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 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 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 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.
 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 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 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 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 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 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.
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 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 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 DBCStrategy.moveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          Move the item into the destination Catalog.
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 DBCStrategy.moveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          Move the indicated item from the destination Catalog.
 

Uses of Catalog in org.salespointframework.web.movestrategies
 

Methods in org.salespointframework.web.movestrategies with parameters of type Catalog
protected  StockItem CSSStrategy.createStockItem(SaleProcess p, SalesPoint sp, Catalog cSource, StoringStock ssDest, DataBasket db, CatalogItem ci)