Uses of Interface
org.salespointframework.core.data.interfaces.NameContext

Packages that use NameContext
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 NameContext in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement NameContext
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Fields in org.salespointframework.core.data declared as NameContext
protected  NameContext AbstractNameable.m_ncContext
          The current name context.
 

Methods in org.salespointframework.core.data that return NameContext
 NameContext AbstractNameable.attach(NameContext nc)
          Attach a NameContext to this Nameable.
 NameContext AbstractNameable.detachNC()
          Detach the current NameContext from this Nameable.
 

Methods in org.salespointframework.core.data with parameters of type NameContext
 NameContext AbstractNameable.attach(NameContext nc)
          Attach a NameContext to this Nameable.
 

Uses of NameContext in org.salespointframework.core.data.filters
 

Methods in org.salespointframework.core.data.filters that return 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.
 NameContext CatalogFilter.detachNC()
          Detach the current name context from the source Catalog.
 NameContext AbstractStockFilter.detachNC()
          Detach the current NameContext from the source Stock.
 

Methods in org.salespointframework.core.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 org.salespointframework.core.data.interfaces
 

Methods in org.salespointframework.core.data.interfaces that return NameContext
 NameContext Nameable.attach(NameContext nc)
          Attach a NameContext to this Nameable.
 NameContext Nameable.detachNC()
          Detach the current NameContext from this Nameable.
 

Methods in org.salespointframework.core.data.interfaces with parameters of type NameContext
 NameContext Nameable.attach(NameContext nc)
          Attach a NameContext to this Nameable.
 

Uses of NameContext in org.salespointframework.desktop.models
 

Methods in org.salespointframework.desktop.models that return NameContext
 NameContext CountingStockTableModel.Record.attach(NameContext nc)
           
 NameContext CountingStockTableModel.Record.detachNC()
           
 

Methods in org.salespointframework.desktop.models with parameters of type NameContext
 NameContext CountingStockTableModel.Record.attach(NameContext nc)