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

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

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

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

Classes in org.salespointframework.core.data.filters with type parameters of type CurrencyItem
 class CurrencyFilter<T extends CurrencyItem>
          A CatalogFilter that filters Currencies.
 

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

Classes in org.salespointframework.core.data.interfaces with type parameters of type CurrencyItem
 interface Currency<T extends CurrencyItem>
          A special Catalog that represents a currency.