|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameContextException | |
---|---|
org.salespointframework.core.data | Provides interfaces for data management. |
org.salespointframework.core.data.filters | Contains catalog and stock filters. |
org.salespointframework.core.data.interfaces | |
org.salespointframework.desktop.models |
Uses of NameContextException in org.salespointframework.core.data |
---|
Methods in org.salespointframework.core.data that throw NameContextException | |
---|---|
void |
StockImpl.checkNameChange(DataBasket db,
java.lang.String sOldName,
java.lang.String sNewName)
Check a name change of a StockItem that is contained in this Stock. |
void |
CatalogImpl.checkNameChange(DataBasket db,
java.lang.String sOldName,
java.lang.String sNewName)
Check a name change of a CatalogItem in this Catalog. |
void |
AbstractNameable.setName(java.lang.String sName,
DataBasket db)
Set the Nameable's name, using help by the NameContext. |
Uses of NameContextException in org.salespointframework.core.data.filters |
---|
Methods in org.salespointframework.core.data.filters that throw NameContextException | |
---|---|
void |
CatalogFilter.setName(java.lang.String sName,
DataBasket db)
Set the source Catalog's name. |
void |
AbstractStockFilter.setName(java.lang.String sName,
DataBasket db)
Set the source Stock's name. |
Uses of NameContextException in org.salespointframework.core.data.interfaces |
---|
Methods in org.salespointframework.core.data.interfaces that throw NameContextException | |
---|---|
void |
NameContext.checkNameChange(DataBasket db,
java.lang.String sOldName,
java.lang.String sNewName)
Check a name change for compliance with the rules of this NameContext. |
void |
Nameable.setName(java.lang.String sName,
DataBasket db)
Set the Nameable's name. |
Uses of NameContextException in org.salespointframework.desktop.models |
---|
Methods in org.salespointframework.desktop.models that throw NameContextException | |
---|---|
void |
CountingStockTableModel.Record.setName(java.lang.String sName,
DataBasket db)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |