|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameContext | |
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 NameContext in data |
Fields in data declared as NameContext | |
protected NameContext |
AbstractNameable.m_ncContext
The current name context. |
Methods in data that return NameContext | |
NameContext |
Nameable.attach(NameContext nc)
Attach a NameContext to this Nameable. |
NameContext |
Nameable.detachNC()
Detach the current NameContext from this Nameable. |
NameContext |
AbstractNameable.attach(NameContext nc)
Attach a NameContext to this Nameable. |
NameContext |
AbstractNameable.detachNC()
Detach the current NameContext from this Nameable. |
Methods in data with parameters of type NameContext | |
NameContext |
Nameable.attach(NameContext nc)
Attach a NameContext to this Nameable. |
NameContext |
AbstractNameable.attach(NameContext nc)
Attach a NameContext to this Nameable. |
Uses of NameContext in data.filters |
Methods in data.filters that return NameContext | |
NameContext |
CatalogFilter.detachNC()
Detach the current name context from the source Catalog. |
NameContext |
CatalogFilter.attach(NameContext nc)
Attach the given name context to the source Catalog. |
NameContext |
AbstractStockFilter.attach(NameContext nc)
Attach the NameContext to the source Stock. |
NameContext |
AbstractStockFilter.detachNC()
Detach the current NameContext from the source Stock. |
Methods in data.filters with parameters of type NameContext | |
NameContext |
CatalogFilter.attach(NameContext nc)
Attach the given name context to the source Catalog. |
NameContext |
AbstractStockFilter.attach(NameContext nc)
Attach the NameContext to the source Stock. |
Uses of NameContext in data.ooimpl |
Classes in data.ooimpl that implement NameContext | |
class |
CatalogImpl
Pure Java implementation of the Catalog interface. |
class |
CountingStockImpl
Pure Java implementation of the CountingStock interface. |
class |
CurrencyImpl
Pure Java implementation of the Currency interface. |
class |
MoneyBagImpl
Pure Java implementation of the MoneyBag interface. |
class |
StockImpl
Pure Java implementation of the Stock interface. |
class |
StoringStockImpl
Pure Java implementation of the StoringStock interface. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |