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

Packages that use CatalogItemValue
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
 

Uses of CatalogItemValue in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as CatalogItemValue
static CatalogItemValue CatalogItemValue.EVALUATE_BID
          A CatalogItemValue that will return the bid if the standard value of a CatalogItem is a QuoteValue.
static CatalogItemValue CatalogItemValue.EVALUATE_MID
          A CatalogItemValue that will return the mid if the standard value of a CatalogItem is a QuoteValue.
static CatalogItemValue CatalogItemValue.EVALUATE_OFFER
          A CatalogItemValue that will return the offer if the standard value of a CatalogItem is a QuoteValue.
static CatalogItemValue CatalogItemValue.EVALUATE_SPREAD
          A CatalogItemValue that will return the spread if the standard value of a CatalogItem is a QuoteValue.
protected  CatalogItemValue StockFromStockCreator.m_civEvaluator
          The CatalogItemValue used to determine the CatalogItems' values.
protected  CatalogItemValue DefaultCountingStockFromValueCreator.m_civEvaluator
          The CatalogItemValue used to determine the CatalogItems' values.
 

Methods in org.salespointframework.core.data with parameters of type CatalogItemValue
static java.util.Comparator<CatalogItem> DefaultCountingStockFromValueCreator.invertedCIValueOrder(CatalogItemValue civ)
          Helper method that creates a Comparator that orders CatalogItems, highest value first.
 Value StockImpl.sumStock(DataBasket db, CatalogItemValue civ, Value vInit)
          Sum up the Stock.
 

Constructors in org.salespointframework.core.data with parameters of type CatalogItemValue
DefaultCountingStockFromValueCreator(CatalogItemValue civ)
          Create a new DefaultCountingStockFromValueCreator.
StockFromStockCreator(Stock stSource, CatalogItemValue civ)
          Create a new StockFromStockCreator.
StockFromStockCreatorBT(Stock stSource, CatalogItemValue civ)
          Create a new StockFromStockCreatorBT.
 

Uses of CatalogItemValue in org.salespointframework.core.data.filters
 

Methods in org.salespointframework.core.data.filters with parameters of type CatalogItemValue
 Value AbstractStockFilter.sumStock(DataBasket db, CatalogItemValue civ, Value vInit)
          Calculate the total value of the Stock, evaluating only items that match the condition.
 

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

Methods in org.salespointframework.core.data.interfaces with parameters of type CatalogItemValue
 Value Stock.sumStock(DataBasket db, CatalogItemValue civ, Value vInit)
          Sum up the Stock.