Uses of Interface
org.salespointframework.core.data.database.Recoverable

Packages that use Recoverable
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
 

Uses of Recoverable in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement Recoverable
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CatalogItemImpl
          Pure Java implementation of the CatalogItem interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StockItemImpl
          Pure Java implementation of the StockItem interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Uses of Recoverable in org.salespointframework.core.users
 

Classes in org.salespointframework.core.users that implement Recoverable
 class User
          A user, having a name, a password for log-in purposes, and a set of capabilities.