A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

N

n_nVgap - Variable in class org.salespointframework.desktop.JOptionPanel.OptionLayout
The vertical gap.
name - Variable in class org.salespointframework.core.data.AbstractCurrency.CurrencyItemData
 
name - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
the display name of the connection
name - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
connection name
name - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
connection name
name - Variable in class org.salespointframework.core.data.database.PersistenceManager.ShopInstance
instance name. usually the name of the pc
name - Variable in class org.salespointframework.core.data.database.SqliteDatabaseConnection
name of connection
name - Variable in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
text pane for name
name - Variable in class org.salespointframework.desktop.renderer.UserListViewRenderer
user name label
name - Variable in class org.salespointframework.web.helper.GenericHtmlTag
 
NAME_PROPERTY - Static variable in interface org.salespointframework.core.data.interfaces.Nameable
The programmatical name of the "name" property.
Nameable - Interface in org.salespointframework.core.data.interfaces
An object that has a name that complies with a NameContext's rules.
NameCapability - Class in org.salespointframework.web.helper
A default implementation of Capability using AbstractCapability just identifying a Capability by the given name.
NameCapability(String) - Constructor for class org.salespointframework.web.helper.NameCapability
 
nameChangeOccurred(String, String) - Method in class org.salespointframework.core.data.StockImpl.CatalogItemNameListener
Notification that a CatalogItem's name changed.
nameChangeOccurred(String, String) - Method in class org.salespointframework.core.data.StoringStockImpl.SSICatalogItemNameListener
 
NameContext - Interface in org.salespointframework.core.data.interfaces
A name context.
NameContextException - Exception in org.salespointframework.core.exceptions
Exception thrown by Nameable.setName(java.lang.String, org.salespointframework.core.data.interfaces.DataBasket) if a new name does not comply with NameContext rules.
NameContextException() - Constructor for exception org.salespointframework.core.exceptions.NameContextException
Create a new NameContextException.
NameContextException(String) - Constructor for exception org.salespointframework.core.exceptions.NameContextException
Create a new NameContextException with a detail message.
nameHasChanged(DataBasket, String, String) - Method in class org.salespointframework.core.data.CatalogImpl
Synchronize the Catalog's internal data with the name change.
nameHasChanged(DataBasket, String, String) - Method in interface org.salespointframework.core.data.interfaces.NameContext
Indicate a successful name change.
nameHasChanged(DataBasket, String, String) - Method in class org.salespointframework.core.data.StockImpl
Stocks will not allow name changes of StockItem, as a principle.
nameScale - Variable in class org.salespointframework.desktop.renderer.UserListViewRenderer
scale of name label. will be multiplied with component height 0f < scale <= 1f
nameScaleFactor - Variable in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
scale factor of name label. component height will me multiplied with this value 0f < scale <= 1f
NativeHtmlCssTable - Class in org.salespointframework.web.html.viewrepresentations
Declares a table in devisions and CSS.
NativeHtmlCssTable(boolean) - Constructor for class org.salespointframework.web.html.viewrepresentations.NativeHtmlCssTable
Default is 'false'.
NativeHtmlList - Class in org.salespointframework.web.html.viewrepresentations
Declares a floating-list.
NativeHtmlList() - Constructor for class org.salespointframework.web.html.viewrepresentations.NativeHtmlList
 
NativeHtmlTable - Class in org.salespointframework.web.html.viewrepresentations
Declares a table.
NativeHtmlTable(boolean) - Constructor for class org.salespointframework.web.html.viewrepresentations.NativeHtmlTable
Default is 'false'.
NaturalComparator<T extends java.lang.Comparable<java.lang.Object>> - Class in org.salespointframework.core
A comparator that compares Objects using their natural order.
NaturalComparator() - Constructor for class org.salespointframework.core.NaturalComparator
 
NaturalComparator(boolean) - Constructor for class org.salespointframework.core.NaturalComparator
 
needModelUpdate() - Method in class org.salespointframework.core.ListenerHelper
Make sure, the owner's model is up to date.
newInstance() - Method in interface org.salespointframework.core.data.database.DatabaseConnectionTemplate
create a new instance of DatabaseConnection
newInstance() - Method in class org.salespointframework.core.data.database.JavaDBClientTemplate
returns a new JavaDBClientConnection instance
newInstance() - Method in class org.salespointframework.core.data.database.JavaDBEmbeddedTemplate
returns a new JavaDBEmbeddedConnection instance
newInstance() - Method in class org.salespointframework.core.data.database.MssqlTemplate
returns a new instance of MssqlDatabaseConnection
newInstance() - Method in class org.salespointframework.core.data.database.MysqlTemplate
returns a new instance of MysqlDatabaseConnection
newInstance() - Method in class org.salespointframework.core.data.database.SqliteTemplate
returns a new instance of SqliteDatabaseConnection
next(String, Object) - Method in class org.salespointframework.core.data.database.PersistenceManager.CachedResultSet
moves the cursor to the next record which matches
next() - Method in class org.salespointframework.core.data.filters.CatalogFilter.FilteredIterator
 
nextLowerUnit(Value) - Method in class org.salespointframework.core.data.MoneyBagImpl
Helper method for getChange.
nextUnit(MoneyBag, MoneyBag, DataBasket, Value, Value) - Method in class org.salespointframework.core.data.MoneyBagImpl
Searches the optimal way to return the change.
NO_FITTING_UNITS - Static variable in exception org.salespointframework.core.exceptions.NotEnoughMoneyException
Indicates that this Exception was thrown because it is not possible to sum up the available money to the amount to be removed.
NO_GROUPS - Static variable in class org.salespointframework.desktop.NOPDataBasketEntryGrouper
Convenience variable holding an instance of NOPDataBasketEntryGrouper.
noEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called for each listener that already agreed with an editing that was then rejected by another listener.
noEditCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
z Called for each listener that already agreed with an editing that was then rejected by another listener.
noEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
noEditCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
noEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
noEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
noEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
noEditStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called for each listener that already agreed with an editing that was then rejected by another listener.
noEditStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called for each listener that already agreed with an editing that was then rejected by another listener.
noEditStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
noEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
noEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
noEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
noEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
NONE - Static variable in class org.salespointframework.desktop.multiwindow.MultiWindow
No view mode yet.
NOPDataBasketEntryGrouper - Class in org.salespointframework.desktop
DataBasketEntryGrouper that can be used to indicate no grouping at all.
NOPDataBasketEntryGrouper() - Constructor for class org.salespointframework.desktop.NOPDataBasketEntryGrouper
 
noRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called for each listener that already agreed with a removal that was then rejected by another listener.
noRemoveCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called for each listener that already agreed with a removal that was then rejected by another listener.
noRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
noRemoveCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
noRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
noRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
noRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
noRemoveStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called for each listener that already agreed with a removal that was then rejected by another listener.
noRemoveStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called for each listener that already agreed with a removal that was then rejected by another listener.
noRemoveStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
noRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
noRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
noRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
noRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
NORM_PRIO - Static variable in class org.salespointframework.core.OIV
Normal priority: 0.
normalColor - Variable in class org.salespointframework.desktop.JInstructionTextField
 
normalFont - Variable in class org.salespointframework.desktop.JInstructionTextField
 
NOT_ENOUGH_ELEMENTS_ERROR - Static variable in interface org.salespointframework.core.exceptions.ProcessErrorCodes
Error code constant: There were not enough elements in the source of a move action in a DataExchangeFormSheet.
NOT_ENOUGH_MONEY - Static variable in exception org.salespointframework.core.exceptions.NotEnoughMoneyException
Indicates that this Exception was thrown because the money in the MoneyBag is less than the money to be removed.
NotEditableException - Exception in org.salespointframework.core.data
Exception thrown when an attempt is made to edit an item that was not retrieved for editing.
NotEditableException() - Constructor for exception org.salespointframework.core.data.NotEditableException
Create a new NotEditableException.
NotEditableException(String) - Constructor for exception org.salespointframework.core.data.NotEditableException
Create a new NotEditableException with a detail message.
NotEnoughElementsException - Exception in org.salespointframework.core.exceptions
Exception thrown by Stock if you attempt to remove more elements than there are actually available.
NotEnoughElementsException() - Constructor for exception org.salespointframework.core.exceptions.NotEnoughElementsException
Create a new NotEnoughElementsException.
NotEnoughElementsException(String) - Constructor for exception org.salespointframework.core.exceptions.NotEnoughElementsException
Create a new NotEnoughElementsException with a detail message.
NotEnoughMoneyException - Exception in org.salespointframework.core.exceptions
Exception thrown when an error occurs on transferring money from one MoneyBag to another.
NotEnoughMoneyException(int) - Constructor for exception org.salespointframework.core.exceptions.NotEnoughMoneyException
Creates a new NotEnoughMoneyException.
NotEnoughMoneyException(String, int) - Constructor for exception org.salespointframework.core.exceptions.NotEnoughMoneyException
Creates a new NotEnoughMoneyException with a detail message.
NOTHING - Static variable in class org.salespointframework.core.UIGate
Nothing changed.
NotImplementedException - Exception in org.salespointframework.core.exceptions
Exception class used to indicate missing functionality
NotImplementedException() - Constructor for exception org.salespointframework.core.exceptions.NotImplementedException
 
NoTopBorder - Class in org.salespointframework.desktop.border
LineBorder without top line
NoTopBorder() - Constructor for class org.salespointframework.desktop.border.NoTopBorder
 
NULL_ARRAY - Static variable in class org.salespointframework.core.ListenerHelper
A null array to be shared by all empty listener lists
NullDisplay - Class in org.salespointframework.core
A dummy display, that cannot display anything.
NullDisplay() - Constructor for class org.salespointframework.core.NullDisplay
Private constructor to make sure the singleton pattern is used.
NumberValue - Class in org.salespointframework.core.data
Values that operate on numbers.
NumberValue(Number) - Constructor for class org.salespointframework.core.data.NumberValue
Create a new NumberValue.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _