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

Packages that use MoneyBag
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 MoneyBag in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement MoneyBag
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 

Methods in org.salespointframework.core.data with parameters of type MoneyBag
 void MoneyBagImpl.transferMoney(MoneyBag mbDest, DataBasket db, NumberValue nvAmount)
          Tries to transfer money from this DataBasket into another one.
 

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

Classes in org.salespointframework.core.data.filters that implement MoneyBag
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 

Constructors in org.salespointframework.core.data.filters with parameters of type MoneyBag
MoneyBagFilter(MoneyBag mbSource)
          Create a new MoneyBagFilter.
 

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

Methods in org.salespointframework.core.data.interfaces with parameters of type MoneyBag
 void MoneyBag.transferMoney(MoneyBag mbDest, DataBasket db, NumberValue nvAmount)
          Tries to transfer money from this DataBasket into another one.