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

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

Uses of BasketEntryValue in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as BasketEntryValue
static BasketEntryValue BasketEntryValues.COUNT_ITEMS
          A BasketEntryValue that returns 1 for each entry.
static BasketEntryValue BasketEntryValues.ONLY_CATALOG_ITEMS
          A BasketEntryValue returning the value of a DataBasketEntry under the assumption that this describes a CatalogItem movement.
static BasketEntryValue BasketEntryValues.ONLY_STOCK_ITEMS
          A BasketEntryValue returning the value of a DataBasketEntry under the assumption that this describes a StockItem movement.
 

Methods in org.salespointframework.core.data with parameters of type BasketEntryValue
 Value DataBasketImpl.sumBasket(DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up all entries in the DataBasket that match the given condition.
 Value DataBasketImpl.sumCurrentSubBasket(DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up all entries in the current subbasket that match the given condition.
 Value DataBasketImpl.SubDataBasket.sumSubBasket(DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up the values of all entries in this subbasket that match the condition.
 Value DataBasketImpl.sumSubBasket(java.lang.String sName, DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up all entries in a given subbasket that match the given condition.
 

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

Methods in org.salespointframework.core.data.interfaces with parameters of type BasketEntryValue
 Value DataBasket.sumBasket(DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up the values of all items in this DataBasket that match the condition.
 Value DataBasket.sumCurrentSubBasket(DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up the values of all items in the current subbasket that match the condition.
 Value DataBasket.sumSubBasket(java.lang.String sName, DataBasketCondition dbc, BasketEntryValue bev, Value vInit)
          Sum up the values of all items in the given subbasket that match the condition.