Uses of Class
org.salespointframework.core.data.DataBasketEntryImpl

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

Uses of DataBasketEntryImpl in org.salespointframework.core.data
 

Subclasses of DataBasketEntryImpl in org.salespointframework.core.data
 class CatalogItemDataBasketEntry
          A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
 class CountingStockItemDBEntry
          DataBasketEntry describing operations with CountingStock's items.
 class StockItemDBEntry
          DataBasketEntry that represents an operation with StockItems.
 class StoringStockItemDBEntry
          DataBasketEntry that describes operations with StoringStock's items.
 

Methods in org.salespointframework.core.data with parameters of type DataBasketEntryImpl
 void DataBasketImpl.SubDataBasket.put(DataBasketEntryImpl dbe)
          Put a DataBasketEntry into the subbasket.