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

Packages that use ISpType
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.web.html   
org.salespointframework.web.taglib.doubleview   
 

Uses of ISpType in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement ISpType
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class DataBasketImpl
          Pure Java implementation of the DataBasketImpl.SubDataBasket interface.
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

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

Classes in org.salespointframework.core.data.filters that implement ISpType
 class CatalogFilter<T extends CatalogItem>
          A filter for Catalogs.
 class CountingStockFilter<T extends StockItem,CT extends CatalogItem>
          StockFilter for CountingStocks.
 class CurrencyFilter<T extends CurrencyItem>
          A CatalogFilter that filters Currencies.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 class StoringStockFilter<T extends StockItem,CT extends CatalogItem>
          StockFilter for StoringStocks.
 

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

Subinterfaces of ISpType in org.salespointframework.core.data.interfaces
 interface Catalog<T extends CatalogItem>
          A Catalog.
 interface CountingStock<T extends StockItem,CT extends CatalogItem>
          A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available.
 interface Currency<T extends CurrencyItem>
          A special Catalog that represents a currency.
 interface DataBasket
          An object collecting information about a activities on data objects in a shop.
 interface ListenableCatalog<T extends CatalogItem>
          A Catalog that fires events to inform about changes to its contents.
 interface ListenableDataBasket
          A DataBasket that will fire events to inform about changes to its contents.
 interface MoneyBag
          Tag interface marking CountingStocks that work together with Currencies.
 interface StoringStock<T extends StockItem,CT extends CatalogItem>
          Tag interface that identifies StoringStocks.
 

Uses of ISpType in org.salespointframework.core.users
 

Classes in org.salespointframework.core.users that implement ISpType
 class UserManager
          Manages users, their capabilities and their associations to other objects.
 class UserManagerFilter
          Filters a UserManager's users with help of a UserFilter
 

Uses of ISpType in org.salespointframework.web.html
 

Classes in org.salespointframework.web.html with type parameters of type ISpType
 class AbstractTableModelGenerator<T extends ISpType>
           
 

Uses of ISpType in org.salespointframework.web.taglib.doubleview
 

Method parameters in org.salespointframework.web.taglib.doubleview with type arguments of type ISpType
 void DoubleViewTag.setDestinationView(View<ISpType> destinationView)
           
 void DoubleViewTag.setSourceView(View<ISpType> sourceView)