|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameContextException | |
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 NameContextException in data |
Methods in data that throw NameContextException | |
void |
Nameable.setName(String sName,
DataBasket db)
Set the Nameable's name. |
void |
NameContext.checkNameChange(DataBasket db,
String sOldName,
String sNewName)
Check a name change for compliance with the rules of this NameContext. |
void |
AbstractNameable.setName(String sName,
DataBasket db)
Set the Nameable's name, using help by the NameContext. |
Uses of NameContextException in data.filters |
Methods in data.filters that throw NameContextException | |
void |
CatalogFilter.setName(String sName,
DataBasket db)
Set the source Catalog's name. |
void |
AbstractStockFilter.setName(String sName,
DataBasket db)
Set the source Stock's name. |
Uses of NameContextException in data.ooimpl |
Methods in data.ooimpl that throw NameContextException | |
void |
CatalogImpl.checkNameChange(DataBasket db,
String sOldName,
String sNewName)
Check a name change of a CatalogItem in this Catalog. |
void |
StockImpl.checkNameChange(DataBasket db,
String sOldName,
String sNewName)
Check a name change of a StockItem that is contained in this Stock. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |