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

C

cache - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer
component cache
cacheId - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
unique cache id assigned by model
CalendarTime - Class in org.salespointframework.core
This class is an implementation of the Time interface.
CalendarTime() - Constructor for class org.salespointframework.core.CalendarTime
Creates a new CalendarTime with the current systemtime.
CalendarTime(long) - Constructor for class org.salespointframework.core.CalendarTime
Creates a new CalendarTime with the given starting time.
CalendarTime(long, int) - Constructor for class org.salespointframework.core.CalendarTime
Creates a new CalendarTime with the given starting time and an int that defines the field which will be increased by CalendarTime.goAhead(java.lang.Object).
CalendarTime(int, int, int, int, int, int) - Constructor for class org.salespointframework.core.CalendarTime
Creates a new CalendarTime with the given starting time
CalendarTime(int, int, int, int, int, int, int) - Constructor for class org.salespointframework.core.CalendarTime
Creates a new CalendarTime with the given starting time and an int that defines the field which will be increased by CalendarTime.goAhead(java.lang.Object).
cancel() - Method in class org.salespointframework.core.FormSheet
Hook method called whenever the standard "Cancel" button was clicked.
CancelledException - Exception in org.salespointframework.core.exceptions
Exception thrown when some action was cancelled by the user.
CancelledException() - Constructor for exception org.salespointframework.core.exceptions.CancelledException
Create a new CancelledException.
CancelledException(String) - Constructor for exception org.salespointframework.core.exceptions.CancelledException
Create a new CancelledException with a detail message.
canEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called to ask whether a CatalogItem may be edited.
canEditCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called to ask whether a CatalogItem may be edited.
canEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
canEditCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
canEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
canEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
canEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called to ask whether certain StockItems may be edited.
canEditStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called to ask whether certain StockItems may be edited.
canEditStockItems(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.
canEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
canGroup(DataBasketEntry, DataBasketEntry) - Method in class org.salespointframework.desktop.CountingStockDBEGrouper
Return true if dbe1 and dbe2 have the same main and secondary key as well as the same source and destination and both values contain an Integer object.
canGroup(DataBasketEntry, DataBasketEntry) - Method in interface org.salespointframework.desktop.DataBasketEntryGrouper
Return true to indicate that the two entries are conceptually part of one more general entry and that they must be grouped together.
canGroup(DataBasketEntry, DataBasketEntry) - Method in class org.salespointframework.desktop.NOPDataBasketEntryGrouper
Returns false.
canMoveToDest() - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.MoveStrategy
If true, a button for moving items from source to destination will be included.
canMoveToSource() - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.MoveStrategy
If true, a button for moving items from destination to source will be included.
canQuit(boolean) - Method in class org.salespointframework.core.SaleProcess
Return true if this Process can be stopped with a subsequent quit() command.
canQuit(boolean) - Method in class org.salespointframework.core.SalesPoint
Check whether this SalesPoint can be closed.
canRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called to ask whether a CatalogItem may be removed.
canRemoveCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called to ask whether a CatalogItem may be removed.
canRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
canRemoveCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
canRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called to ask whether certain StockItems may be removed.
canRemoveStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called to ask whether certain StockItems may be removed.
canRemoveStockItems(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.
canRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
canShutdown() - Method in class org.salespointframework.core.Shop
Check whether shutdown can be permitted in the current state of the system.
canShutdown(boolean) - Method in class org.salespointframework.core.Shop.ProcessHandle
Check whether the process that is handled by this ProcessHandle can be quitted.
canSortByColumn(int) - Method in interface org.salespointframework.desktop.TableEntryDescriptor
Return true if the records can be sorted by the specified column.
canSortByColumn(int) - Method in class org.salespointframework.desktop.teds.AbstractTableEntryDescriptor
Returns false because AbstractTableEntryDescriptor does not allow sorting by column by default.
capabilitiesAdded(CapabilityDataEvent) - Method in class org.salespointframework.core.users.events.CapabilityDataAdapter
Called whenever capabilities where added to the source.
capabilitiesAdded(CapabilityDataEvent) - Method in interface org.salespointframework.core.users.events.CapabilityDataListener
Called whenever capabilities where added to the source.
capabilitiesReplaced(CapabilityDataEvent) - Method in class org.salespointframework.core.users.events.CapabilityDataAdapter
Called whenever capabilities where replaced in the source.
capabilitiesReplaced(CapabilityDataEvent) - Method in interface org.salespointframework.core.users.events.CapabilityDataListener
Called whenever capabilities where replaced in the source.
Capability - Interface in org.salespointframework.core.users
Capabilities guard activities and restrict the users' options in an application.
CapabilityDataAdapter - Class in org.salespointframework.core.users.events
An abstract adapter class for receiving capability data events.
CapabilityDataAdapter() - Constructor for class org.salespointframework.core.users.events.CapabilityDataAdapter
 
CapabilityDataEvent - Class in org.salespointframework.core.users.events
An event indicating changes in a user's capabilities.
CapabilityDataEvent(Object, Set<String>) - Constructor for class org.salespointframework.core.users.events.CapabilityDataEvent
Create a new CapabilityDataEvent with a source and a set of affected capabilities
CapabilityDataListener - Interface in org.salespointframework.core.users.events
A listener listening for CapabilityDataEvents.
caption - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
caption - Variable in class org.salespointframework.web.html.View
 
caption - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
CASCADE_MENU_TAG - Static variable in class org.salespointframework.desktop.multiwindow.MultiWindow
Constant used as tag for the "Cascade" option.
Catalog<T extends CatalogItem> - Interface in org.salespointframework.core.data.interfaces
A Catalog.
catalog - Variable in class org.salespointframework.desktop.models.CatalogListModel
catalog source
CATALOG_ITEM_MAIN_KEY - Static variable in interface org.salespointframework.core.data.interfaces.DataBasketKeys
The main key for a DataBasketEntry that describes a CatalogItem movement.
CatalogChangeAdapter<T extends CatalogItem> - Class in org.salespointframework.core.data.events
An abstract adapter class for receiving catalog change events.
CatalogChangeAdapter() - Constructor for class org.salespointframework.core.data.events.CatalogChangeAdapter
 
CatalogChangeEvent<T extends CatalogItem> - Class in org.salespointframework.core.data.events
An event indicating a change in a Catalog's contents.
CatalogChangeEvent(ListenableCatalog<T>, T, DataBasket) - Constructor for class org.salespointframework.core.data.events.CatalogChangeEvent
Create a new CatalogChangeEvent.
CatalogChangeListener<T extends CatalogItem> - Interface in org.salespointframework.core.data.events
A listener listening for CatalogChangeEvents.
CatalogConflictException - Exception in org.salespointframework.core.exceptions
An exception thrown when a catalog conflict was detected.
CatalogConflictException() - Constructor for exception org.salespointframework.core.exceptions.CatalogConflictException
Create a new CatalogConflictException.
CatalogConflictException(String) - Constructor for exception org.salespointframework.core.exceptions.CatalogConflictException
Create a new CatalogConflictException with a detail message.
CatalogFilter<T extends CatalogItem> - Class in org.salespointframework.core.data.filters
A filter for Catalogs.
CatalogFilter(Catalog<T>) - Constructor for class org.salespointframework.core.data.filters.CatalogFilter
Create a new CatalogFilter.
CatalogIdentifier<T extends CatalogItem> - Class in org.salespointframework.core.data
Identifier class for Catalogs.
CatalogIdentifier(String) - Constructor for class org.salespointframework.core.data.CatalogIdentifier
Create a new CatalogIdentifer.
CatalogImpl<T extends CatalogItemImpl> - Class in org.salespointframework.core.data
Pure Java implementation of the Catalog interface.
CatalogImpl(String) - Constructor for class org.salespointframework.core.data.CatalogImpl
Create a new, persistent CatalogImpl.
CatalogImpl(String, boolean) - Constructor for class org.salespointframework.core.data.CatalogImpl
Create a new, CatalogImpl.
CatalogImpl(CatalogIdentifier<T>) - Constructor for class org.salespointframework.core.data.CatalogImpl
Create a new, persistent CatalogImpl.
CatalogItem - Interface in org.salespointframework.core.data.interfaces
An item in a Catalog.
CatalogItemDataBasketEntry - Class in org.salespointframework.core.data
A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
CatalogItemDataBasketEntry(CatalogImpl, CatalogImpl, CatalogItemImpl) - Constructor for class org.salespointframework.core.data.CatalogItemDataBasketEntry
Create a new CatalogItemDataBasketEntry.
CatalogItemDataBasketEntry.CIDBELogEntry - Class in org.salespointframework.core.data
A LogEntry that describes CatalogItemDataBasketEntries.
CatalogItemDataBasketEntry.CIDBELogEntry(CatalogItemDataBasketEntry) - Constructor for class org.salespointframework.core.data.CatalogItemDataBasketEntry.CIDBELogEntry
Create a new CIDBELogEntry.
CatalogItemImpl - Class in org.salespointframework.core.data
Pure Java implementation of the CatalogItem interface.
CatalogItemImpl(String) - Constructor for class org.salespointframework.core.data.CatalogItemImpl
Create a new CatalogItemImpl.
CatalogItemImpl(String, Value) - Constructor for class org.salespointframework.core.data.CatalogItemImpl
Create a new CatalogItemImpl.
CatalogItemImpl(String, Value, URI) - Constructor for class org.salespointframework.core.data.CatalogItemImpl
Create a new CatalogItemImpl.
CatalogItemValue - Class in org.salespointframework.core.data
Objectifier to compute the value of a CatalogItem.
CatalogItemValue() - Constructor for class org.salespointframework.core.data.CatalogItemValue
 
CatalogListModel - Class in org.salespointframework.desktop.models
ListModel for Catalogs
CatalogListModel(Catalog, DataBasket, Comparator<CatalogItem>) - Constructor for class org.salespointframework.desktop.models.CatalogListModel
constructor
CatalogListModel(Catalog, DataBasket, Comparator<CatalogItem>, boolean, Category) - Constructor for class org.salespointframework.desktop.models.CatalogListModel
constructor
CatalogListViewRenderer - Class in org.salespointframework.desktop.renderer
default renderer for CatalogItems
CatalogListViewRenderer() - Constructor for class org.salespointframework.desktop.renderer.CatalogListViewRenderer
default constructor
CatalogListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale) - Constructor for class org.salespointframework.desktop.renderer.CatalogListViewRenderer
constructor
CatalogListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale, int) - Constructor for class org.salespointframework.desktop.renderer.CatalogListViewRenderer
constructor
CatalogListViewRenderer.ShadowStyle - Enum in org.salespointframework.desktop.renderer
controls the shadow effect shadow in front of image shadow behind image no shadow effect
CatalogTableModel - Class in org.salespointframework.desktop.models
A TableModel that models the contents of a Catalog.
CatalogTableModel(Catalog, DataBasket, Comparator<CatalogItem>, TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.models.CatalogTableModel
Create a new CatalogTableModel.
Categorizable - Interface in org.salespointframework.core.data.interfaces
Interface used for categorization.
categorize - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
display categories
categorize - Variable in class org.salespointframework.desktop.models.CatalogListModel
true, if categories should be displayed
categorize - Variable in class org.salespointframework.desktop.models.CountingStockListModel
true, if categories should be displayed
categorize - Variable in class org.salespointframework.desktop.models.DataBasketListModel
true, if categories should be displayed
categorize - Variable in class org.salespointframework.desktop.models.StoringStockListModel
true, if categories should be displayed.
categorize - Variable in class org.salespointframework.desktop.models.UserListModel
 
Category - Class in org.salespointframework.core.data
represents a category of a CatalogItem or whatever else.
Category(String) - Constructor for class org.salespointframework.core.data.Category
default constructor
category - Variable in class org.salespointframework.core.data.CurrencyItemImpl
Currency category
category - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
inner category
categoryLine - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer
panel for category line
categoryName - Variable in class org.salespointframework.core.data.Category
name of category
categoryName - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer
label for category name
cause() - Method in exception org.salespointframework.core.exceptions.NotEnoughMoneyException
Returns the cause for this exception.
CCSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a Catalog source and a CountingStock destination.
CCSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CCSStrategy
 
CCSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a Catalog to a CountingStock
CCSStrategy() - Constructor for class org.salespointframework.web.movestrategies.CCSStrategy
 
CCStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a Catalog source and destination.
CCStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CCStrategy
 
CCStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a Catalog to a Catalog
CCStrategy() - Constructor for class org.salespointframework.web.movestrategies.CCStrategy
 
CDBStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a Catalog source and a DataBasket destination.
CDBStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CDBStrategy
 
CDBStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a Catalog to a DataBasket
CDBStrategy() - Constructor for class org.salespointframework.web.movestrategies.CDBStrategy
 
cellhasFocus - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderContext
flag for focus
cellRatio - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
aspect ratio of cells
CENT_COIN_1 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENT_COIN_10 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENT_COIN_2 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENT_COIN_20 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENT_COIN_5 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENT_COIN_50 - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
Field string represents the mainkey for an added CurrencyItemImpl.
CENTER - Static variable in class org.salespointframework.desktop.JOptionPanel
Constant representing center alignment.
CHANGE_TO_COMMIT_GATE - Static variable in class org.salespointframework.core.GateChangeTransition
Transition that will go to the calling process' commit gate.
CHANGE_TO_LOG_GATE - Static variable in class org.salespointframework.core.GateChangeTransition
Transition that will go to the calling process' log gate.
CHANGE_TO_QUIT_GATE - Static variable in class org.salespointframework.core.GateChangeTransition
Transition that will go to the calling process' quit gate.
CHANGE_TO_ROLLBACK_GATE - Static variable in class org.salespointframework.core.GateChangeTransition
Transition that will go to the calling process' rollback gate.
CHANGE_TO_STOP_GATE - Static variable in class org.salespointframework.core.GateChangeTransition
Transition that will go to the calling process' stop gate.
changeConsoleLoggerLevel(String) - Method in class org.salespointframework.core.data.management.Persistence
 
changeConsoleLoggerLevel(String) - Method in interface org.salespointframework.core.data.management.PersistenceMBean
changes the logger level of PersistenceManager
changeOutputStream(OutputStream) - Method in class org.salespointframework.core.logging.Log
Change this log's outputstream.
checkAdd(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
checkAdd(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Internal helper method.
checkAdd(String) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Internal helper method.
checkAdd(String) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Internal helper method.
checkAdd(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Internal helper method.
checkAdd(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Internal helper method.
checkAttributIsEmpty(Object) - Static method in class org.salespointframework.web.helper.CheckMethodes
Runs a 'null'-check.
checkAttributIsEmptyAndThrowException(Object, String) - Static method in class org.salespointframework.web.helper.CheckMethodes
If the checked attribute is empty a NullPointerException will be thrown.
checkForRunningProcessesAndUser() - Method in class org.salespointframework.core.Shop
checks for running processes and or logged on users on this shop
checkLargeLoad() - Method in class org.salespointframework.core.data.PersistentMap
check if cache is out-dated.
CheckMethodes - Class in org.salespointframework.web.helper
Methods checking attributes.
CheckMethodes() - Constructor for class org.salespointframework.web.helper.CheckMethodes
 
checkMove(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CCStrategy
Check whether the indicated move is allowable.
checkMove(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSCSStrategy
Check whether the indicated move is allowable.
checkMove(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.SSSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CCSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CDBStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, CountingStock, DataBasket, CatalogItem, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSDBStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, CountingStock, DataBasketEntry, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, StoringStock, DataBasketEntry) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, StoringStock, DataBasket, StockItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.SSDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CCSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, CountingStock, DataBasket, DataBasketEntry, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, StockItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, CountingStock, CatalogItem, int) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBCStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, StoringStock, StockItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.DBSSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, StoringStock, DataBasket, DataBasketEntry) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.SSDBStrategy
Check whether the indicated move is allowable.
checkNameChange(DataBasket, String, String) - Method in class org.salespointframework.core.data.CatalogImpl
Check a name change of a CatalogItem in this Catalog.
checkNameChange(DataBasket, String, String) - Method in interface org.salespointframework.core.data.interfaces.NameContext
Check a name change for compliance with the rules of this NameContext.
checkNameChange(DataBasket, String, String) - Method in class org.salespointframework.core.data.StockImpl
Check a name change of a StockItem that is contained in this Stock.
checkRemove(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
checkRemove(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Internal helper method.
checkRemove(String) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Internal helper method.
checkRemove(String) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Internal helper method.
checkRemove(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Internal helper method.
checkRemove(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Internal helper method.
checkUpdate(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
checkUpdate(CatalogItem) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Internal helper method.
checkUpdate(String) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Internal helper method.
checkUpdate(String) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Internal helper method.
checkUpdate(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Internal helper method.
checkUpdate(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Internal helper method.
ci - Variable in class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCatalogItem
 
ci - Variable in class org.salespointframework.desktop.ImagePanel
processed image in VRAM (hopefully)
ClassFieldMapper - Interface in org.salespointframework.core.data.database
The ClassFieldMapper inspects class types and performs a type mapping
ClassNameEncoder - Interface in org.salespointframework.core.data.database
The class name encoder is responsible for encoding class names (generally strings) into a valid table name for the database. every table name must be unique.
clean() - Method in class org.salespointframework.core.data.DataBasketImpl
Remove any items that have already been handled, but so far have not been removed from the DataBasket.
clear() - Method in class org.salespointframework.core.data.PersistentList
 
clear() - Method in class org.salespointframework.core.data.PersistentMap
 
clearAttributes() - Method in class org.salespointframework.web.helper.GenericHtmlTag
Deletes all attributes.
clearDatabase() - Method in class org.salespointframework.core.data.database.PersistenceManager
Clears the Database
clearErrors(ModelAndView) - Static method in class org.salespointframework.web.helper.MessagesUtil
clears the given model map from error messages
clearFlash(ModelAndView) - Static method in class org.salespointframework.web.helper.MessagesUtil
clears the given model map from success messages
clearInternalStructures() - Method in class org.salespointframework.core.Shop
Clear the internal structures maintained by the Shop, thus finishing off shutdown.
clearOffscreenBuffer(JComponent, int, int) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Clears the offscreen buffer
clone() - Method in class org.salespointframework.core.data.DoubleValue
 
clone() - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
 
clone() - Method in class org.salespointframework.core.data.IntegerValue
 
clone() - Method in interface org.salespointframework.core.data.interfaces.StockItem
Clone the StockItem.
clone() - Method in interface org.salespointframework.core.data.interfaces.Value
Clone this value.
clone() - Method in class org.salespointframework.core.data.NumberValue
 
clone() - Method in class org.salespointframework.core.data.QuoteValue
Create and return a deep clone of the QuoteValue.
clone() - Method in class org.salespointframework.core.data.StockImpl
Create and return a deep clone of the Stock.
clone() - Method in class org.salespointframework.core.data.StockItemImpl
Clone this StockItem.
close() - Method in class org.salespointframework.core.data.database.PersistenceManager
closes the JDBC connection
close() - Method in class org.salespointframework.core.data.management.Persistence
 
close() - Method in interface org.salespointframework.core.data.management.PersistenceMBean
close connection
close() - Method in class org.salespointframework.core.FormSheet
Close the FormSheet.
close() - Method in class org.salespointframework.core.logging.LogInputStream
Close the stream and all streams that it relies on.
close() - Method in interface org.salespointframework.core.PreferenceStorage
Close storage access
close() - Method in class org.salespointframework.core.XmlPreferenceStorage
Close storage with implicit writeback
close - Variable in class org.salespointframework.desktop.multiwindow.IconTabbedPane.AdvancedTabComponent
lose button
CLOSE_ICON - Static variable in class org.salespointframework.desktop.multiwindow.IconTabbedPane
The imageIcon to be used as close icon.
closeFormSheet() - Method in interface org.salespointframework.core.Display
Closes the current FormSheet.
closeFormSheet(FormSheet) - Method in interface org.salespointframework.core.FormSheetContainer
Close a FormSheet.
closeFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayDialog
Close a FormSheet.
closeFormSheet() - Method in class org.salespointframework.core.JDisplayDialog
Close the current FormSheet.
closeFormSheet() - Method in class org.salespointframework.core.JDisplayFrame
Close the current FormSheet.
closeFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayFrame
Closes a FormSheet.
closeFormSheet() - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
closeFormSheet() - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Closes the current FormSheet.
closeFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Closes a FormSheet.
closeFormSheet() - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Closes the current FormSheet.
closeFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Closes a FormSheet.
closeGlobalLog() - Static method in class org.salespointframework.core.logging.Log
Closes the global log file if any log file was open.
closeLog() - Method in class org.salespointframework.core.logging.Log
Closes this Log file.
closeSalesPointDisplay(SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Closes a SalesPoint's display as MultiWindow.removeSalesPointDisplay(SalesPoint) does.
cmds - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
Special command used for javadb connections
cmds - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
special commands for this connection type
cmds - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
special commands for mysql databases
cmds - Variable in class org.salespointframework.core.data.database.SqliteDatabaseConnection
special command for this connections
cmp - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
Comparator used for sorting
cmp - Variable in class org.salespointframework.desktop.models.CatalogListModel
comparator for sorting
cmp - Variable in class org.salespointframework.desktop.models.CountingStockListModel
comparator for sorting
cmp - Variable in class org.salespointframework.desktop.models.DataBasketListModel
Comparator used for sorting
cmp - Variable in class org.salespointframework.desktop.models.StoringStockListModel
comparator for sorting
cmp(Comparator<?>) - Method in class org.salespointframework.web.helper.ATMBuilder
method chaining version of ATMBuilder.setComparator(Comparator)
commit() - Method in class org.salespointframework.core.data.DataBasketEntryImpl
Commit the operation.
commit() - Method in class org.salespointframework.core.data.DataBasketImpl
Commit the contents of all subbaskets of this DataBasket.
commit(DataBasketCondition) - Method in class org.salespointframework.core.data.DataBasketImpl
Commit all items in all subbaskets that do match the given condition.
commit(DataBasketCondition) - Method in class org.salespointframework.core.data.DataBasketImpl.SubDataBasket
Commit all items in this subbasket that match the condition.
commit() - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Commit the entire contents of the DataBasket.
commit(DataBasketCondition) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Commit all items that match the given condition.
commit() - Method in interface org.salespointframework.core.data.interfaces.DataBasketEntry
Commit the operation described by the DataBasketEntry.
COMMIT_ACTION - Static variable in class org.salespointframework.core.data.DataBasketImpl
Action constant for #org.salespointframework.log.
commitAdd(DataBasket, DataBasketEntry<T>) - Method in class org.salespointframework.core.data.CatalogImpl
Commit the adding of a CatalogItem.
commitAdd(DataBasket, DataBasketEntry) - Method in class org.salespointframework.core.data.CountingStockImpl
Commit the adding of StockItems.
commitAdd(DataBasket, DataBasketEntry<T>) - Method in interface org.salespointframework.core.data.SelfManagingDBEDestination
Called when an add must be commited.
commitAdd(DataBasket, DataBasketEntry<T>) - Method in class org.salespointframework.core.data.StoringStockImpl
Commit the adding of a StockItem.
commitAddStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called whenever the adding of StockItems was commited.
commitAddStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called whenever the adding of StockItems was commited.
commitAddStockItems(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.
commitAddStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitAddStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitAddStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
commitAddStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitCurrentSubBasket() - Method in class org.salespointframework.core.data.DataBasketImpl
Commit the current subbasket's contents.
commitCurrentSubBasket() - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Commit the contents of the current subbasket.
commitedAddCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called whenever the adding of a CatalogItem was commited.
commitedAddCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called whenever the adding of a CatalogItem was commited.
commitedAddCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitedAddCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
commitedAddCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called whenever editing a CatalogItem was commited.
commitEditCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called whenever editing a CatalogItem was commited.
commitEditCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitEditCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
commitEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitEditCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called whenever the editing of StockItems was commited.
commitEditStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called whenever the editing of StockItems was commited.
commitEditStockItems(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.
commitEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitedRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called whenever the removal of a CatalogItem was commited.
commitedRemoveCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called whenever the removal of a CatalogItem was commited.
commitedRemoveCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitedRemoveCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitRemove(DataBasket, DataBasketEntry<T>) - Method in class org.salespointframework.core.data.CatalogImpl
Commit the removal of a CatalogItem.
commitRemove(DataBasket, DataBasketEntry) - Method in class org.salespointframework.core.data.CountingStockImpl
Commit the removal of StockItems.
commitRemove(DataBasket, DataBasketEntry<T>) - Method in interface org.salespointframework.core.data.SelfManagingDBESource
Called when a remove must be rolled back.
commitRemove(DataBasket, DataBasketEntry<T>) - Method in class org.salespointframework.core.data.StoringStockImpl
Commit the removal of a StockItem.
commitRemoveStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called whenever the removal of StockItems was commited.
commitRemoveStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called whenever the removal of StockItems was commited.
commitRemoveStockItems(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.
commitRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
commitRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
commitRemoveStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitSource() - Method in class org.salespointframework.core.data.StoringStockItemDBEntry
Commit the source part of the operation described by this DataBasketEntry.
commitSubBasket(String) - Method in class org.salespointframework.core.data.DataBasketImpl
Commit all entries in a given subbasket.
commitSubBasket(String) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Commit the contents of the named subbasket.
compare(T, T) - Method in class org.salespointframework.core.NaturalComparator
Compare the two objects assuming they are both comparable.
compare(Object, Object) - Method in class org.salespointframework.core.ReverseOrderComparator
 
compare(User, User) - Method in class org.salespointframework.desktop.models.UserTableModel.UserComparator
 
compare(int, int) - Method in class org.salespointframework.desktop.TableSorter
Comparison of two rows.
compareRowsByColumn(int, int, int) - Method in class org.salespointframework.desktop.TableSorter
Compares columns of two specific rows.
compareTo(Object) - Method in class org.salespointframework.core.data.CatalogItemImpl
Compare this CatalogItem to an object.
compareTo(Object) - Method in class org.salespointframework.core.data.Category
 
compareTo(Value) - Method in class org.salespointframework.core.data.DoubleValue
Compare this value to the given one.
compareTo(Object) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Compare the source Stock to the object.
compareTo(Object) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Compare the source Catalog to the given object.
compareTo(Value) - Method in class org.salespointframework.core.data.IntegerValue
Compare this value to the given object.
compareTo(Value) - Method in class org.salespointframework.core.data.QuoteValue
Compare this value to the given one.
compareTo(Object) - Method in class org.salespointframework.core.data.StockImpl
Compare this StockItem to the given object.
compareTo(Object) - Method in class org.salespointframework.core.data.StockItemImpl
Compare this StockItem to the given object.
compareTo(Object) - Method in class org.salespointframework.core.users.User
Compares two Users.
compareTo(CountingStockTableModel.Record) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
Compare by descriptor.
compareTo(Object) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
component - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderContext
component that is rendered
composeConnectionProperties(String, String, String, String, String) - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
builds the connection properties
composeConnectionProperties(String, String, String, String) - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
builds the connection properties build on given parameters
composeConnectionString(String, String) - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
builds the connection string based on given arguments
composeConnectionString(String, String, String) - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
builds the connection string, based on given parameters
configure(Window) - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection
configuration dialog
configure(Window) - Method in interface org.salespointframework.core.data.database.DatabaseConnection
give the user the possibility to configure this connection. this should usually show a configuration dialog
configure(Window) - Method in class org.salespointframework.core.data.database.JavaDBClientConnection
displays the configuration dialog
configure(Window) - Method in class org.salespointframework.core.data.database.JavaDBEmbeddedConnection
opens up the configuration window
configure(Window) - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
displays the configuration dialog
configure(Window) - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
displays the config dialog
configure(Window) - Method in class org.salespointframework.core.data.database.SqliteDatabaseConnection
displays the config dialog
connectionStateChanged(PersistenceStateListener.ConnectionState, DatabaseConnection) - Method in interface org.salespointframework.core.data.events.PersistenceStateListener
The connection state changed.
contains(String, DataBasket) - Method in class org.salespointframework.core.data.CatalogImpl
Check whether the Catalog contains a certain CatalogItem.
contains(T, DataBasket) - Method in class org.salespointframework.core.data.CountingStockImpl
Check whether the Stock contains the given StockItem.
contains(DataBasketCondition) - Method in class org.salespointframework.core.data.DataBasketImpl
Check whether any entries matching a particular condition are contained in the DataBasket.
contains(String, DataBasket) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Returns (countItems (sKey, db) >= 0).
contains(String, DataBasket) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Check whether the indicated item is contained in the filtered Catalog.
contains(T, DataBasket) - Method in class org.salespointframework.core.data.filters.CountingStockFilter
Check whether the filtered Stock contains the given StockItem.
contains(T, DataBasket) - Method in class org.salespointframework.core.data.filters.StoringStockFilter
Filter condition: Check whether a given item is contained in the filtered Stock.
contains(String, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Catalog
Check whether the Catalog contains a certain CatalogItem.
contains(DataBasketCondition) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Return true if the DataBasket contains an entry that matches the condition.
contains(String, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Check whether the Stock contains an item with the given key.
contains(T, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Check whether the Stock contains the given StockItem.
contains(Object) - Method in class org.salespointframework.core.data.PersistentList
 
contains(String, DataBasket) - Method in class org.salespointframework.core.data.StockImpl
Check whether the Stock contains an item with the given key.
contains(ST, DataBasket) - Method in class org.salespointframework.core.data.StockImpl
Check whether the Stock contains the given StockItem.
containsAll(Collection<?>) - Method in class org.salespointframework.core.data.PersistentList
this method is not implemented
containsKey(Object) - Method in class org.salespointframework.core.data.PersistentMap
 
containsStock(Stock<T, CT>, DataBasket) - Method in class org.salespointframework.core.data.CountingStockImpl
Reimplemented for efficiency reasons.
containsStock(Stock<T, CT>, DataBasket) - Method in class org.salespointframework.core.data.filters.CountingStockFilter
Check whether the filtered Stock contains the given Stock.
containsStock(Stock<T, CT>, DataBasket) - Method in class org.salespointframework.core.data.filters.StoringStockFilter
Check whether the given Stock is contained in the filtered Stock.
containsStock(Stock<T, CT>, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Check whether the given Stock is completely contained in this Stock.
containsStock(Stock<ST, CT>, DataBasket) - Method in class org.salespointframework.core.data.StockImpl
Check whether the given Stock is completely contained in this Stock.
containsValue(Object) - Method in class org.salespointframework.core.data.PersistentMap
this method is not implemented
copy() - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
copy the Option
copy() - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
Copy options
copy() - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
copy option
copy() - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.TableDataExchangeOption
copy the option
copyFormSheetDnDComponents(FormSheet) - Method in class org.salespointframework.core.FormSheet
registers all DnDComponents from given FormSheet to this one
count() - Method in class org.salespointframework.core.data.CountingStockItemDBEntry
Count the affected items.
count() - Method in class org.salespointframework.core.data.StockItemDBEntry
Count the items affected by this DataBasketEntry.
count - Variable in class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCatalogItem
 
count - Variable in class org.salespointframework.desktop.dnd.DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry
 
count - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
number of items in category
count - Variable in class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
count label
COUNT_ITEMS - Static variable in class org.salespointframework.core.data.BasketEntryValues
A BasketEntryValue that returns 1 for each entry.
countAffectedItems() - Method in class org.salespointframework.core.data.events.StockChangeEvent
Count the items affected by this event.
CountingStock<T extends StockItem,CT extends CatalogItem> - Interface in org.salespointframework.core.data.interfaces
A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available.
CountingStockDBEGrouper - Class in org.salespointframework.desktop
DataBasketEntryGrouper that groups entries that have the same main and secondary key as well as the same source and destination and where both values contain an Integer object.
CountingStockDBEGrouper() - Constructor for class org.salespointframework.desktop.CountingStockDBEGrouper
Create a new CountingStockDBEGrouper.
CountingStockFilter<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.filters
StockFilter for CountingStocks.
CountingStockFilter(CountingStock<T, CT>) - Constructor for class org.salespointframework.core.data.filters.CountingStockFilter
Create a new CountingStockFilter.
CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl> - Class in org.salespointframework.core.data
Pure Java implementation of the CountingStock interface.
CountingStockImpl(StockIdentifier<T, CT>, Catalog<CT>) - Constructor for class org.salespointframework.core.data.CountingStockImpl
Create a new, initially empty CountingStockImpl.
CountingStockImpl(String, Catalog<CT>) - Constructor for class org.salespointframework.core.data.CountingStockImpl
Create a new, initially empty CountingStockImpl.
CountingStockImpl(String, Catalog<CT>, boolean) - Constructor for class org.salespointframework.core.data.CountingStockImpl
Create a new, initially empty CountingStockImpl.
CountingStockItemDBEntry - Class in org.salespointframework.core.data
DataBasketEntry describing operations with CountingStock's items.
CountingStockItemDBEntry(String, StockImpl, StockImpl, int) - Constructor for class org.salespointframework.core.data.CountingStockItemDBEntry
Create a new CountingStockItemDBEntry.
CountingStockItemDBEntry.CSDBELogEntry - Class in org.salespointframework.core.data
LogEntry describing an operation on CountingStock StockItem's.
CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry) - Constructor for class org.salespointframework.core.data.CountingStockItemDBEntry.CSDBELogEntry
Create a new CSDBELogEntry.
CountingStockListModel - Class in org.salespointframework.desktop.models
ListModel for CountingStocks
CountingStockListModel(CountingStock<StockItem, CatalogItem>, DataBasket, Comparator<CatalogItem>, boolean) - Constructor for class org.salespointframework.desktop.models.CountingStockListModel
constructor
CountingStockListModel(CountingStock<StockItem, CatalogItem>, DataBasket, Comparator<CatalogItem>, boolean, boolean, Category) - Constructor for class org.salespointframework.desktop.models.CountingStockListModel
constructor
CountingStockListModel.CountingStockListItem - Class in org.salespointframework.desktop.models
casing class for list items
CountingStockListModel.CountingStockListItem(CatalogItem, int) - Constructor for class org.salespointframework.desktop.models.CountingStockListModel.CountingStockListItem
constrcutor
CountingStockListViewRenderer - Class in org.salespointframework.desktop.renderer
Default ListCellRenderer for CountingStock items
CountingStockListViewRenderer() - Constructor for class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
default constructor
CountingStockListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale) - Constructor for class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
constructor
CountingStockListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale, int) - Constructor for class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
constructor
CountingStockTableModel - Class in org.salespointframework.desktop.models
A TableModel that models the contents of a CountingStock.
CountingStockTableModel(CountingStock, DataBasket, Comparator<CatalogItem>, boolean, TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.models.CountingStockTableModel
Create a new CountingStockTableModel.
CountingStockTableModel.Record - Class in org.salespointframework.desktop.models
A CountingStockTableModel's record.
CountingStockTableModel.Record(CatalogItem, int) - Constructor for class org.salespointframework.desktop.models.CountingStockTableModel.Record
Create a new Record.
countItems(String, DataBasket) - Method in class org.salespointframework.core.data.CountingStockImpl
Count the StockItems with a given key that are visible using a given DataBasket.
countItems(String, DataBasket) - Method in class org.salespointframework.core.data.filters.CountingStockFilter
Count the items of the given key in the filtered Stock.
countItems(String, DataBasket) - Method in class org.salespointframework.core.data.filters.StoringStockFilter
Count all StockItems for a given key that are contained in the filtered Stock.
countItems(String, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Count the StockItems with a given key that are visible using a given DataBasket.
countItems(String, DataBasket) - Method in class org.salespointframework.core.data.StoringStockImpl
Count the StockItems with a given key that are visible using a given DataBasket.
countItems() - Method in class org.salespointframework.desktop.dnd.MoveAction
maximum number of items available
countListItems(Class, String, Class, Class, Object, boolean, Object, Object) - Method in class org.salespointframework.core.data.database.PersistenceManager
Core function for persisting lists. this method counts the items of a list.
countScale - Variable in class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
count label scale. value is multiplied with component height. 0f < scale <= 1f
create(String, CountingStock, CountingStock, DataBasket, UIGate, CSCSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
create(String, CountingStock, CountingStock, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are CountingStocks.
create(String, StoringStock, StoringStock, DataBasket, UIGate, SSSSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
create(String, StoringStock, StoringStock, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are StoringStocks.
create(String, CountingStock, DataBasket, UIGate, CSDBStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a CountingStock and the destination is a DataBasket.
create(String, CountingStock, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a CountingStocks and the destination is a DataBasket.
create(String, DataBasket, CountingStock, UIGate, DBCSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
create(String, DataBasket, CountingStock, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a CountingStock.
create(String, StoringStock, DataBasket, UIGate, SSDBStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
create(String, StoringStock, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a StoringStock and the destination is a DataBasket.
create(String, DataBasket, StoringStock, UIGate, DBSSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
create(String, DataBasket, StoringStock, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a StoringStock.
create(String, Catalog, Catalog, DataBasket, UIGate, CCStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
create(String, Catalog, Catalog, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where source and destination are Catalogs.
create(String, Catalog, DataBasket, UIGate, CDBStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
create(String, Catalog, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a DataBasket.
create(String, DataBasket, Catalog, UIGate, DBCStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
create(String, DataBasket, Catalog, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a DataBasket and the destination is a Catalog.
create(String, Catalog, StoringStock, DataBasket, UIGate, CSSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a StoringStock.
create(String, Catalog, CountingStock, DataBasket, UIGate, CCSStrategy, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
create(String, Catalog, CountingStock, DataBasket, UIGate, DataExchangeFormSheet.DataExchangeOptions) - Static method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Create and return a new DataExchangeFormSheet where the source is a Catalog and the destination is a CountingStock.
create(String, Catalog) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create an instance of ListViewFormSheet from a Catalog source
create(String, Catalog, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create an instance of ListViewFormSheet from a Catalog source
create(String, UIGate, Catalog, DataBasket, Comparator<CatalogItem>, JListView.ListViewOrientation, ListCellRenderer) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create an instance of ListViewFormSheet from a Catalog source
create(String, UIGate, Catalog, DataBasket, Comparator<CatalogItem>, JListView.ListViewOrientation, ListCellRenderer, boolean, Category) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create an instance of ListViewFormSheet from a Catalog source
create(String, CountingStock) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create a new instance of ListViewFormSheet from a CountingStock source
create(String, CountingStock, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create a new instance of ListViewFormSheet from a CountingStock source
create(String, UIGate, CountingStock, DataBasket, Comparator<CatalogItem>, boolean, JListView.ListViewOrientation, ListCellRenderer) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create a new instance of ListViewFormSheet from a CountingStock source
create(String, UIGate, CountingStock, DataBasket, Comparator<CatalogItem>, boolean, JListView.ListViewOrientation, ListCellRenderer, boolean, Category) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
create a new instance of ListViewFormSheet from a CountingStock source
create(String, StoringStock) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a StoringStock source
create(String, StoringStock, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a StoringStock source
create(String, UIGate, StoringStock, DataBasket, Comparator<StockItem>, JListView.ListViewOrientation, ListCellRenderer) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a StoringStock source
create(String, UIGate, StoringStock, DataBasket, Comparator<StockItem>, JListView.ListViewOrientation, ListCellRenderer, boolean, Category) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a StoringStock source
create(String) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
Creates a new instance of ListViewFormSheet from a UserManager source uses UserManager.getInstance() as source
create(String, UIGate, UserManager, UserFilter, Comparator<User>, JListView.ListViewOrientation, ListCellRenderer) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
Creates a new instance of ListViewFormSheet from a UserManager source
create(String, UIGate, UserManager, UserFilter, Comparator<User>, JListView.ListViewOrientation, ListCellRenderer, boolean, Category) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
Creates a new instance of ListViewFormSheet from a UserManager source
create(String, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a DataBasket source
create(String, DataBasket, DataBasketCondition) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a DataBasket source
create(String, UIGate, DataBasket, DataBasketCondition, Comparator<DataBasketEntry>, JListView.ListViewOrientation, ListCellRenderer) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a DataBasket source
create(String, UIGate, DataBasket, DataBasketCondition, Comparator<DataBasketEntry>, JListView.ListViewOrientation, ListCellRenderer, boolean, Category, DataBasketEntryGrouper) - Static method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
creates a new instance of ListViewFormSheet from a DataBasket source
create(String, Catalog, UIGate) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, Comparator<CatalogItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, Comparator<CatalogItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, Comparator<CatalogItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, Comparator<CatalogItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, CountingStock, UIGate) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, boolean) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, boolean, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator<CatalogItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator<CatalogItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator<CatalogItem>, boolean) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator<CatalogItem>, boolean, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, boolean) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, boolean, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator<CatalogItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator<CatalogItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator<CatalogItem>, boolean) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator<CatalogItem>, boolean, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, StoringStock, UIGate) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, Comparator<StockItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, Comparator<StockItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, Comparator<StockItem>) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, Comparator<StockItem>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, DataBasket, UIGate, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, Comparator<DataBasketEntry>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketEntryGrouper, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketEntryGrouper, Comparator<DataBasketEntry>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, Comparator<DataBasketEntry>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, DataBasketEntryGrouper, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, DataBasketEntryGrouper, Comparator<DataBasketEntry>, TableEntryDescriptor) - Static method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
createCatalogItem(String) - Method in class org.salespointframework.desktop.strategies.AbstractAddCatalogItemStrategy
Create a new CatalogItem of the given key.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.salespointframework.desktop.imagefilter.FrontShadowFilter.FrontShadowOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.salespointframework.desktop.imagefilter.MirrorShadowFilter.MirrorShadowOp
 
createCompatibleDestImage(BufferedImage, ColorModel, int) - Method in class org.salespointframework.desktop.imagefilter.MirrorShadowFilter.MirrorShadowOp
 
createDefaultModel() - Method in class org.salespointframework.desktop.JFilterInput
Create and return the input fields document.
createDesktopPane() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Creates and returns the JPanel which is used as content pane in DESKTOP_VIEW view mode.
createFormSheetContent(FormSheet) - Method in class org.salespointframework.core.FormSheetContentCreator
Create the FormSheet's contents.
createFormSheetContent(FormSheet) - Method in class org.salespointframework.desktop.formsheets.MessageForm.MessageFormSheetContentCreator
 
createFramePane() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Creates and returns the JPanel which is used as content pane in WINDOW_VIEW view mode.
createHeader() - Method in class org.salespointframework.desktop.JAbstractTable
Creates the TableHeader and enables it to display sorting icons (arrows up and down)
createHintShape(int, int, int, int, int) - Static method in class org.salespointframework.desktop.DragItemPanel
create some kind of ballon shape
createImageFromByteArray(byte[]) - Static method in class org.salespointframework.core.ResourceManager
creates an optimized image from a byte array
createLog(OutputStream) - Static method in class org.salespointframework.core.logging.Log
Create a new Log file using the current Log creator.
createLog(OutputStream) - Method in interface org.salespointframework.core.logging.LogCreator
Create a new log file using the given OutputStream.
createNewID(Collection<SalesPoint>) - Method in class org.salespointframework.core.SalesPoint
Computes a new ID for this SalesPoint.
createPeer() - Method in class org.salespointframework.core.data.CatalogImpl
Create and return an empty CatalogImpl of the same name and class.
createPeer() - Method in class org.salespointframework.core.data.CountingStockImpl
 
createPeer() - Method in class org.salespointframework.core.data.StockImpl
Create an empty Stock with the same name, associated Catalog and class.
createPeer() - Method in class org.salespointframework.core.data.StoringStockImpl
 
createShopFrame() - Method in class org.salespointframework.core.Shop
Creates and returns a new MultiWindow with window view mode set.
createShopMenuSheet() - Method in class org.salespointframework.core.Shop
Create and return the Shop's main MenuSheet.
createStockItem(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem) - Method in class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSSStrategy
Create a fresh StockItem following the specifications given.
createStockItem(StockItem) - Method in class org.salespointframework.web.movestrategies.CSSSStrategy
 
createStockItem(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem) - Method in class org.salespointframework.web.movestrategies.CSSStrategy
 
createStockItem(CatalogItem) - Method in class org.salespointframework.web.movestrategies.CSSStrategy
 
createStockItem(StockItem) - Method in class org.salespointframework.web.movestrategies.SSCSStrategy
 
createTabbedPane() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Creates and returns the IconTabbedPane which is used as content pane in TABBED_VIEW view mode.
createUser(String) - Method in class org.salespointframework.core.users.UserCreator
Create and return a new User object for the given name.
createUser(String) - Method in class org.salespointframework.core.users.UserManager
Create a new user to be managed by this UserManager.
createWorkingComponent() - Method in class org.salespointframework.desktop.renderer.AbstractListViewRenderer
create a new AbstractListViewRenderer.RenderComponent an initializes its size
CSCSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a CountingStock source and destination.
CSCSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSCSStrategy
 
CSCSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a CountingStock to a CountingStock
CSCSStrategy() - Constructor for class org.salespointframework.web.movestrategies.CSCSStrategy
 
CSDBStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a CountingStock source and a DataBasket destination.
CSDBStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSDBStrategy
 
CSDBStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a CountingStock to a DataBasket
CSDBStrategy() - Constructor for class org.salespointframework.web.movestrategies.CSDBStrategy
 
CSSSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a CountingStock to a StoringStock
CSSSStrategy() - Constructor for class org.salespointframework.web.movestrategies.CSSSStrategy
 
CSSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a Catalog source and a StoringStock destination.
CSSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.CSSStrategy
 
CSSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a Catalog to a StoringStock
CSSStrategy() - Constructor for class org.salespointframework.web.movestrategies.CSSStrategy
 
CssTableTag<T extends SpItem> - Class in org.salespointframework.web.taglib.view
Basic-class to create CssTable-tags.
CssTableTag() - Constructor for class org.salespointframework.web.taglib.view.CssTableTag
Sets the ViewRepresentation to NativeHtmlCssTable
Currency<T extends CurrencyItem> - Interface in org.salespointframework.core.data.interfaces
A special Catalog that represents a currency.
CurrencyFilter<T extends CurrencyItem> - Class in org.salespointframework.core.data.filters
A CatalogFilter that filters Currencies.
CurrencyFilter(Currency<T>) - Constructor for class org.salespointframework.core.data.filters.CurrencyFilter
Create a new CurrencyFilter.
CurrencyImpl - Class in org.salespointframework.core.data
Deprecated. user EUROCurrencyImpl
CurrencyImpl(String, Locale) - Constructor for class org.salespointframework.core.data.CurrencyImpl
Deprecated. Create a new, initially empty CurrencyImpl for the given locale.
CurrencyImpl(String) - Constructor for class org.salespointframework.core.data.CurrencyImpl
Deprecated. Create a new CurrencyImpl with a default locale of Locale.GERMANY and fill it.
CurrencyItem - Interface in org.salespointframework.core.data.interfaces
An item in a Currency.
CurrencyItemImpl - Class in org.salespointframework.core.data
Pure Java implementation of the CurrencyItem interface.
CurrencyItemImpl(String, int, URI, Category) - Constructor for class org.salespointframework.core.data.CurrencyItemImpl
Create a new CurrencyItemImpl
CurrencyItemImpl(String, IntegerValue) - Constructor for class org.salespointframework.core.data.CurrencyItemImpl
Create a new CurrencyItemImpl
CurrencyItemImpl(String, int) - Constructor for class org.salespointframework.core.data.CurrencyItemImpl
Create a new CurrencyItemImpl.
CurrencyRenderer - Class in org.salespointframework.desktop.renderer
A cell renderer that takes a NumberValue and renders it using the formatting capabilities of a Currency.
CurrencyRenderer(Currency) - Constructor for class org.salespointframework.desktop.renderer.CurrencyRenderer
Create a new CurrencyRenderer.
customizeButtonbar(JPanel) - Method in class org.salespointframework.core.FormSheet
Hook method called before buttons are added.

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