|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nameable | |
data | Provides interfaces for data management. |
data.filters | Contains catalog and stock filters. |
data.ooimpl | Pure Java implementations of the interfaces in package data . |
Uses of Nameable in data |
Subinterfaces of Nameable in data | |
interface |
Catalog
A Catalog. |
interface |
CatalogItem
An item in a Catalog . |
interface |
CountingStock
A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available. |
interface |
Currency
A special Catalog that represents a currency. |
interface |
CurrencyItem
An item in a Currency . |
interface |
ListenableCatalog
A Catalog that fires events to inform about changes to its contents. |
interface |
ListenableStock
A Stock that will fire events to inform about changes to its contents. |
interface |
MoneyBag
Tag interface marking CountingStocks that work together with Currencies. |
interface |
Stock
A Stock. |
interface |
StockItem
An item in a Stock . |
interface |
StoringStock
Tag interface that identifies StoringStocks. |
Classes in data that implement Nameable | |
class |
AbstractNameable
Convenience class implementing the Nameable interface. |
Uses of Nameable in data.filters |
Classes in data.filters that implement Nameable | |
class |
AbstractStockFilter
Abstract superclass of all Stock filters. |
class |
CatalogFilter
A filter for Catalogs. |
class |
CountingStockFilter
StockFilter for CountingStocks. |
class |
CurrencyFilter
A CatalogFilter that filters Currencies. |
class |
MoneyBagFilter
CountingStockFilter that filters MoneyBags. |
class |
StoringStockFilter
StockFilter for StoringStocks. |
Uses of Nameable in data.ooimpl |
Classes in data.ooimpl that implement Nameable | |
class |
CatalogImpl
Pure Java implementation of the Catalog interface. |
class |
CatalogItemImpl
Pure Java implementation of the CatalogItem interface. |
class |
CountingStockImpl
Pure Java implementation of the CountingStock interface. |
class |
CurrencyImpl
Pure Java implementation of the Currency interface. |
class |
CurrencyItemImpl
Pure Java implementation of the CurrencyItem interface. |
class |
MoneyBagImpl
Pure Java implementation of the MoneyBag interface. |
class |
StockImpl
Pure Java implementation of the Stock interface. |
class |
StockItemImpl
Pure Java implementation of the StockItem interface. |
class |
StoringStockImpl
Pure Java implementation of the StoringStock interface. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |