Uses of Package
org.salespointframework.core.data

Packages that use org.salespointframework.core.data
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.database Database connection implementations 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
org.salespointframework.desktop.renderer   
 

Classes in org.salespointframework.core.data used by org.salespointframework.core
CatalogIdentifier
          Identifier class for Catalogs.
StockIdentifier
          Identifier class for Stocks.
 

Classes in org.salespointframework.core.data used by org.salespointframework.core.data
AbstractCurrency
          Abstract Java implementation of the Currency interface.
AbstractCurrency.CurrencyItemData
          Data container for names and values of CurrencyItems.
AbstractNameable
          Convenience class implementing the Nameable interface.
CatalogIdentifier
          Identifier class for Catalogs.
CatalogImpl
          Pure Java implementation of the Catalog interface.
CatalogItemDataBasketEntry
          A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
CatalogItemImpl
          Pure Java implementation of the CatalogItem interface.
CatalogItemValue
          Objectifier to compute the value of a CatalogItem.
Category
          represents a category of a CatalogItem or whatever else.
CountingStockImpl
          Pure Java implementation of the CountingStock interface.
DataBasketEntryImpl
          Basic simple implementation of the DataBasketEntry interface.
DataBasketImpl
          Pure Java implementation of the DataBasketImpl.SubDataBasket interface.
DataBasketImpl.SubDataBasket
          Internal helper class used by DataBasketImpl, representing a subbasket of a DataBasket.
IntegerValue
          A value that is based on an Integer object.
NumberValue
          Values that operate on numbers.
PersistentMap
          A PersistentMap is a Map that persists its key-value pairs to the data source.
SelfManagingDBEDestination
          DataBasketEntryDestination that knows how to rollback or commit add operations.
SelfManagingDBESource
          DataBasketEntrySource that knows how to rollback or commit remove operations.
StockFromStockCreator
          StockFromValueCreator that tries to fill a Stock using only items from another Stock.
StockIdentifier
          Identifier class for Stocks.
StockImpl
          Pure Java implementation of the Stock interface.
StockImpl.CatalogItemNameListener
          PropertyChangeListener that reacts to name changes in CatalogItems that are currently being edited.
StockItemDBEntry
          DataBasketEntry that represents an operation with StockItems.
StockItemDBEntry.StockItemDBELogEntry
          A LogEntry that describes an operation on one or more StockItem(s).
StockItemImpl
          Pure Java implementation of the StockItem interface.
StoringStockImpl
          Pure Java implementation of the StoringStock interface.
 

Classes in org.salespointframework.core.data used by org.salespointframework.core.data.database
PersistentList
          A PersistentList represents a List which persists its items via PersistenceManager's listing methods.
 

Classes in org.salespointframework.core.data used by org.salespointframework.core.data.filters
CatalogItemValue
          Objectifier to compute the value of a CatalogItem.
NumberValue
          Values that operate on numbers.
 

Classes in org.salespointframework.core.data used by org.salespointframework.core.data.interfaces
CatalogItemValue
          Objectifier to compute the value of a CatalogItem.
Category
          represents a category of a CatalogItem or whatever else.
NumberValue
          Values that operate on numbers.
 

Classes in org.salespointframework.core.data used by org.salespointframework.desktop
Category
          represents a category of a CatalogItem or whatever else.
 

Classes in org.salespointframework.core.data used by org.salespointframework.desktop.formsheets
Category
          represents a category of a CatalogItem or whatever else.
 

Classes in org.salespointframework.core.data used by org.salespointframework.desktop.models
Category
          represents a category of a CatalogItem or whatever else.
 

Classes in org.salespointframework.core.data used by org.salespointframework.desktop.renderer
Category
          represents a category of a CatalogItem or whatever else.