SalesPoint Framework v3.0

Uses of Interface
data.DataBasketEntrySource

Packages that use DataBasketEntrySource
data Provides interfaces for data management. 
data.filters Contains catalog and stock filters. 
data.ooimpl Pure Java implementations of the interfaces in package data
 

Uses of DataBasketEntrySource in data
 

Subinterfaces of DataBasketEntrySource in data
 interface Catalog
          A Catalog.
 interface CountingStock
          A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available.
 interface Currency
          A special Catalog that represents a currency.
 interface ListenableCatalog
          A Catalog that fires events to inform about changes to its contents.
 interface ListenableStock
          A Stock that will fire events to inform about changes to its contents.
 interface MoneyBag
          Tag interface marking CountingStocks that work together with Currencies.
 interface Stock
          A Stock.
 interface StoringStock
          Tag interface that identifies StoringStocks.
 

Fields in data declared as DataBasketEntrySource
protected  DataBasketEntrySource DataBasketConditionImpl.m_dbesSource
          The source condition.
 

Methods in data that return DataBasketEntrySource
 DataBasketEntrySource DataBasketConditionImpl.getSource()
           
 DataBasketEntrySource DataBasketEntry.getSource()
          Get the source of the operation described by the DataBasketEntry.
 DataBasketEntrySource DataBasketCondition.getSource()
          Return the source for operations that match the condition.
 

Constructors in data with parameters of type DataBasketEntrySource
DataBasketConditionImpl.DataBasketConditionImpl(String sMainKey, String sSecondaryKey, DataBasketEntrySource dbesSource, DataBasketEntryDestination dbedDest, Object oValue)
          Create a new DataBasketConditionImpl.
 

Uses of DataBasketEntrySource in data.filters
 

Classes in data.filters that implement DataBasketEntrySource
 class AbstractStockFilter
          Abstract superclass of all Stock filters.
 class CatalogFilter
          A filter for Catalogs.
 class CountingStockFilter
          StockFilter for CountingStocks.
 class CurrencyFilter
          A CatalogFilter that filters Currencies.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 class StoringStockFilter
          StockFilter for StoringStocks.
 

Uses of DataBasketEntrySource in data.ooimpl
 

Subinterfaces of DataBasketEntrySource in data.ooimpl
 interface SelfManagingDBESource
          DataBasketEntrySource that knows how to rollback or commit remove operations.
 

Classes in data.ooimpl that implement DataBasketEntrySource
 class CatalogImpl
          Pure Java implementation of the Catalog interface.
 class CountingStockImpl
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Pure Java implementation of the Currency interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl
          Pure Java implementation of the Stock interface.
 class StoringStockImpl
          Pure Java implementation of the StoringStock interface.
 

Fields in data.ooimpl declared as DataBasketEntrySource
protected  DataBasketEntrySource DataBasketEntryImpl.m_dbesSource
          The source of the operation.
 

Methods in data.ooimpl that return DataBasketEntrySource
 DataBasketEntrySource DataBasketEntryImpl.getSource()
          Get the entry's source.
 

Constructors in data.ooimpl with parameters of type DataBasketEntrySource
DataBasketEntryImpl.DataBasketEntryImpl(String sMainKey, String sSecondaryKey, DataBasketEntrySource dbesSource, DataBasketEntryDestination dbedDest, Object oValue)
          Create a new DataBasketEntryImpl.
 


SalesPoint Framework v3.0