Uses of Class
org.salespointframework.core.SalesPoint

Packages that use SalesPoint
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data.database Database connection implementations 
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.desktop.multiwindow Contains classes for the standard SalesPoint application GUI. 
org.salespointframework.desktop.strategies   
org.salespointframework.desktop.strategies.dataexchangeformsheet Contains the MoveStrategy classes for TwoTableFormSheets
org.salespointframework.web.movestrategies   
 

Uses of SalesPoint in org.salespointframework.core
 

Fields in org.salespointframework.core declared as SalesPoint
protected  SalesPoint MenuSheetObject.m_spAttached
          The SalesPoint attached to this MenuSheetObject, if any.
private  SalesPoint FormSheet.m_spAttached
          The SalesPoint currently attached to this FormSheet.
private  SalesPoint Shop.m_spCurrent
          The current SalesPoint.
 

Fields in org.salespointframework.core with type parameters of type SalesPoint
protected  java.util.List<SalesPoint> Shop.m_lspSalesPoints
          The SalesPoints that belong to the system.
 

Methods in org.salespointframework.core that return SalesPoint
 SalesPoint MenuSheetObject.attach(SalesPoint sp)
          Attach a SalesPoint to this MenuSheetObject.
 SalesPoint MenuSheet.attach(SalesPoint sp)
          Attach a SalesPoint to this MenuSheet.
 SalesPoint FormSheet.attach(SalesPoint sp)
          Attach a SalesPoint to this FormSheet.
 SalesPoint MenuSheetObject.detachSalesPoint()
          Detach the currently attached SalesPoint.
 SalesPoint FormSheet.detachSalesPoint()
          Detach the current SalesPoint from this FormSheet.
 SalesPoint Shop.getCurrentSalesPoint()
          Returns the currently active SalesPoint of the Shop.
 SalesPoint FormSheet.getSalesPoint()
          Get the currently attached SalesPoint.
 SalesPoint Shop.getSalesPoint(int id)
          get SalesPoint by id ( getID() )
 

Methods in org.salespointframework.core that return types with arguments of type SalesPoint
 java.util.List<SalesPoint> Shop.getSalesPoints()
          Get a list of all SalesPoints in the Shop.
 

Methods in org.salespointframework.core with parameters of type SalesPoint
 void Shop.addSalesPoint(SalesPoint sp)
          Add a SalesPoint to the Shop.
 SalesPoint MenuSheetObject.attach(SalesPoint sp)
          Attach a SalesPoint to this MenuSheetObject.
 SalesPoint MenuSheet.attach(SalesPoint sp)
          Attach a SalesPoint to this MenuSheet.
 SalesPoint FormSheet.attach(SalesPoint sp)
          Attach a SalesPoint to this FormSheet.
 void ActionActionListener.doAction(SaleProcess p, SalesPoint sp)
          Action interface method.
 void Action.doAction(SaleProcess p, SalesPoint sp)
          Perform the actual action.
protected  void Shop.onSalesPointAdded(SalesPoint sp)
          Hook method performing additional work when a SalesPoint was added.
protected  void Shop.onSalesPointRemoved(SalesPoint sp)
          Hook method called when a SalesPoint was removed from the Shop.
 void Shop.removeSalesPoint(SalesPoint sp)
          Remove a SalesPoint from the Shop.
 void Shop.setCurrentSalesPoint(SalesPoint sp)
          Makes a SalesPoint the current SalesPoint.
 

Method parameters in org.salespointframework.core with type arguments of type SalesPoint
 void SalesPoint.createNewID(java.util.Collection<SalesPoint> points)
          Computes a new ID for this SalesPoint.
 

Uses of SalesPoint in org.salespointframework.core.data.database
 

Fields in org.salespointframework.core.data.database declared as SalesPoint
(package private)  SalesPoint PersistenceManager.LogonInformation.salesPoint
          salespoint
 

Methods in org.salespointframework.core.data.database that return SalesPoint
 SalesPoint PersistenceManager.LogonInformation.getSalesPoint()
          get PersistenceManager.LogonInformation.salesPoint
 

Methods in org.salespointframework.core.data.database with parameters of type SalesPoint
 void PersistenceManager.logoffUser(SalesPoint sp)
          logoff user form given SalesPoint and remove PersistenceManager.LogonInformation record
 boolean PersistenceManager.logonUser(User user, SalesPoint sp)
           
 

Constructors in org.salespointframework.core.data.database with parameters of type SalesPoint
PersistenceManager.LogonInformation(User user, SalesPoint sp)
          default constructor
 

Uses of SalesPoint in org.salespointframework.core.users
 

Methods in org.salespointframework.core.users with parameters of type SalesPoint
 void ActionCapability.doAction(SaleProcess p, SalesPoint sp)
          If the capability is granting rights, perform the guarded action; otherwise, print a message to the user that he/she is not granted the right to perform this action.
 

Uses of SalesPoint in org.salespointframework.desktop.multiwindow
 

Fields in org.salespointframework.desktop.multiwindow declared as SalesPoint
private  SalesPoint MultiWindow.DisplayFrame.m_spOwner
          The belonging SalesPoint
private  SalesPoint MultiWindow.TabbedFrame.m_spOwner
          The belonging SalesPoint
private  SalesPoint MultiWindow.DesktopFrame.m_spOwner
          The belonging SalesPoint
 

Methods in org.salespointframework.desktop.multiwindow that return SalesPoint
 SalesPoint MultiWindow.DisplayFrame.getSalesPoint()
           
 SalesPoint MultiWindow.TabbedFrame.getSalesPoint()
           
 SalesPoint MultiWindow.DesktopFrame.getSalesPoint()
           
 

Methods in org.salespointframework.desktop.multiwindow with parameters of type SalesPoint
private  void MultiWindow.addSalesPoint_InternalFrame(SalesPoint sp)
          Opens a DesktopFrame for a SalesPoint.
private  void MultiWindow.addSalesPoint_Tab(SalesPoint sp)
          Opens a TabbedFrame for a SalesPoint.
private  void MultiWindow.addSalesPoint_Window(SalesPoint sp)
          Opens a DisplayFrame for a SalesPoint.
 void MultiWindow.addSalesPointDisplay(SalesPoint sp)
          Opens a display for a SalesPoint according to the current view mode.
 void MultiWindow.closeSalesPointDisplay(SalesPoint sp)
          Closes a SalesPoint's display as MultiWindow.removeSalesPointDisplay(SalesPoint) does.
 void TileVerticallyAction.doAction(SaleProcess p, SalesPoint sp)
           
 void TileHorizontallyAction.doAction(SaleProcess p, SalesPoint sp)
           
 void CascadeAction.doAction(SaleProcess p, SalesPoint sp)
           
 void DesktopAction.doAction(SaleProcess p, SalesPoint sp)
           
 void TabAction.doAction(SaleProcess p, SalesPoint sp)
           
 void WindowAction.doAction(SaleProcess p, SalesPoint sp)
           
private  Display MultiWindow.getInternalFrame(SalesPoint sp)
          Tries to retrieve a DesktopFrame for a given SalesPoint.
 Display MultiWindow.getNewInternalFrame(SalesPoint sp)
          Creates and returns a new DesktopFrame for a SalesPoint.
 Display MultiWindow.getNewTab(SalesPoint sp)
          Creates and returns a new TabbedFame for a SalesPoint.
 Display MultiWindow.getNewWindow(SalesPoint sp)
          Creates and returns a new DisplayFrame for a SalesPoint.
private  Display MultiWindow.getTab(SalesPoint sp)
          Tries to retrieve a TabbedFrame for a given SalesPoint.
private  Display MultiWindow.getWindow(SalesPoint sp)
          Tries to retrieve a DisplayFrame for a given SalesPoint.
private  void MultiWindow.removeSalesPoint_InternalFrame(SalesPoint sp)
          Closes the DeskopFrame of a SalesPoint.
private  void MultiWindow.removeSalesPoint_Tab(SalesPoint sp)
          Closes the TabbedFrame of a SalesPoint.
private  void MultiWindow.removeSalesPoint_Window(SalesPoint sp)
          Closes the MultiWindow.DisplayFrame of a SalesPoint.
private  void MultiWindow.removeSalesPointDisplay(SalesPoint sp)
          Closes a display for a SalesPoint.
private  void MultiWindow.setAppropriateDisplay(SalesPoint sp, int mode)
          Prepares the SalesPoint's display according to a view mode.
 

Constructors in org.salespointframework.desktop.multiwindow with parameters of type SalesPoint
MultiWindow.DesktopFrame(SalesPoint spOwner)
          Creates the display and sets the title according to the SalesPoint's name.
MultiWindow.DisplayFrame(SalesPoint spOwner)
          Creates the display and sets the title according to the SalesPoint's name.
MultiWindow.TabbedFrame(SalesPoint spOwner)
          Creates the display and sets the title according to the SalesPoint's name.
 

Uses of SalesPoint in org.salespointframework.desktop.strategies
 

Methods in org.salespointframework.desktop.strategies with parameters of type SalesPoint
abstract  Transition EditButtonStrategy.getEditProcess(SingleTableFormSheet stfs, SaleProcess p, SalesPoint sp)
          Get the first transition of the process that will perform the editing.
 Transition DefaultRemoveCatalogItemStrategy.getEditProcess(SingleTableFormSheet stfs, SaleProcess p, SalesPoint sp)
           
 Transition AbstractAddCatalogItemStrategy.getEditProcess(SingleTableFormSheet stfs, SaleProcess p, SalesPoint sp)
           
 

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

Methods in org.salespointframework.desktop.strategies.dataexchangeformsheet with parameters of type SalesPoint
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 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 SSSSStrategy.checkMove(SaleProcess p, SalesPoint sp, StoringStock ssSource, StoringStock ssDest, DataBasket db, StockItem si)
          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 CSDBStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, CatalogItem ci, int nCount)
          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 DBCSStrategy.checkMoveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, DataBasketEntry dbe, int nCount)
          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 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 CSDBStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, CountingStock csSource, DataBasket dbDest, DataBasketEntry dbe, int nCount)
          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  int DBCSStrategy.checkMoveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, CountingStock csDest, CatalogItem ci, int nCount)
          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 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.
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 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 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 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 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 DBCStrategy.moveToDest(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          Move the item into the destination Catalog.
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 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 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 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 DBCStrategy.moveToSource(SaleProcess p, SalesPoint sp, DataBasket dbSource, Catalog cDest, CatalogItem ci)
          Move the indicated item from the destination Catalog.
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.
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 SalesPoint in org.salespointframework.web.movestrategies
 

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