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

Packages that use DataBasketKeys
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.interfaces   
 

Uses of DataBasketKeys in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement DataBasketKeys
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CatalogItemDataBasketEntry
          A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
 class CatalogItemImpl
          Pure Java implementation of the CatalogItem interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CountingStockItemDBEntry
          DataBasketEntry describing operations with CountingStock's items.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 class DataBasketConditionImpl<T>
          Basic implementation of the DataBasketCondition interface.
 class DataBasketEntryImpl<T>
          Basic simple implementation of the DataBasketEntry interface.
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StockItemDBEntry
          DataBasketEntry that represents an operation with StockItems.
 class StockItemImpl
          Pure Java implementation of the StockItem interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 class StoringStockItemDBEntry
          DataBasketEntry that describes operations with StoringStock's items.
 

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

Subinterfaces of DataBasketKeys in org.salespointframework.core.data.interfaces
 interface DataBasketCondition<T>
          Condition used for filtering DataBaskets.
 interface DataBasketEntry<T>
          An entry in a DataBasket.