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 _

D

data - Variable in class org.salespointframework.core.data.database.PersistenceManager.CachedResultSet
datas
DatabaseConnection - Interface in org.salespointframework.core.data.database
This interface defines a database connection.
DatabaseConnectionForm - Class in org.salespointframework.desktop
dialog for database management
DatabaseConnectionForm() - Constructor for class org.salespointframework.desktop.DatabaseConnectionForm
default constructor
DatabaseConnectionForm.DatabaseConnectionFS - Class in org.salespointframework.desktop
Formsheet for database management
DatabaseConnectionForm.DatabaseConnectionFS() - Constructor for class org.salespointframework.desktop.DatabaseConnectionForm.DatabaseConnectionFS
default constructor
DatabaseConnectionListener - Interface in org.salespointframework.core.data.events
This Listener notifies about an update in databse connections.
DatabaseConnectionModel - Class in org.salespointframework.desktop.models
ListModel for DatabaseConnections
DatabaseConnectionModel() - Constructor for class org.salespointframework.desktop.models.DatabaseConnectionModel
default constructor
DatabaseConnectionTemplate - Interface in org.salespointframework.core.data.database
This template is used to instance a new DatabaseConnection.
DatabaseConnectionUpdate() - Method in interface org.salespointframework.core.data.events.DatabaseConnectionListener
indicates a change in the database connection list.
DatabaseConnectionUpdate() - Method in class org.salespointframework.desktop.models.DatabaseConnectionModel
process update
DataBasket - Interface in org.salespointframework.core.data.interfaces
An object collecting information about a activities on data objects in a shop.
dataBasket - Variable in class org.salespointframework.web.helper.ATMBuilder
 
dataBasket - Variable in class org.salespointframework.web.spring.controller.DoubleViewController
 
DATABASKET_CONFLICT_ERROR - Static variable in interface org.salespointframework.core.exceptions.ProcessErrorCodes
Error code constant: A DataBasketConflictException occurred while trying to add/remove items to/from a container.
DataBasketAdapter - Class in org.salespointframework.core.data.events
An abstract adapter class for receiving data basket change events.
DataBasketAdapter() - Constructor for class org.salespointframework.core.data.events.DataBasketAdapter
 
dataBasketChanged(DataBasketEvent) - Method in class org.salespointframework.core.data.events.DataBasketAdapter
Called when the DataBasket changed in a manner too complex for the two other types of events.
dataBasketChanged(DataBasketEvent) - Method in interface org.salespointframework.core.data.events.DataBasketListener
Called when the DataBasket changed in a manner too complex for the two other types of events.
dataBasketChanged(DataBasketEvent) - Method in class org.salespointframework.desktop.models.DataBasketListModel
 
dataBasketChanged(DataBasketEvent) - Method in class org.salespointframework.desktop.models.DataBasketTableModel
Update the internal model and inform any listeners according to the received event.
DataBasketCondition<T> - Interface in org.salespointframework.core.data.interfaces
Condition used for filtering DataBaskets.
dataBasketCondition - Variable in class org.salespointframework.web.helper.ATMBuilder
 
DataBasketConditionImpl<T> - Class in org.salespointframework.core.data
Basic implementation of the DataBasketCondition interface.
DataBasketConditionImpl(String, String, DataBasketEntrySource, DataBasketEntryDestination, Object) - Constructor for class org.salespointframework.core.data.DataBasketConditionImpl
Create a new DataBasketConditionImpl.
DataBasketConflictException - Exception in org.salespointframework.core.exceptions
Exception thrown to indicate some operation cannot be performed succesfully because of the isolation rules associated with DataBaskets and the container.
DataBasketConflictException() - Constructor for exception org.salespointframework.core.exceptions.DataBasketConflictException
Create a new DataBasketConflictException.
DataBasketConflictException(String) - Constructor for exception org.salespointframework.core.exceptions.DataBasketConflictException
Create a new DataBasketConflictException with a detail message.
DataBasketEntry<T> - Interface in org.salespointframework.core.data.interfaces
An entry in a DataBasket.
DataBasketEntryDestination - Interface in org.salespointframework.core.data.interfaces
Tag interface to be implemented by destinations for DataBasketEntries.
DataBasketEntryGrouper - Interface in org.salespointframework.desktop
Strategy grouping DataBasketEntries together for display.
dataBasketEntryGrouper - Variable in class org.salespointframework.web.helper.ATMBuilder
 
DataBasketEntryImpl<T> - Class in org.salespointframework.core.data
Basic simple implementation of the DataBasketEntry interface.
DataBasketEntryImpl(String, String, DataBasketEntrySource, DataBasketEntryDestination, T) - Constructor for class org.salespointframework.core.data.DataBasketEntryImpl
Create a new DataBasketEntryImpl.
DataBasketEntrySource - Interface in org.salespointframework.core.data.interfaces
Tag interface to be implemented by sources for DataBasketEntries.
DataBasketEvent - Class in org.salespointframework.core.data.events
An event that indicates a change in a DataBasket's contents.
DataBasketEvent(DataBasket, DataBasketEntry) - Constructor for class org.salespointframework.core.data.events.DataBasketEvent
Create a new DataBasketEvent.
DataBasketImpl - Class in org.salespointframework.core.data
Pure Java implementation of the DataBasketImpl.SubDataBasket interface.
DataBasketImpl() - Constructor for class org.salespointframework.core.data.DataBasketImpl
Create a new DataBasketImpl.
DataBasketImpl.DataBasketImplLogEntry - Class in org.salespointframework.core.data
A LogEntry that describes an action on a DataBasket.
DataBasketImpl.DataBasketImplLogEntry(int, LogEntry) - Constructor for class org.salespointframework.core.data.DataBasketImpl.DataBasketImplLogEntry
Create a new DataBasketImplLogEntry.
DataBasketImpl.SubDataBasket - Class in org.salespointframework.core.data
Internal helper class used by DataBasketImpl, representing a subbasket of a DataBasket.
DataBasketImpl.SubDataBasket(DataBasketImpl) - Constructor for class org.salespointframework.core.data.DataBasketImpl.SubDataBasket
Create a new subbasket.
DataBasketKeys - Interface in org.salespointframework.core.data.interfaces
Framework defined main keys.
DataBasketListener - Interface in org.salespointframework.core.data.events
Listener that listens for DataBasketEvents.
DataBasketListModel - Class in org.salespointframework.desktop.models
ListModel for DataBaskets
DataBasketListModel(DataBasket, DataBasketCondition, Comparator<DataBasketEntry>) - Constructor for class org.salespointframework.desktop.models.DataBasketListModel
constrcutor
DataBasketListModel(DataBasket, DataBasketCondition, Comparator<DataBasketEntry>, boolean, Category, DataBasketEntryGrouper) - Constructor for class org.salespointframework.desktop.models.DataBasketListModel
constructor
DataBasketListViewRenderer - Class in org.salespointframework.desktop.renderer
ListCellRenderer used for DataBasketEntrys
DataBasketListViewRenderer() - Constructor for class org.salespointframework.desktop.renderer.DataBasketListViewRenderer
default constructor
DataBasketListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale) - Constructor for class org.salespointframework.desktop.renderer.DataBasketListViewRenderer
constructor
DataBasketListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale, int) - Constructor for class org.salespointframework.desktop.renderer.DataBasketListViewRenderer
constructor
DataBasketTableModel - Class in org.salespointframework.desktop.models
A TableModel that models the contents of a DataBasket.
DataBasketTableModel(DataBasket, DataBasketCondition, DataBasketEntryGrouper, Comparator<DataBasketEntry>, TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.models.DataBasketTableModel
Create a new DataBasketTableModel.
DataExchangeFormSheet - Class in org.salespointframework.desktop.formsheets
A FormSheet that will display the contents of two data containers, a source and a destination, and will allow the user to move items between the two.
DataExchangeFormSheet(String, FormSheetContentCreator, UIGate, MoveStrategy) - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create a new DataExchangeFormSheet.
DataExchangeFormSheet.DataExchangeOption - Class in org.salespointframework.desktop.formsheets
Common options for Components DataExchangeFormSheet.ListViewDataExchangeOption defines additional options for JListViews DataExchangeFormSheet.TableDataExchangeOption defines additional options for JAbstractTables
DataExchangeFormSheet.DataExchangeOption() - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
Default constructor
DataExchangeFormSheet.DataExchangeOption(Comparator, boolean, DataBasketCondition, DataBasketEntryGrouper) - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
Constructor
DataExchangeFormSheet.DataExchangeOptions - Class in org.salespointframework.desktop.formsheets
This class defines specific options for source and destination components and the DataExchangeFormSheet.DataExchangeView There are four default options available: DataExchangeFormSheet.OPTION_LISTVIEW_LISTVIEW : source and destination are JListViews DataExchangeFormSheet.OPTION_LISTVIEW_TABLE : source is JListView, destination is JAbstractTable DataExchangeFormSheet.OPTION_TABLE_LISTVIEW : source is JAbstractTable, destination is JListView DataExchangeFormSheet.OPTION_TABLE_TABLE : source and destination are both JAbstractTables you can also set the DataExchangeFormSheet.OPTION_DEFAULT to set default options.
DataExchangeFormSheet.DataExchangeOptions(DataExchangeFormSheet.DataExchangeOption, DataExchangeFormSheet.DataExchangeOption, DataExchangeFormSheet.DataExchangeView) - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
default constructor
DataExchangeFormSheet.DataExchangeView - Enum in org.salespointframework.desktop.formsheets
The view defines where both components will be place on formshete
DataExchangeFormSheet.DataExchangeView() - Constructor for enum org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeView
 
DataExchangeFormSheet.ListViewDataExchangeOption - Class in org.salespointframework.desktop.formsheets
This option defines options for the JListView
DataExchangeFormSheet.ListViewDataExchangeOption() - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
default constructor
DataExchangeFormSheet.ListViewDataExchangeOption(Comparator, boolean, DataBasketCondition, boolean, Category, DataBasketEntryGrouper, JListView.ListViewOrientation, ListCellRenderer, float, float, float, float, int, boolean, boolean) - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
constructor
DataExchangeFormSheet.TableDataExchangeOption - Class in org.salespointframework.desktop.formsheets
Options for JAbstractTables
DataExchangeFormSheet.TableDataExchangeOption() - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.TableDataExchangeOption
Default constrcutor
DataExchangeFormSheet.TableDataExchangeOption(Comparator, boolean, DataBasketCondition, DataBasketEntryGrouper, TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.TableDataExchangeOption
constructor
dataListener - Variable in class org.salespointframework.desktop.JListView.CatListUI
 
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.CatalogImpl
pumps up the change of datasource to catalog listeners
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.database.PersistenceManager.ModificationTriggerWorker
update last event id on changed datasource
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Triggered by PersistenceManager whenever the datasource changes
DatasourceChanged(boolean) - Method in interface org.salespointframework.core.data.events.DatasourceChangeListener
indicates a change of datasource.
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
 
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
the datasource changed. pump up this event to all listeners of this catalog
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.filters.CatalogFilter
 
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.PersistentList
invalidate caches, when datasource changed. and pump up the event
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.PersistentMap
invalidate caches and pump up the event
DatasourceChanged(boolean) - Method in class org.salespointframework.core.data.StockImpl
handles a datasource change by pumping up the event to stock's listeners
DatasourceChanged(boolean) - Method in class org.salespointframework.core.users.UserManager
the datasource changed
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.CatalogListModel
datasource changed. reload all items
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Indicates a change of Datasource.
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.CountingStockListModel
The Datasource changed.
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
The Datasource changed.
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.StoringStockListModel
The datasource changed. force the model to invalidate its internal structures and pump up the event
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
The datasource changed. force the model to invalidate its internal structures and pump up the event
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.UserListModel
Datasource changed. invalidate internal structures and pump up the event
DatasourceChanged(boolean) - Method in class org.salespointframework.desktop.models.UserTableModel
Datasource changed.
DatasourceChangeListener - Interface in org.salespointframework.core.data.events
This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
DatasourceOnChange() - Method in class org.salespointframework.core.data.DataBasketImpl
rollback databasket before changing datasource
DatasourceOnChange() - Method in interface org.salespointframework.core.data.events.DatasourceOnChangeListener
event indicates that database will change soon
DatasourceOnChange() - Method in class org.salespointframework.core.data.PersistentList
pump up the datasource on change event
DatasourceOnChange() - Method in class org.salespointframework.core.data.PersistentMap
pump up datasource on change event
DatasourceOnChange() - Method in class org.salespointframework.core.users.User
free internal resources
DatasourceOnChange() - Method in class org.salespointframework.core.users.UserManager
call users to free their resources
DatasourceOnChangeListener - Interface in org.salespointframework.core.data.events
Listens to event which are triggered, when the datasource is going to change but hasn't now.
DATE - Static variable in class org.salespointframework.core.CalendarTime
Field number for CalendarTime.setTimeToCount(int) indicates that the days will be increased by CalendarTime.goAhead(java.lang.Object)
Date - Class in org.salespointframework.core
Deprecated. As this class is not Y2K safe, it is of no use any more. Use CalendarTime instead.
Date() - Constructor for class org.salespointframework.core.Date
Deprecated. Creates a new date with standard starting time "01.01.00".
Date(String) - Constructor for class org.salespointframework.core.Date
Deprecated. Creates a new date with the given starting time.
DATE_TIME_CELL_RENDERER - Static variable in class org.salespointframework.desktop.JLogTable
A TableCellRenderer that takes a Date and prints it with the standard date and time format for the default locale.
db - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
connection database
db - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
database
db - Variable in class org.salespointframework.desktop.formsheets.ListViewFormSheet
Databasket used for visibility
db - Variable in class org.salespointframework.desktop.models.CatalogListModel
databasket used for visibility
db - Variable in class org.salespointframework.desktop.models.CountingStockListModel
databasket used for visibility
db - Variable in class org.salespointframework.desktop.models.DataBasketListModel
databasket source
db - Variable in class org.salespointframework.desktop.models.StoringStockListModel
databasket used for visibility
db(DataBasket) - Method in class org.salespointframework.web.helper.ATMBuilder
method chaining version of ATMBuilder.setDataBasket(DataBasket)
dbc - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationDialog
connection to configure
dbc - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationFS
 
dbc - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection.MssqlConfigurationDialog
connection to configure
dbc - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection.MssqlConfigurationFS
 
dbc - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection.MysqlConfigurationDialog
connection to configure
dbc - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection.MysqlConfigurationFS
 
dbc - Variable in class org.salespointframework.core.data.database.SqliteDatabaseConnection.SqliteConfigurationDialog
connection to configure
dbc - Variable in class org.salespointframework.core.data.database.SqliteDatabaseConnection.SqliteConfigurationFS
 
dbc - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
condition for DataBaskets
dbc - Variable in class org.salespointframework.desktop.models.DataBasketListModel
filter condition
dbc(DataBasketCondition<?>) - Method in class org.salespointframework.web.helper.ATMBuilder
method chaining version of ATMBuilder.setDataBasketCondition(DataBasketCondition)
dbcList - Variable in class org.salespointframework.desktop.models.DatabaseConnectionModel
DatabaseConnection list
dbcModel - Variable in class org.salespointframework.desktop.DatabaseConnectionForm.DatabaseConnectionFS
 
dbConnection - Variable in class org.salespointframework.core.data.database.PersistenceManager
the actual Database connection
DBCSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a DataBasket source and a CountingStock destination.
DBCSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCSStrategy
 
DBCSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a DataBasket to a CountingStock
DBCSStrategy() - Constructor for class org.salespointframework.web.movestrategies.DBCSStrategy
 
DBCStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a DataBasket source and a Catalog destination.
DBCStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCStrategy
 
DBCStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a DataBasket to a Catalog
DBCStrategy() - Constructor for class org.salespointframework.web.movestrategies.DBCStrategy
 
dbe - Variable in class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry
 
dbeg - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
the DataBasketEntryGrouper
dbeg - Variable in class org.salespointframework.desktop.models.DataBasketListModel
entry grouprt
dbeg(DataBasketEntryGrouper) - Method in class org.salespointframework.web.helper.ATMBuilder
method chaining version of ATMBuilder.setDataBasketEntryGrouper(DataBasketEntryGrouper)
DBEtoCatalogItem(DataBasketEntry) - Static method in class org.salespointframework.core.data.DataBasketEntryImpl
Extracts the catalog item out of a data basket entry
dbGeneratedKeys - Variable in class org.salespointframework.core.data.database.PersistenceManager
flag for Driver capability to return generated keys
dbid - Variable in class org.salespointframework.core.data.PersistentMap
id of map
DBM_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the "Database Manager" item.
DBMoveStrategyHelper - Class in org.salespointframework.web.movestrategies
Helper to move DB.
DBMoveStrategyHelper() - Constructor for class org.salespointframework.web.movestrategies.DBMoveStrategyHelper
 
DBSSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a DataBasket source and a StoringStock destination.
DBSSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBSSStrategy
 
DBSSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a DataBasket to a StoringStock
DBSSStrategy() - Constructor for class org.salespointframework.web.movestrategies.DBSSStrategy
 
DEAD - Static variable in class org.salespointframework.core.Shop
Constant marking the Shop's state.
Debug - Class in org.salespointframework.core
Debug management class.
Debug() - Constructor for class org.salespointframework.core.Debug
 
DEFAULT_CACHE_LIFETIME - Static variable in class org.salespointframework.core.data.PersistentList
the default cache life time
DEFAULT_CACHE_LIFETIME - Static variable in class org.salespointframework.core.data.PersistentMap
default cache life time
DEFAULT_CONTENT_CREATOR - Static variable in class org.salespointframework.core.FormSheet
The default FormSheetContentCreator, that creates the default OK and Cancel button.
DEFAULT_ERROR_HANDLER - Static variable in class org.salespointframework.desktop.strategies.FormSheetStrategy
The default error handler.
DEFAULT_IMAGE - Static variable in class org.salespointframework.core.FormSheet.FormButton
 
DEFAULT_IMAGE - Static variable in class org.salespointframework.core.MenuSheet
 
DEFAULT_IMAGE - Static variable in class org.salespointframework.core.MenuSheetItem
 
DEFAULT_PASSWORD_GARBLER - Static variable in class org.salespointframework.core.users.User
The default password garbler.
DefaultCatalogItemDBETableEntryDescriptor - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on CatalogItems.
DefaultCatalogItemDBETableEntryDescriptor() - Constructor for class org.salespointframework.desktop.teds.DefaultCatalogItemDBETableEntryDescriptor
Create a new DefaultCatalogItemDBETableEntryDescriptor.
DefaultCatalogItemTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a CatalogTableModel.
DefaultCatalogItemTED() - Constructor for class org.salespointframework.desktop.teds.DefaultCatalogItemTED
Create a new DefaultCatalogItemTED.
defaultCategory - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
Category to use for Categorie with null Category
defaultCategory - Variable in class org.salespointframework.desktop.models.CatalogListModel
category used for items without category
defaultCategory - Variable in class org.salespointframework.desktop.models.CountingStockListModel
category used for items without category
defaultCategory - Variable in class org.salespointframework.desktop.models.DataBasketListModel
category used for items without category
defaultCategory - Variable in class org.salespointframework.desktop.models.StoringStockListModel
category used for items without category
defaultCategory - Variable in class org.salespointframework.desktop.models.UserListModel
 
DefaultClassFieldMapper - Class in org.salespointframework.core.data.database
This is the default implementation for the ClassFieldMapper deals with annotations
DefaultClassFieldMapper() - Constructor for class org.salespointframework.core.data.database.DefaultClassFieldMapper
default constructor
DefaultClassFieldMapper(Map<String, String>) - Constructor for class org.salespointframework.core.data.database.DefaultClassFieldMapper
constructor
DefaultClassNameEncoder - Class in org.salespointframework.core.data.database
default implementation for ClassNameEncoder. support two encoding modes: DefaultClassNameEncoder.MODE_HASH : hashes string with SHA-1 or MD5 DefaultClassNameEncoder.MODE_REPLACE : replaces some chars.
DefaultClassNameEncoder() - Constructor for class org.salespointframework.core.data.database.DefaultClassNameEncoder
default constructor
DefaultCountingStockDBETableEntryDescriptor - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on items in a CountingStock.
DefaultCountingStockDBETableEntryDescriptor() - Constructor for class org.salespointframework.desktop.teds.DefaultCountingStockDBETableEntryDescriptor
Create a new DefaultCountingStockDBETableEntryDescriptor.
DefaultCountingStockFromValueCreator - Class in org.salespointframework.core.data
A StockFromValueCreator for CountingStocks.
DefaultCountingStockFromValueCreator(CatalogItemValue) - Constructor for class org.salespointframework.core.data.DefaultCountingStockFromValueCreator
Create a new DefaultCountingStockFromValueCreator.
DefaultCountingStockItemTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a CountingStockTableModel.
DefaultCountingStockItemTED() - Constructor for class org.salespointframework.desktop.teds.DefaultCountingStockItemTED
Create a new DefaultCountingStockItemTED.
DefaultCurrencyItemTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used to model Currencies with a CatalogTableModel.
DefaultCurrencyItemTED(Currency) - Constructor for class org.salespointframework.desktop.teds.DefaultCurrencyItemTED
Create a new DefaultCurrencyItemTED.
DefaultDatabaseConnection - Class in org.salespointframework.core.data.database
The default database connection.
DefaultDatabaseConnection() - Constructor for class org.salespointframework.core.data.database.DefaultDatabaseConnection
default constructor. sets database filename to "salespointdb"
DefaultDnDMotionComponent - Class in org.salespointframework.desktop.dnd
default motion component. used for JAbstractTables for example
DefaultDnDMotionComponent() - Constructor for class org.salespointframework.desktop.dnd.DefaultDnDMotionComponent
 
defaultForeignKey - Variable in class org.salespointframework.core.data.database.DefaultClassFieldMapper
default type for foreign keys
DefaultHtmlViewRepresentation - Class in org.salespointframework.web.html.viewrepresentations
This is a ViewRepresentation that methods return only empty Stings.
DefaultHtmlViewRepresentation() - Constructor for class org.salespointframework.web.html.viewrepresentations.DefaultHtmlViewRepresentation
 
DefaultListViewDnDMotionComponent - Class in org.salespointframework.desktop.dnd
default DnDMotionComponent for JListView uses ListCellRenderer
DefaultListViewDnDMotionComponent(JListView) - Constructor for class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent
default constructor
DefaultListViewDnDMotionComponent.ShadowCatalogItem - Class in org.salespointframework.desktop.dnd
shadow item to move multiple CatalogItems
DefaultListViewDnDMotionComponent.ShadowCatalogItem(CatalogItem) - Constructor for class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCatalogItem
 
DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry - Class in org.salespointframework.desktop.dnd
shadow item to move multiple items
DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry(DataBasketEntry) - Constructor for class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry
 
DefaultLogEntryTED - Class in org.salespointframework.desktop.teds
TableEntryDescriptor that can be used to display LogEntries.
DefaultLogEntryTED() - Constructor for class org.salespointframework.desktop.teds.DefaultLogEntryTED
 
DefaultMoneyBagItemTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used to model MoneyBags with a CountingStockTableModel.
DefaultMoneyBagItemTED(Currency) - Constructor for class org.salespointframework.desktop.teds.DefaultMoneyBagItemTED
Create a new DefaultMoneyBagItemTED.
DefaultRemoveCatalogItemStrategy - Class in org.salespointframework.desktop.strategies
Strategy that can be associated to the "Remove" button of a SingleTableFormSheet that displays the contents of a Catalog.
DefaultRemoveCatalogItemStrategy(Catalog<CatalogItem>) - Constructor for class org.salespointframework.desktop.strategies.DefaultRemoveCatalogItemStrategy
Create a new DefaultRemoveCatalogItemStrategy.
DefaultStockItemTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a StoringStockTableModel.
DefaultStockItemTED() - Constructor for class org.salespointframework.desktop.teds.DefaultStockItemTED
 
DefaultStoringStockDBETableEntryDescriptor - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on items in a StoringStock.
DefaultStoringStockDBETableEntryDescriptor() - Constructor for class org.salespointframework.desktop.teds.DefaultStoringStockDBETableEntryDescriptor
 
DEFAULTSUBBASKET_NAME - Static variable in interface org.salespointframework.core.data.interfaces.DataBasket
The name of the default subbasket.
defaultUserImage - Static variable in class org.salespointframework.core.users.User
The default user image
DefaultUserTED - Class in org.salespointframework.desktop.teds
A TableEntryDescriptor that can be used with a UserTableModel.
DefaultUserTED() - Constructor for class org.salespointframework.desktop.teds.DefaultUserTED
Creates a new DefaultUserTED.
delay - Variable in class org.salespointframework.core.AutoTimer
delay between increase steps
DeleteJumpList(String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
DeleteTab(long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
deleteUser(String) - Method in class org.salespointframework.core.users.UserManager
Delete a user from this UserManager.
description - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
the desciption for the connection
description - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
connection description
description - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
connection description
description - Variable in class org.salespointframework.core.data.database.SqliteDatabaseConnection
connection's description
descriptionImagePanel - Variable in class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
the image panel which shows the items image
descriptionPanel - Variable in class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
The panel which holds the DescriptiveFormSheet.descriptionTextPane
descriptionTextPane - Variable in class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
The Pane used to display the description
Descriptive - Interface in org.salespointframework.core.data
Interface describing records which's description could be displayed automatically via a DescriptiveFormSheet.
DescriptiveFormSheet - Class in org.salespointframework.desktop.formsheets
A FormSheet that can extend Single- and TwoTableFormSheets and ListViewFormSheets by a description element.
DescriptiveFormSheet(SingleTableFormSheet) - Constructor for class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
Construct a new DescriptiveFormSheet from the given SingleTableFormSheet.
DescriptiveFormSheet(DataExchangeFormSheet, String) - Constructor for class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
Construct a new DescriptiveFormSheet from the given DataExchangeFormSheet.
DescriptiveFormSheet(ListViewFormSheet, String) - Constructor for class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
Construct a new DescriptiveFormSheet from the given DataExchangeFormSheet.
DESKTOP_MENU_TAG - Static variable in class org.salespointframework.desktop.multiwindow.MultiWindow
Constant used as tag for the "Desktop" menu option.
DESKTOP_VIEW - Static variable in class org.salespointframework.desktop.multiwindow.MultiWindow
Constant for the desktop view mode.
DesktopAction - Class in org.salespointframework.desktop.multiwindow
 
DesktopAction(MultiWindow) - Constructor for class org.salespointframework.desktop.multiwindow.DesktopAction
 
destination - Variable in class org.salespointframework.web.spring.controller.DoubleViewController
 
destinationView - Variable in class org.salespointframework.web.html.DoubleView
 
destinationView - Variable in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
destOption - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
options for destination component
detachBasket() - Method in class org.salespointframework.core.SaleProcess
Detach and return the current DataBasket.
detachBasket() - Method in class org.salespointframework.core.SalesPoint
Detach any DataBasket currently attached to this SalesPoint.
detachContext() - Method in class org.salespointframework.core.SaleProcess
Detach and return the current process context.
detachDisplay() - Method in class org.salespointframework.core.FormSheet
Detach the current FormSheetContainer from this FormSheet.
detachDisplay() - Method in class org.salespointframework.core.SalesPoint
Detach the current display.
detachNC() - Method in class org.salespointframework.core.data.AbstractNameable
Detach the current NameContext from this Nameable.
detachNC() - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Detach the current NameContext from the source Stock.
detachNC() - Method in class org.salespointframework.core.data.filters.CatalogFilter
Detach the current name context from the source Catalog.
detachNC() - Method in interface org.salespointframework.core.data.interfaces.Nameable
Detach the current NameContext from this Nameable.
detachNC() - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
detachProcess() - Method in class org.salespointframework.core.FormSheet
Detach the current process from this FormSheet.
detachSaleProcess() - Method in class org.salespointframework.core.MenuSheetObject
Detach the currently attached SaleProcess.
detachSalesPoint() - Method in class org.salespointframework.core.FormSheet
Detach the current SalesPoint from this FormSheet.
detachSalesPoint() - Method in class org.salespointframework.core.MenuSheetObject
Detach the currently attached SalesPoint.
detachStatusDisplay() - Method in class org.salespointframework.core.SalesPoint
Detach the current status display.
detachUser() - Method in class org.salespointframework.core.SalesPoint
Detach any user currently attached to this SalesPoint.
detectInterceptors(Class<?>) - Method in class org.salespointframework.web.spring.annotations.SalespointAnnotationHandlerMapping
 
dettachExternalModificationListener(String, ExternalModificationListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
remove ExternalModificationListener
dfs - Variable in class org.salespointframework.desktop.DatabaseConnectionForm
FormSheet used
digestBytes(byte[]) - Static method in class org.salespointframework.core.users.MD5
Retrieves a byte sequence representing the MD5 digest of the specified byte sequence.
digestString(String) - Static method in class org.salespointframework.core.users.MD5
Retrieves a byte sequence that represents the MD5 digest string.
direction - Variable in class org.salespointframework.desktop.imagefilter.LinearFadeFilter
 
direction - Variable in class org.salespointframework.web.html.viewrepresentations.NativeHtmlList
 
direction - Variable in class org.salespointframework.web.taglib.view.ListTag
 
DISABLED_IMAGE - Static variable in class org.salespointframework.core.FormSheet.FormButton
 
DISABLED_IMAGE - Static variable in class org.salespointframework.core.MenuSheet
 
DISABLED_IMAGE - Static variable in class org.salespointframework.core.MenuSheetItem
 
DISABLED_SELECTED_IMAGE - Static variable in class org.salespointframework.core.FormSheet.FormButton
 
DISABLED_SELECTED_IMAGE - Static variable in class org.salespointframework.core.MenuSheet
 
DISABLED_SELECTED_IMAGE - Static variable in class org.salespointframework.core.MenuSheetItem
 
Display - Interface in org.salespointframework.core
An abstract display that can display Form- and MenuSheets.
dispose() - Method in class org.salespointframework.core.JDisplayDialog
In addition to disposing of the peer resources, remove the FormSheet and the MenuSheet.
dispose() - Method in class org.salespointframework.core.JDisplayFrame
In addition to disposing of the peer resources, remove the FormSheet and the MenuSheet.
dispose() - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
In addition to disposing of the peer resources, removes the FormSheet and the MenuSheet.
dispose() - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
In addition to disposing of the peer resources, remove the FormSheet and the MenuSheet.
div - Variable in class org.salespointframework.web.html.viewrepresentations.NativeHtmlList
 
divide(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
divide(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
divide(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Divide this value by the given one, and return the result.
divide(Value) - Method in class org.salespointframework.core.data.QuoteValue
 
divideAccumulating(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
divideAccumulating(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
divideAccumulating(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Divide this value by the given one, changing this value.
divideAccumulating(Value) - Method in class org.salespointframework.core.data.QuoteValue
If the given value is a QuoteValue, this value's bid and offer get divided by its bid and offer, resp.
DM_SCHEIN_10 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_100 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_1000 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_20 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_200 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_5 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_50 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_SCHEIN_500 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_STCK_1 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_STCK_10 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_STCK_2 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
DM_STCK_5 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
dmLog - Variable in class org.salespointframework.core.data.database.PersistenceManager
Log output stream for DriverManager and debug messages, if #debug is false
dndComponent - Variable in class org.salespointframework.core.FormSheet.DnDDispatcher
component that caused the drag
DnDComponent - Interface in org.salespointframework.desktop.dnd
To use drag'n drop on FormSheet the component has to implement this interface and needs to register itself via FormSheet.registerDnDComponent(DnDComponent)
dndComponentRemoved(DnDComponent) - Method in class org.salespointframework.core.FormSheet.DnDDispatcher
abort drag operation of DnDComponent was removed
dndInProgress - Variable in class org.salespointframework.core.FormSheet.DnDDispatcher
true id drag is in progress
DnDMotionComponent - Interface in org.salespointframework.desktop.dnd
The motion component is displayed during the drag'n drop operation on the FormSheet.getDragLayer()
dndPartner - Variable in class org.salespointframework.desktop.JAbstractTable
 
dndPartner - Variable in class org.salespointframework.desktop.JListView
 
doAction(SaleProcess, SalesPoint) - Method in interface org.salespointframework.core.Action
Perform the actual action.
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.core.ActionActionListener
Action interface method.
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.core.users.ActionCapability
If the capability is granting rights, perform the guarded action; otherwise, print a message to the user that he/she is not granted the right to perform this action.
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.CascadeAction
 
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.DesktopAction
 
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.TabAction
 
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.TileHorizontallyAction
 
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.TileVerticallyAction
 
doAction(SaleProcess, SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.WindowAction
 
doAssignmentFixing(Class, Object) - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection
fix connection types before field assignment.
doAssignmentFixing(Class, Object) - Method in interface org.salespointframework.core.data.database.DatabaseConnection
Most drivers return strange values.
doAssignmentFixing(Class, Object) - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
nothing to fix
doAssignmentFixing(Class, Object) - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
nothing to fix
doAssignmentFixing(Class, Object) - Method in class org.salespointframework.core.data.database.SqliteDatabaseConnection
nothing to fix
doc - Variable in class org.salespointframework.core.XmlPreferenceStorage
Document representing the persistent XML storage
docLock - Variable in class org.salespointframework.core.XmlPreferenceStorage
Lock to guarantee Thread safety
doEndTag() - Method in class org.salespointframework.web.taglib.AbstractTag
Process the end of this tag.
doEndTag() - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
doFill(int, Value, Stock, DataBasket) - Method in class org.salespointframework.core.data.StockFromStockCreatorBT
Backtracking step method.
doRemove(SaleProcess, CatalogItem, DataBasket) - Method in class org.salespointframework.desktop.strategies.DefaultRemoveCatalogItemStrategy
Perform the actual removal.
doRun(JList) - Method in class org.salespointframework.desktop.JListView.CatListUI
 
doStartTag() - Method in class org.salespointframework.web.taglib.login.HasCapabilityTag
 
doStartTag() - Method in class org.salespointframework.web.taglib.login.LoggedInTag
 
doStartTagInternal() - Method in class org.salespointframework.web.taglib.AbstractTag
Process the start of this tag.
doTypeChecking(Object, Class) - Method in class org.salespointframework.core.data.database.PersistenceManager
 
DoubleValue - Class in org.salespointframework.core.data
A NumberValue that is based on a Double object.
DoubleValue(Number) - Constructor for class org.salespointframework.core.data.DoubleValue
Create a new DoubleValue.
DoubleValue(double) - Constructor for class org.salespointframework.core.data.DoubleValue
Create a new DoubleValue.
DoubleView<T extends SpItem> - Class in org.salespointframework.web.html
Render a Double-View in HTML representation.
DoubleView(View<T>, View<T>) - Constructor for class org.salespointframework.web.html.DoubleView
Creates a Double-View in HTML representation.
DOUBLEVIEW_BUTTON_TO_DEST - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DOUBLEVIEW_BUTTON_TO_SOURCE - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DOUBLEVIEW_COUNT - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DOUBLEVIEW_SELECTED_DESTINATION - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DOUBLEVIEW_SELECTED_SOURCE - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DOUBLEVIEW_SUBMIT - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
DoubleViewController<S,D> - Class in org.salespointframework.web.spring.controller
Controls DoubleViews.
DoubleViewController() - Constructor for class org.salespointframework.web.spring.controller.DoubleViewController
 
DoubleViewTag<T extends SpItem> - Class in org.salespointframework.web.taglib.doubleview
Basic-class to create DoubleView-tags.
DoubleViewTag() - Constructor for class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
DOWN - Static variable in class org.salespointframework.desktop.JAbstractTable
Icon "Down"
DOWN_ICON - Static variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Icon with an arrow pointing downwards.
dragCount - Variable in class org.salespointframework.desktop.dnd.DefaultDnDMotionComponent
count label
DragItemPanel - Class in org.salespointframework.desktop
JPanel with gray shadow
DragItemPanel() - Constructor for class org.salespointframework.desktop.DragItemPanel
default constructor
DragItemPanel(LayoutManager) - Constructor for class org.salespointframework.desktop.DragItemPanel
 
dragLock - Variable in class org.salespointframework.core.FormSheet
drag component lock
dragPanel - Variable in class org.salespointframework.desktop.dnd.DefaultDnDMotionComponent
the motion components root panel
dsChangedListener - Variable in class org.salespointframework.core.data.database.PersistenceManager
List of datasource changed listener
dsOnChangeListener - Variable in class org.salespointframework.core.data.database.PersistenceManager
List of datasource on change listener
DUPLICATE_KEY_EXCEPTION - Static variable in interface org.salespointframework.core.exceptions.ProcessErrorCodes
Error code constant: When adding an item to a container, there was a key duplication.
DuplicateButtonIDError - Exception in org.salespointframework.core.exceptions
Exception thrown by a FormSheet when trying to add a button with an ID that is already being used in the FormSheet.
DuplicateButtonIDError(String) - Constructor for exception org.salespointframework.core.exceptions.DuplicateButtonIDError
Create a new DuplicateButtonIDError.
DuplicateKeyException - Exception in org.salespointframework.core.exceptions
Exception thrown when an attempt was made to add an item with a key that already existed in a container.
DuplicateKeyException() - Constructor for exception org.salespointframework.core.exceptions.DuplicateKeyException
Create a new DuplicateKeyException.
DuplicateKeyException(String) - Constructor for exception org.salespointframework.core.exceptions.DuplicateKeyException
Create a new DuplicateKeyException with a detail message.
DuplicateUserException - Exception in org.salespointframework.core.exceptions
An exception thrown if you try to create a user with a name that is already being used.
DuplicateUserException(String) - Constructor for exception org.salespointframework.core.exceptions.DuplicateUserException
Create a new DuplicateUserException with a detail message.
DuplicateUserException() - Constructor for exception org.salespointframework.core.exceptions.DuplicateUserException
Create a new DuplicateUserException.
DwmEnableBlurBehindWindow(long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
DwmEnableBlurBehindWindowRect(long, int, int, int, int, boolean) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
DwmExtendFrameIntoClientArea(long, int, int, int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
DwmIsCompositionEnabled() - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 

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 _