SalesPoint Framework v3.0

Uses of Interface
sale.ProcessErrorCodes

Packages that use ProcessErrorCodes
data.stdforms.singletableformsheet Contains the EditButtonStrategy classes for SingleTableFormSheets
data.stdforms.twotableformsheet Contains the MoveStrategy classes for TwoTableFormSheets
sale This package contains the central classes of the Framework. 
sale.stdforms This package contains basic standard FormSheets
 

Uses of ProcessErrorCodes in data.stdforms.singletableformsheet
 

Classes in data.stdforms.singletableformsheet that implement ProcessErrorCodes
 class AbstractAddCatalogItemStrategy
          A strategy that can be attached to the "Add" button of a SingleTableFormSheet that displays a Catalog's contents.
 class DefaultRemoveCatalogItemStrategy
          Strategy that can be associated to the "Remove" button of a SingleTableFormSheet that displays the contents of a Catalog.
 class EditButtonStrategy
          Abstract super class for strategies that can be associated with the "Add" and the "Remove" button of a SingleTableFormSheet.
 

Uses of ProcessErrorCodes in data.stdforms.twotableformsheet
 

Classes in data.stdforms.twotableformsheet that implement ProcessErrorCodes
 class CCSStrategy
          MoveStrategy for a Catalog source and a CountingStock destination.
 class CCStrategy
          MoveStrategy for a Catalog source and destination.
 class CDBStrategy
          MoveStrategy for a Catalog source and a DataBasket destination.
 class CSCSStrategy
          MoveStrategy for a CountingStock source and destination.
 class CSDBStrategy
          MoveStrategy for a CountingStock source and a DataBasket destination.
 class CSSStrategy
          MoveStrategy for a Catalog source and a StoringStock destination.
 class DBCSStrategy
          MoveStrategy for a DataBasket source and a CountingStock destination.
 class DBCStrategy
          MoveStrategy for a DataBasket source and a Catalog destination.
 class DBSSStrategy
          MoveStrategy for a DataBasket source and a StoringStock destination.
 class MoveStrategy
          Abstract super class for all strategies that can be used with TwoTableFormSheets.
 class SSDBStrategy
          MoveStrategy for a StoringStock source and a DataBasket destination.
 class SSSSStrategy
          MoveStrategy for a StoringStock source and destination.
 

Uses of ProcessErrorCodes in sale
 

Classes in sale that implement ProcessErrorCodes
 class SaleProcess
          A process.
 

Uses of ProcessErrorCodes in sale.stdforms
 

Subinterfaces of ProcessErrorCodes in sale.stdforms
static interface FormSheetStrategy.ErrorHandler
          Interface that defines a error handling strategy for a FormSheetStrategy.
 

Classes in sale.stdforms that implement ProcessErrorCodes
 class FormSheetStrategy
          Abstract super class of all strategies that are used with FormSheets.
 


SalesPoint Framework v3.0