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 _

S

s_asActionNames - Static variable in class org.salespointframework.core.data.DataBasketImpl.DataBasketImplLogEntry
Helper array for converting action codes into Strings.
s_fSysMsg - Static variable in class org.salespointframework.core.Debug
Show system messages (level == -1)?
s_lLRU - Static variable in class org.salespointframework.core.users.AbstractCapability
The least recently used locale for looking up display names.
s_nDebugLevel - Static variable in class org.salespointframework.core.Debug
The current debug level.
s_ndGlobal - Static variable in class org.salespointframework.core.NullDisplay
The singleton NullDisplay used in the entire application.
s_nLastTagID - Static variable in class org.salespointframework.core.MenuSheetObject
The last tag id that was given to a default tag.
s_oShopLock - Static variable in class org.salespointframework.core.Shop
The monitor used to synchronized access to the singleton.
s_pwdgGlobal - Static variable in class org.salespointframework.core.users.User
The global password garbler.
s_rbDisplayNames - Static variable in class org.salespointframework.core.users.AbstractCapability
The resource bundle that contains the display names for the capabilities.
s_sBaseName - Static variable in class org.salespointframework.core.users.AbstractCapability
The base name for the resource bundles containing the capabilities' display names.
s_shTheShop - Static variable in class org.salespointframework.core.Shop
The singleton instance of the Shop, that is used throughout the entire application.
s_umGlobal - Static variable in class org.salespointframework.core.users.UserManager
The global UserManager.
SaleProcess - Class in org.salespointframework.core
A process.
SaleProcess(String) - Constructor for class org.salespointframework.core.SaleProcess
Create a new SaleProcess with a given name.
SaleProcess.PrintErrorGate - Class in org.salespointframework.core
The gate that is responsible for printing error messages.
SaleProcess.PrintErrorGate(int) - Constructor for class org.salespointframework.core.SaleProcess.PrintErrorGate
 
SaleProcess.ProcessErrorError - Error in org.salespointframework.core
Internal error helper, used to cancel a transition or gate when it calls error().
SaleProcess.ProcessErrorError() - Constructor for error org.salespointframework.core.SaleProcess.ProcessErrorError
 
SaleProcess.ProcessLogEntry - Class in org.salespointframework.core
A log entry describing a process that was executed.
SaleProcess.ProcessLogEntry(SaleProcess) - Constructor for class org.salespointframework.core.SaleProcess.ProcessLogEntry
Create a new ProcessLogEntry.
SaleProcess.SubProcess - Class in org.salespointframework.core
A thread providing an exception firewall for all subprocesses of a process.
SaleProcess.SubProcess(String, SaleProcess, Runnable) - Constructor for class org.salespointframework.core.SaleProcess.SubProcess
Create a new subprocess.
salesPoint - Variable in class org.salespointframework.core.data.database.PersistenceManager.LogonInformation
salespoint
SalesPoint - Class in org.salespointframework.core
A single point of org.salespointframework.sale in a shop.
SalesPoint(String) - Constructor for class org.salespointframework.core.SalesPoint
Create a new SalesPoint.
SALESPOINT_FULL_NAME - Static variable in class org.salespointframework.core.Shop
 
SALESPOINT_MAJOR_VERSION - Static variable in class org.salespointframework.core.Shop
 
SALESPOINT_MINOR_VERSION - Static variable in class org.salespointframework.core.Shop
 
SALESPOINT_NAME - Static variable in class org.salespointframework.core.Shop
 
SALESPOINT_VERSION_CODENAME - Static variable in class org.salespointframework.core.Shop
 
SalespointAnnotationHandlerMapping - Class in org.salespointframework.web.spring.annotations
Conforms with DefaultAnnotationsHandlerMapping from Spring except the Handling of Interceptors
SalespointAnnotationHandlerMapping() - Constructor for class org.salespointframework.web.spring.annotations.SalespointAnnotationHandlerMapping
 
SalespointWebConstants - Interface in org.salespointframework.web
Constant Parameters to control intern processes.
save() - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection
return the connection properties
save() - Method in interface org.salespointframework.core.data.database.DatabaseConnection
return a list of connection properties that can be saved in PreferenceStorage
save() - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
saves the connection
save() - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
saves connection properties
save() - Method in class org.salespointframework.core.data.database.SqliteDatabaseConnection
saves connection properties
save(ObjectOutputStream) - Method in interface org.salespointframework.core.Display
Writes the display to a stream.
save(ObjectOutputStream) - Method in class org.salespointframework.core.JDisplayDialog
 
save(ObjectOutputStream) - Method in class org.salespointframework.core.JDisplayFrame
 
save(ObjectOutputStream) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
save(String, String) - Method in interface org.salespointframework.core.PreferenceStorage
Save the key - value pair to storage
save(String, int) - Method in interface org.salespointframework.core.PreferenceStorage
Save the key - value pair to storage
save() - Method in class org.salespointframework.core.XmlPreferenceStorage
Writeback changes to file
save(String, String) - Method in class org.salespointframework.core.XmlPreferenceStorage
Save specified key and value to storage.
save(String, int) - Method in class org.salespointframework.core.XmlPreferenceStorage
Save specified key and value to storage.
save(ObjectOutputStream) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
 
save(ObjectOutputStream) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
 
SAVE_ICON - Static variable in class org.salespointframework.core.Shop
Icon MenuItem "Save".
SAVE_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the "Save...
saveConnections() - Method in class org.salespointframework.core.data.database.PersistenceManager
Saves Connections to PrferenceStorage
savePreferenceLabel - Static variable in class org.salespointframework.desktop.formsheets.MessageForm
Label near the "remember" checkbox
SaveShopState() - Method in class org.salespointframework.core.Shop
save window position and view mode to PreferenceStorage
saveToPersistence - Variable in class org.salespointframework.core.logging.Log
Save log file to persistence file or not.
SC_CLOSE - Static variable in class org.salespointframework.desktop.interop.WindowsExtensions
 
scrollpane - Variable in class org.salespointframework.desktop.JListView
scrollpane which contains the list
searchfield - Variable in class org.salespointframework.desktop.JModelFilter
the searchfield
searchField - Variable in class org.salespointframework.web.html.View
 
searchField - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
SEARCHFIELD_PARAM - Static variable in interface org.salespointframework.web.SalespointWebConstants
 
SearchFieldInterceptor - Class in org.salespointframework.web.spring.interceptors
nterceptor to control search-fields.
SearchFieldInterceptor() - Constructor for class org.salespointframework.web.spring.interceptors.SearchFieldInterceptor
 
searchresult - Variable in class org.salespointframework.desktop.JModelFilter
label for result count
searchString - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
searchString - Variable in class org.salespointframework.web.html.View
 
searchString - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
SECOND - Static variable in class org.salespointframework.core.CalendarTime
Field number for CalendarTime.setTimeToCount(int) indicates that the seconds will be increased by CalendarTime.goAhead(java.lang.Object)
SELECTED_IMAGE - Static variable in class org.salespointframework.core.FormSheet.FormButton
 
SELECTED_IMAGE - Static variable in class org.salespointframework.core.MenuSheet
 
SELECTED_IMAGE - Static variable in class org.salespointframework.core.MenuSheetItem
 
selection - Variable in class org.salespointframework.desktop.formsheets.ListViewFormSheet
current selection index
selectionListener - Variable in class org.salespointframework.desktop.JListView.CatListUI
 
selectionListener - Variable in class org.salespointframework.desktop.JListView
 
SelfManagingDBEDestination<T> - Interface in org.salespointframework.core.data
DataBasketEntryDestination that knows how to rollback or commit add operations.
SelfManagingDBESource<T> - Interface in org.salespointframework.core.data
DataBasketEntrySource that knows how to rollback or commit remove operations.
SEPARATOR_ONE_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the first separator.
SEPARATOR_TAG - Static variable in class org.salespointframework.desktop.multiwindow.MultiWindow
Constant used as tag for the separator in the multi window menu.
SEPARATOR_TWO_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the second separator.
seperatorSize - Variable in class org.salespointframework.desktop.JListView
current separator dimensions
seperatorThickness - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
width, respectively height of separator
seperatorThickness - Variable in class org.salespointframework.desktop.JListView
height respectively width of separator
sequenceNumber - Variable in class org.salespointframework.core.data.management.Persistence
sequence number for events
serialVersionUID - Static variable in class org.salespointframework.core.data.CatalogItemDataBasketEntry.CIDBELogEntry
 
serialVersionUID - Static variable in class org.salespointframework.core.data.CountingStockItemDBEntry.CSDBELogEntry
 
serialVersionUID - Static variable in class org.salespointframework.core.data.DataBasketImpl.DataBasketImplLogEntry
 
serialVersionUID - Static variable in class org.salespointframework.core.data.StockItemDBEntry.StockItemDBELogEntry
 
serialVersionUID - Static variable in exception org.salespointframework.core.exceptions.NotImplementedException
 
serialVersionUID - Static variable in class org.salespointframework.core.logging.LogEntry
 
serialVersionUID - Static variable in class org.salespointframework.core.SaleProcess.ProcessLogEntry
 
serialVersionUID - Static variable in class org.salespointframework.desktop.JListView.JListViewList
 
serialVersionUID - Static variable in class org.salespointframework.web.taglib.view.CssTableTag
 
serialVersionUID - Static variable in class org.salespointframework.web.taglib.view.ListTag
 
serialVersionUID - Static variable in class org.salespointframework.web.taglib.view.TableTag
 
serialVersionUID - Static variable in class org.salespointframework.web.taglib.view.ViewTag
 
set(int, E) - Method in class org.salespointframework.core.data.PersistentList
 
SET_CURRENT_SP_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the "Set Current SalesPoint" item.
setAbortButtonLabel(String) - Static method in class org.salespointframework.desktop.formsheets.MessageForm
Replace the default abort button text
setAbstractTableModel(AbstractTableModel) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the AbstractTableModel.
setAccelerator(KeyStroke) - Method in class org.salespointframework.core.MenuSheetItem
Set the accelerator of this MenuSheetItem.
setAction(Action) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the action that is performed when this button is clicked.
setAction(Action) - Method in class org.salespointframework.core.MenuSheetItem
Set the action to perform when this item is selected.
setActionUrl(String) - Method in class org.salespointframework.web.html.DoubleView
the url to submit the double view form
setAllowClose(boolean) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
Specifies if closing of tabs should be permitted or not.
setAllowDrag(boolean) - Method in class org.salespointframework.desktop.JAbstractTable
 
setAllowDrag(boolean) - Method in class org.salespointframework.desktop.JListView
 
setAllowDrop(boolean) - Method in class org.salespointframework.desktop.JAbstractTable
 
setAllowDrop(boolean) - Method in class org.salespointframework.desktop.JListView
 
setAlt(String) - Method in class org.salespointframework.web.taglib.ImageTag
setter for the text alternative
SetAppId(String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setAppropriateDisplay(SalesPoint, int) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Prepares the SalesPoint's display according to a view mode.
setArguments(String) - Method in class org.salespointframework.desktop.interop.WindowsExtensions.JumpListItem
 
setAttribute(String, String) - Method in class org.salespointframework.web.helper.GenericHtmlTag
Takes an attribute into this tag.
setBottom(int) - Method in class org.salespointframework.desktop.border.InsetLineBorder
set InsetLineBorder.bottom
setBounds(Rectangle) - Method in interface org.salespointframework.core.Display
Sets size an position of the display.
setBounds(Rectangle) - Method in class org.salespointframework.core.JDisplayFrame
 
setBounds(Rectangle) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
setBroadcastStateChanged(boolean) - Method in class org.salespointframework.core.data.database.PersistenceManager
set PersistenceManager.broadcastStateChanged
setButtonbarPosition(int) - Method in interface org.salespointframework.core.Display
Called to update the Buttonbar position
setButtonbarPosition(int) - Method in class org.salespointframework.core.FormSheet
 
setButtonbarPosition(int) - Method in class org.salespointframework.core.JDisplayDialog
 
setButtonbarPosition(int) - Method in class org.salespointframework.core.JDisplayFrame
 
setButtonbarPosition(int) - Method in class org.salespointframework.core.NullDisplay
 
setButtonbarPosition(int) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
 
setButtonbarPosition(int) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
 
setCacheLifetime(long) - Method in class org.salespointframework.core.data.PersistentList
set PersistentList.cacheLifetime
setCacheLifetime(long) - Method in class org.salespointframework.core.data.PersistentMap
set PersistentMap.cacheLifetime
setCapabilities(Map<String, Capability>) - Method in class org.salespointframework.core.users.User
Set a range of the user's capabilities to new values.
setCapability(Capability) - Method in class org.salespointframework.core.users.User
Set one capability.
setCapabilityName(String) - Method in class org.salespointframework.web.taglib.login.HasCapabilityTag
 
setCaption(String) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the caption of the button.
setCaption(String) - Method in class org.salespointframework.core.FormSheet
Set the caption for this FormSheet.
setCaption(String) - Method in class org.salespointframework.core.MenuSheet
Set the caption of this MenuSheet.
setCaption(String) - Method in class org.salespointframework.core.MenuSheetItem
Set the caption of this MenuSheetItem.
setCaption(String) - Method in class org.salespointframework.core.MenuSheetObject
Set the MenuSheetObject's caption.
setCaption(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setCaption(String) - Method in class org.salespointframework.web.html.View
A caption of a View.
setCaption(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the caption.
setCatalog(CatalogImpl) - Method in class org.salespointframework.core.data.CatalogImpl
Set the Catalog that contains this Catalog.
setCatalog(CatalogImpl) - Method in class org.salespointframework.core.data.CatalogItemImpl
Set the Catalog of this CatalogItem.
setCategorize(boolean) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setCategory(Category) - Method in class org.salespointframework.core.data.CurrencyItemImpl
set items category
setCategoryName(String) - Method in class org.salespointframework.core.data.Category
set Category.categoryName
setCellConstraints(float, float, float, float) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
set cell constraints
setCellConstraints(float, float, float, float) - Method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
set the cell constraints.
setCellConstraints(float, float, float, float) - Method in class org.salespointframework.desktop.JListView
set sell constrains
setCellRatio(float) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setCellRatio(float) - Method in class org.salespointframework.desktop.JListView
set JListView.cellRatio
setClassFieldMapper(ClassFieldMapper) - Method in class org.salespointframework.core.data.database.PersistenceManager
sets the current ClassFieldMapper
setClassNameEncoder(ClassNameEncoder) - Method in class org.salespointframework.core.data.database.PersistenceManager
Sets the current ClassNameEncoder
setCloseIcon(ImageIcon) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
Specifies a new close icon.
setColor(Color) - Method in class org.salespointframework.desktop.border.InsetLineBorder
set InsetLineBorder.color
setComparator(Comparator) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
 
setComparator(Comparator<?>) - Method in class org.salespointframework.web.helper.ATMBuilder
sets a Comparator
setComponent(JComponent) - Method in class org.salespointframework.core.FormSheet
Set the component for this FormSheet.
setConsoleLogLevel(Level) - Method in class org.salespointframework.core.data.database.PersistenceManager
Set the log level for Console output
setCount(int) - Method in class org.salespointframework.desktop.models.CountingStockListModel.CountingStockListItem
set CountingStockListModel.CountingStockListItem.count
setCountScale(float) - Method in class org.salespointframework.desktop.renderer.CountingStockListViewRenderer
set CountingStockListViewRenderer.countScale
setCurrentSalesPoint(SalesPoint) - Method in class org.salespointframework.core.Shop
Makes a SalesPoint the current SalesPoint.
setCurrentSalesPointIsAdjusting() - Method in class org.salespointframework.core.Shop
Sets a flag that can be used to optimize setCurrentSalesPoint calls.
setCurrentSubBasket(String) - Method in class org.salespointframework.core.data.DataBasketImpl
Set the current subbasket.
setCurrentSubBasket(String) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Set the current subbasket.
setData(Object) - Method in class org.salespointframework.desktop.models.AbstractTableModel
Set the table's data.
setData(Object) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Set the table's org.salespointframework.data.
setData(Object) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
set the table's org.salespointframework.data.
setData(Object) - Method in class org.salespointframework.desktop.models.DataBasketTableModel
set the table's data.
setData(Object) - Method in class org.salespointframework.desktop.models.LogTableModel
Set the table's data.
setData(Object) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Set the table's data.
setData(Object) - Method in class org.salespointframework.desktop.models.UserTableModel
Set the table's data.
setData(Object) - Method in class org.salespointframework.desktop.TableMap
Set the table's data.
setDatabaseConnection(DatabaseConnection) - Method in class org.salespointframework.core.data.database.PersistenceManager
set the current database connection
setDataBasket(DataBasket) - Method in class org.salespointframework.web.helper.ATMBuilder
sets a dataBasket
setDataBasket(DataBasket) - Method in class org.salespointframework.web.spring.controller.DoubleViewController
simple setter for attribute dataBasket
setDataBasketCondition(DataBasketCondition) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
 
setDataBasketCondition(DataBasketCondition<?>) - Method in class org.salespointframework.web.helper.ATMBuilder
sets a DataBasketCondition
setDataBasketEntryGrouper(DataBasketEntryGrouper) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.TableDataExchangeOption
 
setDataBasketEntryGrouper(DataBasketEntryGrouper) - Method in class org.salespointframework.web.helper.ATMBuilder
sets a DataBasketEntryGrouper
setDataseConnection(DatabaseConnection) - Method in interface org.salespointframework.core.data.database.ClassFieldMapper
current database connection to work with
setDataseConnection(DatabaseConnection) - Method in class org.salespointframework.core.data.database.DefaultClassFieldMapper
 
setDefaultCapability(Capability) - Method in class org.salespointframework.core.users.UserManager
Set a capability to be used as a default capability henceforward.
setDefaultCaps(Map<String, Capability>) - Method in class org.salespointframework.core.users.UserManager
Specify the set of default capabilities to be used when creating new User objects.
setDefaultCategory(Category) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setDefaultIcon(ImageIcon) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the default icon of this MenuSheetItem.
setDefaultIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheet
Set the default icon of this MenuSheet.
setDefaultIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheetItem
Set the default icon of this MenuSheetItem.
setDefaultLayeredPane() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
We need to setup a Layoutmanager to layout our additional panes in z-order to take up the entire frame because of a weak implementation in RootLayout of JRootPane: "Note: This is laying out the children in the layeredPane, technically, these are not our children."
setDefaultLayers() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
prepare and set the frames popup layer
setDefaultMenuSheet() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets the default MenuSheet.
setDefaultSheets() - Method in class org.salespointframework.core.SalesPoint
Set the default Form- and MenuSheet on the currently attached display.
setDelay(long) - Method in class org.salespointframework.core.AutoTimer
Set the delay between increase steps
setDestination(CatalogImpl) - Method in class org.salespointframework.core.data.CatalogItemDataBasketEntry
Set the destination of the DataBasketEntry.
setDestination(D) - Method in class org.salespointframework.web.spring.controller.DoubleViewController
simple setter for attribute destination
setDestinationView(View<T>) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setDestOption(DataExchangeFormSheet.DataExchangeOption) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
 
setDestTable(Catalog, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the destination table.
setDestTable(CountingStock, boolean, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the destination table.
setDestTable(StoringStock, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the destination table.
setDestTable(DataBasket, DataBasketCondition, DataBasketEntryGrouper, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the destination table.
setDirection(ListViewDirectionType) - Method in class org.salespointframework.web.html.viewrepresentations.NativeHtmlList
Default is 'LEFT'.
setDisabledIcon(ImageIcon) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the disabled icon of this MenuSheetItem.
setDisabledIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheet
Set the disabled icon of this MenuSheet.
setDisabledIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheetItem
Set the disabled icon of this MenuSheetItem.
setDisabledSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the disabled selected icon of this MenuSheetItem.
setDisabledSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheet
Set the disabled selected icon of this MenuSheet.
setDisabledSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheetItem
Set the disabled selected icon of this MenuSheetItem.
setDisplayedText(String) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setDisplayNameResourceBundleName(String) - Static method in class org.salespointframework.core.users.AbstractCapability
Set the base name for the resouce bundle that contains the capabilities' display names.
setDisplayTitle() - Method in class org.salespointframework.core.JDisplayFrame
 
setDisplayTitle() - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Sets the display's title.
setDisplayTitle() - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
 
setDnDPartner(Component) - Method in class org.salespointframework.desktop.JAbstractTable
DND methods
setDnDPartner(Component) - Method in class org.salespointframework.desktop.JListView
DND methods
setEditingItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.CatalogImpl
Set the map of items that are currently being edited.
setEditingItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.StockImpl
Set the map of items that are currently being edited.
setEnabled(boolean) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the enabled state of the button.
setEnabled(boolean) - Method in class org.salespointframework.core.MenuSheetItem
Set the enabled state of this MenuSheetItem.
setErrorHandler(FormSheetStrategy.ErrorHandler) - Method in class org.salespointframework.desktop.strategies.FormSheetStrategy
Set the current error handler.
setExtraCols(List<AbstractExtraColumn<T>>) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setExtraCols(List<AbstractExtraColumn<T>>) - Method in class org.salespointframework.web.html.View
Set a List of extra-columns into the View.
setExtraCols(List<AbstractExtraColumn<T>>) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the ECs.
setFilter(UserFilter) - Method in class org.salespointframework.core.users.UserManagerFilter
Sets the UserFilter.
setFilter(InputFilter) - Method in class org.salespointframework.desktop.JFilterInput
Set the InputFilter that should be used from now on.
setFilterEnabled(boolean) - Method in class org.salespointframework.desktop.JFilterInput
Enable or disable the filter.
setFilterString(String) - Method in class org.salespointframework.desktop.models.FilterableModel.DefaultModelFilter
set new filter string and process it.
setFilterString(String) - Method in interface org.salespointframework.desktop.models.FilterableModel.ModelFilter
 
setFont(Font) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setForeground(Color) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setFormSheet(FormSheet) - Method in interface org.salespointframework.core.Display
Sets and displays a FormSheet.
setFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayDialog
Set and display a FormSheet.
setFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayFrame
Set and display a FormSheet.
setFormSheet(FormSheet) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
setFormSheet(SaleProcess, FormSheet) - Method in interface org.salespointframework.core.ProcessContext
Set a FormSheet for a process.
setFormSheet(SaleProcess, FormSheet) - Method in class org.salespointframework.core.SalesPoint
Allow a process to set a FormSheet on the SalesPoint's current display.
setFormSheet(SaleProcess, FormSheet) - Method in class org.salespointframework.core.Shop.ProcessHandle
 
setFormSheet(FormSheet) - Method in class org.salespointframework.core.UIGate
Set the FormSheet that is being displayed at this Gate.
setFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Sets and displays a FormSheet.
setFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Set and display a FormSheet.
setFormSheetComponent(ListViewFormSheet, JListView) - Method in class org.salespointframework.desktop.formsheets.ListViewFormSheet.SLVFSContentCreator
 
setFormSheetComponent(SingleTableFormSheet, JAbstractTable) - Method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet.STFSContentCreator
Set the given table to be the component of the given FormSheet.
setFormsheetCustomizationListener(FormsheetCustomizationListener) - Method in class org.salespointframework.core.FormSheet
Set the current FormsheetCustomizationListener
setGate(UIGate) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the gate at which to display the FormSheet.
setGate(UIGate) - Method in class org.salespointframework.desktop.formsheets.ListViewFormSheet
set the uigate, the formsheet is attached to
setGate(UIGate) - Method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Set the gate at which to display the FormSheet.
setGate(UIGate) - Method in class org.salespointframework.desktop.formsheets.UserTableFormSheet
Set the gate at which to display the FormSheet.
setGlobalLogFile(String, boolean, boolean) - Static method in class org.salespointframework.core.logging.Log
Sets the global log file and assigns a FileOutputStream to it.
setGlobalLogFile(String) - Static method in class org.salespointframework.core.logging.Log
Sets the global log file and assigns a FileOutputStream to it.
setGlobalOutputStream(OutputStream) - Static method in class org.salespointframework.core.logging.Log
Changes the current OutputStream of the global log file.
setGlobalPassWDGarbler(PassWDGarbler) - Static method in class org.salespointframework.core.users.User
Set the global password garbler.
setGlobalUM(UserManager) - Static method in class org.salespointframework.core.users.UserManager
Deprecated. 
setHeight(String) - Method in class org.salespointframework.web.taglib.ImageTag
setter for the height
setHideCloseIcon(boolean) - Method in class org.salespointframework.core.SalesPoint
set SalesPoint.hideCloseIcon value
setHoverIndex(int) - Method in class org.salespointframework.desktop.JListView
set JListView.hoverIndex
setHwAccel(boolean) - Method in class org.salespointframework.desktop.ImagePanel
set ImagePanel.hwAccel
setIcon(ImageIcon, int) - Method in class org.salespointframework.core.FormSheet.FormButton
 
setIcon(ImageIcon, int) - Method in class org.salespointframework.core.MenuSheet
 
setIcon(ImageIcon, int) - Method in class org.salespointframework.core.MenuSheetItem
 
SetIconic(long, boolean) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetIconicPreview(long, int[], int, int, int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setIconicPreview(long, int[], int, int, int, int) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setIconicPreview(long) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
 
SetIconicThumb(long, int[], int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setIconicThumb(long, int[], int, int) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setIconicThumb(long, int, int) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
 
setId(String) - Method in class org.salespointframework.web.html.DoubleView
The value of the id-attribute of the Double-View.
setId(String) - Method in class org.salespointframework.web.html.View
The value of the id-attribute of the View.
setId(String) - Method in class org.salespointframework.web.taglib.AbstractTag
Sets HTML-ID.
setId(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the id-attribute.
setImage(URI) - Method in class org.salespointframework.core.data.CatalogItemImpl
Set the image of the CatalogItem for performance reason, you have to call CatalogItemImpl.firePropertyChanged() separately
setImage(URI) - Method in class org.salespointframework.core.data.filters.CatalogFilter
 
setImage(URI) - Method in interface org.salespointframework.core.data.interfaces.CatalogItem
Set the image of the CatalogItem
setImage(Image) - Method in class org.salespointframework.desktop.ImagePanel
set the image
setImage(Image, boolean) - Method in class org.salespointframework.desktop.ImagePanel
set image
setImage(URI) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
setImage(BufferedImage) - Method in class org.salespointframework.web.taglib.ImageTag
setter for the image to display
setImageBytes(byte[]) - Method in class org.salespointframework.core.data.CatalogItemImpl
set image bytes and invalidate image cache
setImageScale(float) - Method in class org.salespointframework.desktop.renderer.UserListViewRenderer
set UserListViewRenderer.imageScale
setInfoPanelContent(DatabaseConnectionTemplate) - Method in class org.salespointframework.desktop.DatabaseConnectionForm.DatabaseConnectionFS
set content if information panel
setInitialCellSize(float) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setInitialCellWidth(float) - Method in class org.salespointframework.desktop.JListView
set JListView.initialCellWidth
setInsideDoubleView(boolean) - Method in class org.salespointframework.web.html.View
Default is 'false'.
setInstance(UserManager) - Static method in class org.salespointframework.core.users.UserManager
Set the UserManager instance
setInstruction(String) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setInstructionMode(boolean) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setInternalSelection(JList, int) - Method in class org.salespointframework.desktop.JListView.CatListUI
 
setInterval(Object) - Method in class org.salespointframework.core.AutoTimer
Set the interval, by which the date becomes increased on each step
setInterval(Object) - Method in class org.salespointframework.core.StepTimer
Set the interval to be used by the goAhead() method.
setInterval(Object) - Method in interface org.salespointframework.core.Timer
Set the interval to be used by goAhead().
setItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.CatalogImpl
Set the map of items that are completely contained in this Catalog.
setItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.StockImpl
Set the map of items that are actually contained in the Stock.
setLastNumber(int) - Method in class org.salespointframework.web.html.DoubleView
Sets a default value for numberField.
SetLayeredWindowAttributes(long, int, int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setLayout(LayoutManager) - Method in class org.salespointframework.desktop.JOptionPanel
Set layout manager.
setLeft(int) - Method in class org.salespointframework.desktop.border.InsetLineBorder
set InsetLineBorder.left
setLogContext(LogContext) - Method in class org.salespointframework.core.data.DataBasketImpl
Set the org.salespointframework.log context for this DataBasket.
setLogContext(LogContext) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Set the log context for this DataBasket.
setLogCreator(LogCreator) - Static method in class org.salespointframework.core.logging.Log
Change the Log creator.
setLogMode(int) - Method in class org.salespointframework.core.data.DataBasketImpl
Set the org.salespointframework.log mode for this DataBasket.
setLogMode(int) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Set the log mode for this DataBasket.
setLogStream(PrintWriter) - Method in class org.salespointframework.core.data.database.PersistenceManager
Set the LogStream for DriverManager
setMaxDebugLevel(int) - Static method in class org.salespointframework.core.Debug
Set the maximum debug level.
setMaximumCellSize(float) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setMaximumCellWidth(float) - Method in class org.salespointframework.desktop.JListView
set JListView.maximumCellWidth
setMenuSheet(MenuSheet) - Method in interface org.salespointframework.core.Display
Sets and displays a MenuSheet.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.core.JDisplayDialog
Remove any old MenuSheet and display the new one.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.core.JDisplayFrame
Set and display a MenuSheet.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
setMenuSheet(SaleProcess, MenuSheet) - Method in interface org.salespointframework.core.ProcessContext
Set a MenuSheet for a process.
setMenuSheet(SaleProcess, MenuSheet) - Method in class org.salespointframework.core.SalesPoint
Allow a process to set a MenuSheet on the SalesPoint's current display.
setMenuSheet(SaleProcess, MenuSheet) - Method in class org.salespointframework.core.Shop.ProcessHandle
 
setMenuSheet(MenuSheet) - Method in class org.salespointframework.core.UIGate
Set the MenuSheet that is being displayed at this gate.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Sets and displays a MenuSheet.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Sets and displays a MenuSheet.
setMenuSheet(MenuSheet) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets the given MenuSheet as a global MenuSheet in the MultiWindow.
setMergeBefore(String) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets the value of MultiWindow.m_sMergeBefore.
setMergeParent(MenuSheet) - Method in class org.salespointframework.core.MenuSheet
Internal method used when merging peers.
setMessages(List<?>) - Method in class org.salespointframework.web.taglib.MessagesTag
 
setMessageSource(MessageSource) - Method in class org.salespointframework.web.html.DoubleView
Sets a messageSource.
setMessageSource(MessageSource) - Method in class org.salespointframework.web.spring.annotations.SalespointAnnotationHandlerMapping
 
setMessageSource(MessageSource) - Method in class org.salespointframework.web.spring.controller.DoubleViewController
simple setter for attribute messageSource
setMessageSource(MessageSource) - Method in class org.salespointframework.web.spring.interceptors.MessageAwareHandlerInterceptorAdapter
 
setMinimumCellSize(float) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setMinimumCellWidth(float) - Method in class org.salespointframework.desktop.JListView
set JListView.minimumCellWidth
setMnemonic(char) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the mnemonic of this Button.
setMnemonic(char) - Method in class org.salespointframework.core.MenuSheet
Set the mnemonic of this MenuSheet.
setMnemonic(char) - Method in class org.salespointframework.core.MenuSheetItem
Set the mnemonic of this MenuSheetItem.
setMode(int) - Method in class org.salespointframework.core.data.database.DefaultClassNameEncoder
set DefaultClassNameEncoder.mode use DefaultClassNameEncoder.MODE_HASH or DefaultClassNameEncoder.MODE_REPLACE
setModel(ListModel) - Method in class org.salespointframework.desktop.JListView
set JListView.model
setModel(FilterableModel) - Method in class org.salespointframework.desktop.JModelFilter
set JModelFilter.modelFilter an register to it
setModel(AbstractTableModel) - Method in class org.salespointframework.desktop.TableMap
Sets the TableModel.
setModel(AbstractTableModel) - Method in class org.salespointframework.desktop.TableSorter
Sets the TableModel.
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.JModelFilter
set JModelFilter.modelFilter and apply search string
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.CatalogListModel
set ModelFilter and apply it
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.CatalogTableModel
 
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.CountingStockListModel
sets a new ModelFilter and applies it
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
 
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.DataBasketListModel
set new filter and reload items
setModelFilter(FilterableModel.ModelFilter) - Method in interface org.salespointframework.desktop.models.FilterableModel
apply new model filter
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.StoringStockListModel
set nre model filter and reload items
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
set new model filter and reload items
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.UserListModel
apply new model filter and reload items
setModelFilter(FilterableModel.ModelFilter) - Method in class org.salespointframework.desktop.models.UserTableModel
apply new model filter and reload items
setMoveAction(MoveAction) - Method in class org.salespointframework.desktop.JAbstractTable
 
setMoveAction(MoveAction) - Method in class org.salespointframework.desktop.JListView
 
setName(String, DataBasket) - Method in class org.salespointframework.core.data.AbstractNameable
Set the Nameable's name, using help by the NameContext.
setName(String, DataBasket) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Set the source Stock's name.
setName(String, DataBasket) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Set the source Catalog's name.
setName(String, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Nameable
Set the Nameable's name.
setName(String) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the awt name of thsi button
setName(String, DataBasket) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
setNameScale(float) - Method in class org.salespointframework.desktop.renderer.UserListViewRenderer
set UserListViewRenderer.nameScale
setNameScaleFactor(float) - Method in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
set CatalogListViewRenderer.nameScaleFactor
setNextTransition(Transition) - Method in class org.salespointframework.core.UIGate
Set the transition that will leave this gate.
setNoButtonLabel(String) - Static method in class org.salespointframework.desktop.formsheets.MessageForm
Replace the default No button text
setOkButtonLabel(String) - Static method in class org.salespointframework.desktop.formsheets.MessageForm
Replace the default no button text
setOrientation(JListView.ListViewOrientation) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
SetOverlayIcon(long, String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setOverlayIcon(Window, BufferedImage) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetOverlayIcon2(long, int[], int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setOwner(DataBasket) - Method in class org.salespointframework.core.data.DataBasketEntryImpl
Set the DataBasket owning this DataBasketEntry.
setOwner(DataBasket) - Method in interface org.salespointframework.core.data.interfaces.DataBasketEntry
Notification that the DataBasketEntry was put into a DataBasket.
setOwner(JDisplayFrame) - Method in class org.salespointframework.core.JDisplayFrame.DFFormSheetContainer
 
setOwner(JInternalDisplay) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay.JIDFormSheetContainer
Sets the display for this FormSheetContainer
setOwner(JTabDisplay) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay.JTDFormSheetContainer
 
setParent(FormSheetContentCreator) - Method in class org.salespointframework.core.FormSheetContentCreator
Internal communication method called by FormSheet.
setParent(MenuSheet) - Method in class org.salespointframework.core.MenuSheetObject
Set the parent of the MenuSheetObject.
setPassWd(String) - Method in class org.salespointframework.core.users.User
Set the password of this user.
setPath(String) - Method in class org.salespointframework.desktop.interop.WindowsExtensions.JumpListItem
 
setPerformanceMode(boolean) - Method in class org.salespointframework.core.data.database.PersistenceManager
Set performance mode
setPerformanceMode(boolean) - Method in class org.salespointframework.core.data.management.Persistence
 
setPerformanceMode(boolean) - Method in interface org.salespointframework.core.data.management.PersistenceMBean
sets the performance mode flag
setPositionOfExtraColumns(PositionOfExtraColumnsType) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setPositionOfExtraColumns(PositionOfExtraColumnsType) - Method in class org.salespointframework.web.html.View
Set the position of insert ECs.
setPositionOfExtraColumns(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the PositionOfExtraColumns.
setPreferenceStorage(PreferenceStorage) - Static method in class org.salespointframework.core.Shop
Replace the preference storage Should be done before calling #start()
setPriceScaleFactor(float) - Method in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
set CatalogListViewRenderer.priceScalefactor
setPrimaryTitle(String) - Method in class org.salespointframework.core.JDisplayFrame
 
setPrimaryTitle(String) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Sets the display's primary title.
setPrimaryTitle(String) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
 
setProgressBarState(Window, int) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setProgressBarValue(Window, long, long) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetProgressState(long, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetProgressValue(long, long, long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setRecoveryContext(Object) - Method in class org.salespointframework.core.data.PersistentMap
set PersistentMap.recoveryContext
setRefIntegrEditContainer(Map<String, String>) - Method in class org.salespointframework.core.data.StockImpl
Set the map storing information about name changes in CatalogItems.
setRefIntegrItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.StockImpl
Set the map of items that have been removed from the Stock to ensure referential integrity.
setRenderer(ListCellRenderer) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setRenderSettingsConfigurator(RenderSettingsConfigurator<T>) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the RenderSettingsConfigurator.
setResult(MessageForm.MessageFormResult, boolean) - Method in class org.salespointframework.desktop.formsheets.MessageForm.MessageFormSheet
 
setRight(int) - Method in class org.salespointframework.desktop.border.InsetLineBorder
set InsetLineBorder.right
setSalesPointFrameBounds(Rectangle) - Method in class org.salespointframework.core.SalesPoint
Sets the Framebounds of the SalesPoints assoziated Display (JDisplayFrame).
setSavedShopFrameBounds() - Method in class org.salespointframework.core.Shop
Loads the Shop frame bounds from PreferenceStorage
setSavePreferenceLabel(String) - Static method in class org.salespointframework.desktop.formsheets.MessageForm
Replace default text near the remember checkbox
setSearchField(boolean) - Method in class org.salespointframework.web.html.View
Renders a search-field on top of the View.
setSearchField(boolean) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the SearchField.
setSearchString(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setSearchString(String) - Method in class org.salespointframework.web.html.View
Preset of searchField.
setSearchString(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the SearchString.
setSecondaryKey(String) - Method in class org.salespointframework.core.data.DataBasketEntryImpl
Set the entry's secondary key.
setSecondaryTitle(String) - Method in class org.salespointframework.core.JDisplayFrame
 
setSecondaryTitle(String) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Sets the display's secondary title.
setSecondaryTitle(String) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
 
setSecondMenuSheet(MenuSheet) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Merges the MultiWindow's MenuSheet with a second one.
setSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the selected icon of this MenuSheetItem.
setSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheet
Set the selected icon of this MenuSheet.
setSelectedIcon(ImageIcon) - Method in class org.salespointframework.core.MenuSheetItem
Set the selected icon of this MenuSheetItem.
setSelectedIndex(long) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
 
setSelectedItem(Object) - Method in class org.salespointframework.desktop.models.UserComboBoxModel
Set the currently selected user, making sure that it is known to the UserManager.
setSelectionObserver(int[]) - Method in class org.salespointframework.desktop.JAbstractTable
Set a selection observer for this table.
setSeperatorThickness(int) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
 
setSeperatorThickness(int) - Method in class org.salespointframework.desktop.JListView
set JListView.seperatorThickness
setShopFrameBounds(Rectangle) - Method in class org.salespointframework.core.Shop
Sets the Framebounds of the Shops assoziated JFrame.
setShopFrameTitle(String) - Method in class org.salespointframework.core.Shop
Set the Shop frame's title.
setShowBackButton(boolean) - Method in class org.salespointframework.web.html.DoubleView
Default is 'true'.
setShowBackButton(boolean) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setShowNumberField(boolean) - Method in class org.salespointframework.web.html.DoubleView
Default 'false'.
setShowNumberField(boolean) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setShowSearch(boolean) - Method in class org.salespointframework.desktop.JListView
set JListView.showSearch
setShowSlider(boolean) - Method in class org.salespointframework.desktop.JListView
set JListView.showSlider
setShowUsers(boolean) - Method in class org.salespointframework.web.taglib.login.LoginDialogTag
simple setter for attribute showUsers
setShowZeros(boolean) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
 
setShowZeros(boolean) - Method in class org.salespointframework.web.helper.ATMBuilder
should items with number of 0 should be rendered
setSource(CatalogImpl) - Method in class org.salespointframework.core.data.CatalogItemDataBasketEntry
Set the source of the DataBasketEntry.
setSource(S) - Method in class org.salespointframework.web.spring.controller.DoubleViewController
simple setter for attribute source
setSourceTable(Catalog, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the source table.
setSourceTable(CountingStock, boolean, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the source table.
setSourceTable(StoringStock, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the source table.
setSourceTable(DataBasket, DataBasketCondition, DataBasketEntryGrouper, TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the source of the source table.
setSourceView(View<T>) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setSrcOption(DataExchangeFormSheet.DataExchangeOption) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
 
setStandardResource(ResourceManager.StandardResource, BufferedImage) - Method in class org.salespointframework.core.ResourceManager
Set a standard resource
setStatus(boolean) - Method in class org.salespointframework.web.taglib.login.LoggedInTag
 
setStatusFormSheet(FormSheet) - Method in class org.salespointframework.core.SalesPoint
Set a FormSheet in the SalesPoint's status display.
setStatusMenuSheet(MenuSheet) - Method in class org.salespointframework.core.SalesPoint
Set a MenuSheet in the SalesPoint's status display.
setStock(StockImpl<?, ?, ?>) - Method in class org.salespointframework.core.data.StockImpl
Set the Stock that contains this Stock.
setStock(StockImpl<?, ?, ?>) - Method in class org.salespointframework.core.data.StockItemImpl
Set the Stock that contains this StockItem.
setStock(StockImpl) - Method in class org.salespointframework.core.data.StoringStockImpl
Set the Stock and adjust the Catalog link for all Stocks that are contained in this Stock.
setStrategy(MoveStrategy) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet
Set the strategy to be used when moving items between source and destination.
setStyle(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setStyle(String) - Method in class org.salespointframework.web.html.DoubleView
The value of the style of the Double-View.
setStyle(String) - Method in class org.salespointframework.web.html.View
The value of the style of the View.
setStyle(String) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setStyle(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the style-attribute.
setStyleName(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setStyleName(String) - Method in class org.salespointframework.web.html.DoubleView
The value of the class-attribute of the Double-View.
setStyleName(String) - Method in class org.salespointframework.web.html.View
The value of the class-attribute of the View.
setStyleName(String) - Method in class org.salespointframework.web.taglib.AbstractTag
Sets HTML-style-name.
setStyleName(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the class-attribute.
setSummary(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setSummary(String) - Method in class org.salespointframework.web.html.View
A summary is only using by a table.
setSummary(String) - Method in class org.salespointframework.web.html.viewrepresentations.DefaultHtmlViewRepresentation
Set the summary.
setSummary(String) - Method in interface org.salespointframework.web.html.viewrepresentations.HtmlViewRepresentation
 
setSummary(String) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the summary.
setTabbedPane(IconTabbedPane) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setTableEntryDescriptor(TableEntryDescriptor) - Method in class org.salespointframework.web.helper.ATMBuilder
sets a TableEntryDescriptor
setTableModel(AbstractTableModel) - Method in class org.salespointframework.desktop.formsheets.LogTableForm
Changes the TableModel of a table.
setTableModel(AbstractTableModel) - Method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Changes the TableModel of a table.
setTableModel(AbstractTableModel) - Method in class org.salespointframework.desktop.formsheets.UserTableFormSheet
Changes the TableModel of a table.
SetTabOrder(long, long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setTed(TableEntryDescriptor) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.TableDataExchangeOption
 
setTemporaryAddedItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.CatalogImpl
Set the map of items that have been temporarily added to this Catalog.
setTemporaryAddedItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.StockImpl
Set the map of items that have been temporaryly added to the Stock.
setTemporaryRemovedItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.CatalogImpl
Set the map of items that have been temporarily removed from this Catalog.
setTemporaryRemovedItemsContainer(Map<String, T>) - Method in class org.salespointframework.core.data.StockImpl
Set the map of items that have been temporaryly removed from the Stock.
setText(String) - Method in class org.salespointframework.desktop.JInstructionTextField
 
setText(String) - Method in class org.salespointframework.desktop.JOptionPanel
Set the option panel's title text.
setTheShop(Shop) - Static method in class org.salespointframework.core.Shop
Set the global, singleton Shop instance.
SetThumbButtons(long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetThumbnailClip(long, int, int, int, int) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setTime(Object) - Method in class org.salespointframework.core.AutoTimer
Set the date
setTime(Object) - Method in class org.salespointframework.core.CalendarTime
Set the given date.
setTime(Object) - Method in class org.salespointframework.core.Date
Deprecated. Set the given date.
setTime(Object) - Method in class org.salespointframework.core.Step
Set the given Long as the new time value.
setTime(Object) - Method in class org.salespointframework.core.StepTimer
Set the time and fire a timeSet event.
setTime(Object) - Method in interface org.salespointframework.core.Time
Set the time.
setTime(Object) - Method in interface org.salespointframework.core.Timer
Set the current time.
setTimer(Timer) - Method in class org.salespointframework.core.Shop
Set the Shop's Timer.
setTimeToCount(int) - Method in class org.salespointframework.core.CalendarTime
Set an int that will define which time field will be increased by CalendarTime.goAhead(java.lang.Object).
setTitle(String) - Method in class org.salespointframework.desktop.interop.WindowsExtensions.JumpListItem
 
setTitleAt(int, String) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
set tab title and update IconTabbedPane.AdvancedTabComponent
setToFront - Variable in class org.salespointframework.desktop.multiwindow.MultiWindow.DisplayFrame
Helper Variable to avoid looping of MultiWindow.DisplayFrame.onDisplayFocusGained() (called whenever the window is set active) and MultiWindow.DisplayFrame.toFront() (called indirectly by onDisplayFocusGained).
setToFront - Variable in class org.salespointframework.desktop.multiwindow.MultiWindow.TabbedFrame
Helper Variable to avoid looping of MultiWindow.TabbedFrame.onDisplayFocusGained() (called whenever the window is set active) and MultiWindow.TabbedFrame.toFront() (called indirectly by onDisplayFocusGained).
setToolTipText(String) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the ToolTip of this Button.
setToolTipText(String) - Method in class org.salespointframework.core.MenuSheet
Set the ToolTip of this MenuSheet.
setToolTipText(String) - Method in class org.salespointframework.core.MenuSheetItem
Set the ToolTip of this MenuSheetItem.
setTop(int) - Method in class org.salespointframework.desktop.border.InsetLineBorder
set InsetLineBorder.top
setTransparency(long, float) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setupButtonBar(JPanel) - Method in interface org.salespointframework.core.events.FormsheetCustomizationListener
Customize button bar.
setupDescriptionPanel() - Method in class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
prepare the description panel component
setUrl(String) - Method in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
setUserCreator(UserCreator) - Method in class org.salespointframework.core.users.UserManager
Set the factory to be used when creating new User objects.
setUserImage(URI) - Method in class org.salespointframework.core.users.User
Set users image for performance reason, you have to call User.firePropertyChanged() separately
setUserImage(BufferedImage) - Method in class org.salespointframework.core.users.User
Set users image for performance reason, you have to call User.firePropertyChanged() separately
setValue(Value) - Method in class org.salespointframework.core.data.CatalogItemImpl
Set the item's value.
setValue(T) - Method in class org.salespointframework.core.data.DataBasketEntryImpl
set the entry's value
setValue(Number) - Method in class org.salespointframework.core.data.DoubleValue
Convert the given value to a Double before setting the actual value of the object.
setValue(Number) - Method in class org.salespointframework.core.data.IntegerValue
Convert every Number to an Integer before setting the actual value.
setValue(Number) - Method in class org.salespointframework.core.data.NumberValue
Set the actual value of the object.
setValueAt(Object, int, int) - Method in class org.salespointframework.desktop.models.AbstractTableModel
Set the value of the given cell in this TableModel.
setValueAt(Object, int, Object) - Method in interface org.salespointframework.desktop.TableEntryDescriptor
Set the value of the given column for the given record.
setValueAt(Object, int, int) - Method in class org.salespointframework.desktop.TableMap
Changes the value of a table cell.
setValueAt(Object, int, int) - Method in class org.salespointframework.desktop.TableSorter
Changes the value of a table cell.
setValueAt(Object, int, Object) - Method in class org.salespointframework.desktop.teds.AbstractTableEntryDescriptor
Does nothing because AbstractTableEntryDescriptor does not allow editing by default.
setView(DataExchangeFormSheet.DataExchangeView) - Method in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
 
setView(View<T>) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the View.
setViewDirection(ListViewDirectionType) - Method in class org.salespointframework.web.taglib.view.ListTag
Sets the ListViewDirectionType.
setViewIncrementally(View<T>) - Method in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
setViewMode(int) - Method in class org.salespointframework.core.Shop
Sets the view mode for the Shop.
setViewMode(int) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets a new view mode.
setViewRepresentation(HtmlViewRepresentation) - Method in class org.salespointframework.web.taglib.view.ViewTag
Setter for the HtmlViewRepresentation.
setVisible(boolean) - Method in class org.salespointframework.core.FormSheet.FormButton
Set the visible state of the button.
setVisible(boolean) - Method in class org.salespointframework.core.JDisplayDialog
 
setVisible(boolean) - Method in class org.salespointframework.core.MenuSheet
Mark this MenuSheet, all its descendants and merged peer MenuSheets visible or invisible.
setVisible(boolean) - Method in class org.salespointframework.core.MenuSheetItem
Mark the item visible or invisible.
setVisible(boolean) - Method in class org.salespointframework.core.MenuSheetObject
Mark this MenuSheetObject visible or invisible.
setWaitResponse(boolean) - Method in class org.salespointframework.core.FormSheet
Set the waitResponse property of this FormSheet.
setWidth(String) - Method in class org.salespointframework.web.taglib.ImageTag
setter for the width
setWindowIconic(Window, boolean) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setWindowRepaintListener(WindowRepaintListener) - Method in class org.salespointframework.core.Shop
Sets the callback for replacing the default SalesPoint background render in the shop window
SetWindowText(long, String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setWindowText(Window, String) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
SetWndProc(long, long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
setWrappedSize() - Method in class org.salespointframework.desktop.JTextWrapLabel
 
setWriteBack(boolean) - Method in interface org.salespointframework.core.PreferenceStorage
Set writeback to true, if the changes should be written immediately back to the storage, otherwise changes are saved on close or earlier
setWriteBack(boolean) - Method in class org.salespointframework.core.XmlPreferenceStorage
Sets writeback attribute
setYesButtonLabel(String) - Static method in class org.salespointframework.desktop.formsheets.MessageForm
Replace the default yes button text
setZebraStyle(boolean) - Method in class org.salespointframework.web.html.viewrepresentations.NativeHtmlTable
Default is 'false'.
setZebraStyle(boolean) - Method in class org.salespointframework.web.taglib.view.CssTableTag
Sets the 'Zebra-style'.
setZebraStyle(boolean) - Method in class org.salespointframework.web.taglib.view.TableTag
Sets the 'Zebra-style'.
shadowStyle - Variable in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
current shadow effect
shadowStyle - Variable in class org.salespointframework.desktop.renderer.UserListViewRenderer
shadow style
shop - Variable in class org.salespointframework.core.data.database.PersistenceManager.ModificationEntry
shop instance which caused this event
Shop - Class in org.salespointframework.core
The central class in a SalesPoint application, responsible for central management tasks and for persistence.
Shop() - Constructor for class org.salespointframework.core.Shop
Sole constructor to enforce singleton pattern.
Shop.ProcessHandle - Class in org.salespointframework.core
A ProcessContext for one remote or background process.
Shop.ProcessHandle(SaleProcess, Display, User, DataBasket) - Constructor for class org.salespointframework.core.Shop.ProcessHandle
Create a new ProcessHandle.
SHOP_MENU_TAG - Static variable in class org.salespointframework.core.Shop
MenuSheetObject tag marking the entire Shop MenuSheet.
show(Window) - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationDialog
show the dialog
show(Window) - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection.MssqlConfigurationDialog
builds the dialog, shows it and updates properties
show(Window) - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection.MysqlConfigurationDialog
initializes the window, shows it and updates the connection properties
show(Window) - Method in class org.salespointframework.core.data.database.SqliteDatabaseConnection.SqliteConfigurationDialog
builds the dialog, shows it and updates connection properties
show() - Method in class org.salespointframework.desktop.DatabaseConnectionForm
asynchronous showing. ignored if dialog is already visible to user
show() - Method in class org.salespointframework.desktop.formsheets.MessageForm
Blocking call to display the dialog and await users decision.
showBackButton - Variable in class org.salespointframework.web.html.DoubleView
 
showBackButton - Variable in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
showing - Variable in class org.salespointframework.desktop.DatabaseConnectionForm
showing thread
showNumberField - Variable in class org.salespointframework.web.html.DoubleView
 
showNumberField - Variable in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
showOpaque - Variable in class org.salespointframework.desktop.Hint
 
showParallel() - Method in class org.salespointframework.desktop.formsheets.MessageForm
Non Blocking call
showSearch - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
show search field flag
showSearch - Variable in class org.salespointframework.desktop.JListView
if true, JListView.modelFilter is displayed
showShutdownPreventedHint(MultiWindow) - Method in class org.salespointframework.core.Shop
Shows a hint if the shop shutdown was prevented by something.
showSlider - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.ListViewDataExchangeOption
show slider flag
showSlider - Variable in class org.salespointframework.desktop.JListView
if true, JListView.slider is displayed
showUsers - Variable in class org.salespointframework.web.taglib.login.LoginDialogTag
 
showZeros - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOption
show zeros in CountingStocks
showZeros - Variable in class org.salespointframework.desktop.models.CountingStockListModel
true, if zero count items should be displayed
showZeros - Variable in class org.salespointframework.web.helper.ATMBuilder
 
shutdown() - Method in class org.salespointframework.core.Shop
Close the Shop.
shuttlesort(int[], int[], int, int) - Method in class org.salespointframework.desktop.TableSorter
Sorting method.
SingleTableFormSheet - Class in org.salespointframework.desktop.formsheets
A FormSheet displaying the contents of a Catalog, Stock or DataBasket.
SingleTableFormSheet(String, UIGate, FormSheetContentCreator) - Constructor for class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Create a new SingleTableFormSheet.
SingleTableFormSheet.STFSContentCreator - Class in org.salespointframework.desktop.formsheets
Helper class forming the foundation of all SingleTableFormSheet content creators.
SingleTableFormSheet.STFSContentCreator() - Constructor for class org.salespointframework.desktop.formsheets.SingleTableFormSheet.STFSContentCreator
 
size(DataBasket) - Method in class org.salespointframework.core.data.CatalogImpl
Calculate the size of the Catalog.
size(DataBasket) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Calculate the size of the source Stock, considering only items that match the condition.
size(DataBasket) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Calculate the size of the filtered Catalog.
size(DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Catalog
Calculate the size of the Catalog.
size(DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Get the size of this Stock.
size - Variable in class org.salespointframework.core.data.PersistentList
cached size
size() - Method in class org.salespointframework.core.data.PersistentList
 
size - Variable in class org.salespointframework.core.data.PersistentMap
cached size
size() - Method in class org.salespointframework.core.data.PersistentMap
 
size(DataBasket) - Method in class org.salespointframework.core.data.StockImpl
Get the size of this Stock.
size - Variable in class org.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderContext
target size of component
sizeTS - Variable in class org.salespointframework.core.data.PersistentList
timestamp of size cache
sizeTS - Variable in class org.salespointframework.core.data.PersistentMap
timestamp if cahced size
slider - Variable in class org.salespointframework.desktop.JListView
slider for cell size
SOME_PROPERTY - Static variable in class org.salespointframework.core.data.AbstractNameable
Indicates that one or more properties changed
SOME_PROPERTY - Static variable in class org.salespointframework.core.users.User
Indicates that one or more properties changed
sort() - Method in class org.salespointframework.desktop.TableSorter
Sorts the model.
sortByColumn(int) - Method in class org.salespointframework.desktop.TableSorter
Sorts the table ascending by a column.
sortByColumn(int, boolean) - Method in class org.salespointframework.desktop.TableSorter
Sorts the table by a column.
sortingColumns - Variable in class org.salespointframework.desktop.TableSorter
Sorting vector.
source - Variable in class org.salespointframework.desktop.formsheets.ListViewFormSheet
source of JListView
source - Variable in class org.salespointframework.web.spring.controller.DoubleViewController
 
sourceView - Variable in class org.salespointframework.web.html.DoubleView
 
sourceView - Variable in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
SpAggregate - Interface in org.salespointframework.core.data.interfaces
flags the aggregating types of salespoint.
specificCatalogItem(CatalogItem) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches exactly one given CatalogItem.
specificStockItem(StockItem) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches exactly one given StockItem.
SpItem - Interface in org.salespointframework.core.data.interfaces
flags the item types of salespoint.
SqliteDatabaseConnection - Class in org.salespointframework.core.data.database
This is the implementation of DatabaseConnection for Sqlite 3 databases
SqliteDatabaseConnection() - Constructor for class org.salespointframework.core.data.database.SqliteDatabaseConnection
default constrcutor which initializes type map and special commands
SqliteDatabaseConnection.SqliteConfigurationDialog - Class in org.salespointframework.core.data.database
config dialog for sqlite connections
SqliteDatabaseConnection.SqliteConfigurationDialog(SqliteDatabaseConnection) - Constructor for class org.salespointframework.core.data.database.SqliteDatabaseConnection.SqliteConfigurationDialog
default constructor
SqliteDatabaseConnection.SqliteConfigurationFS - Class in org.salespointframework.core.data.database
config FormSheet for sqlite connections
SqliteDatabaseConnection.SqliteConfigurationFS(SqliteDatabaseConnection) - Constructor for class org.salespointframework.core.data.database.SqliteDatabaseConnection.SqliteConfigurationFS
default constructor
SqliteTemplate - Class in org.salespointframework.core.data.database
Template for Sqlite connections
SqliteTemplate() - Constructor for class org.salespointframework.core.data.database.SqliteTemplate
 
srcOption - Variable in class org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeOptions
Options for source component
SSCSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a StoringStock to a CountingStock
SSCSStrategy() - Constructor for class org.salespointframework.web.movestrategies.SSCSStrategy
 
SSDBStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a StoringStock source and a DataBasket destination.
SSDBStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.SSDBStrategy
 
SSDBStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a StoringStock to a DataBasket
SSDBStrategy() - Constructor for class org.salespointframework.web.movestrategies.SSDBStrategy
 
SSSSStrategy - Class in org.salespointframework.desktop.strategies.dataexchangeformsheet
MoveStrategy for a StoringStock source and destination.
SSSSStrategy() - Constructor for class org.salespointframework.desktop.strategies.dataexchangeformsheet.SSSSStrategy
 
SSSSStrategy - Class in org.salespointframework.web.movestrategies
MoveStategy moving items from a StoringStock to a StoringStock
SSSSStrategy() - Constructor for class org.salespointframework.web.movestrategies.SSSSStrategy
 
stackKey - Variable in class org.salespointframework.core.data.database.PersistenceManager.DelayedAssignmentInfo
 
standardResources - Variable in class org.salespointframework.core.ResourceManager
Map of all standard resources
start() - Method in class org.salespointframework.core.AutoTimer
Starts the timer
start - Variable in class org.salespointframework.core.data.database.PersistenceManager.PerformanceTimer
start/difference time
start() - Method in class org.salespointframework.core.SaleProcess
Start the process.
start() - Method in class org.salespointframework.core.Shop
Start the Shop.
startCloseTimer() - Method in class org.salespointframework.desktop.Hint
start the close timer
startDragOperation(Point) - Method in interface org.salespointframework.desktop.dnd.DnDComponent
start a drag operation at this point.
startDragOperation(Point) - Method in class org.salespointframework.desktop.JAbstractTable
 
startDragOperation(Point) - Method in class org.salespointframework.desktop.JListView
 
startDragOperation(Point) - Method in class org.salespointframework.desktop.JModelFilter.JDroppableInstructionField
nothing to do on drag start
started - Variable in class org.salespointframework.core.data.database.PersistenceManager.ShopInstance
start time
STARTEDIT_ACTION - Static variable in class org.salespointframework.core.data.StockItemImpl
 
stateChanged(ChangeEvent) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Implementation of the method in ChangeListener.
status - Variable in class org.salespointframework.web.taglib.login.LoggedInTag
 
STD_TAG_PREFIX - Static variable in class org.salespointframework.core.MenuSheetObject
The default tag prefix, if no tag was given.
Step - Class in org.salespointframework.core
This class is an implementation of the Time interface.
Step() - Constructor for class org.salespointframework.core.Step
Creates a new step with default starting time 0.
Step(Long) - Constructor for class org.salespointframework.core.Step
Creates a new step with the given long value as the starting time.
StepTimer - Class in org.salespointframework.core
This is a rather simple implementation of the Timer interface.
StepTimer() - Constructor for class org.salespointframework.core.StepTimer
Create a new timer wich uses an instance of Step as the time object.
StepTimer(Time) - Constructor for class org.salespointframework.core.StepTimer
Create a new timer wich uses the given Time object.
stfsReference - Variable in class org.salespointframework.desktop.formsheets.DescriptiveFormSheet
Keep a reference to the SingleTableFormSheet (if given).
Stock<T extends StockItem,CT extends CatalogItem> - Interface in org.salespointframework.core.data.interfaces
A Stock.
stock - Variable in class org.salespointframework.desktop.models.CountingStockListModel
CountingStock source
stock - Variable in class org.salespointframework.desktop.models.StoringStockListModel
StoringStock source
STOCK_ITEM_MAIN_KEY - Static variable in interface org.salespointframework.core.data.interfaces.DataBasketKeys
The main key for a DataBasketEntry that describes a StockItem movement.
StockChangeAdapter<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.events
An abstract adapter class for receiving stock change events.
StockChangeAdapter() - Constructor for class org.salespointframework.core.data.events.StockChangeAdapter
 
StockChangeEvent<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.events
Abstract super class of all events indicating changes in a Stock's contents.
StockChangeEvent(ListenableStock<T, CT>, DataBasket) - Constructor for class org.salespointframework.core.data.events.StockChangeEvent
Create a new StockChangeEvent.
StockChangeListener<T extends StockItem,CT extends CatalogItem> - Interface in org.salespointframework.core.data.events
Listener listening for StockChangeEvents.
StockFilterEvent<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.filters
Specialized StockChangeEvent for use with StockFilters.
StockFilterEvent(AbstractStockFilter<T, CT>, String, Set<T>, DataBasket) - Constructor for class org.salespointframework.core.data.filters.StockFilterEvent
Create a new StockFilterEvent.
StockFromStockCreator - Class in org.salespointframework.core.data
StockFromValueCreator that tries to fill a Stock using only items from another Stock.
StockFromStockCreator(Stock, CatalogItemValue) - Constructor for class org.salespointframework.core.data.StockFromStockCreator
Create a new StockFromStockCreator.
StockFromStockCreatorBT - Class in org.salespointframework.core.data
A StockFromStockCreator that performs backtracking.
StockFromStockCreatorBT(Stock, CatalogItemValue) - Constructor for class org.salespointframework.core.data.StockFromStockCreatorBT
Create a new StockFromStockCreatorBT.
StockFromValueCreator - Interface in org.salespointframework.core.data.interfaces
Strategy that increases a Stock's total value by adding StockItems that sum up to a given amount.
StockIdentifier<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data
Identifier class for Stocks.
StockIdentifier(String) - Constructor for class org.salespointframework.core.data.StockIdentifier
Create a new StockIdentifer.
StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl> - Class in org.salespointframework.core.data
Pure Java implementation of the Stock interface.
StockImpl(String, CatalogImpl<CT>) - Constructor for class org.salespointframework.core.data.StockImpl
Create a new StockImpl.
StockImpl(StockIdentifier<ST, CT>, CatalogImpl<CT>) - Constructor for class org.salespointframework.core.data.StockImpl
Create a new StockImpl.
StockImpl.CatalogItemNameListener - Class in org.salespointframework.core.data
PropertyChangeListener that reacts to name changes in CatalogItems that are currently being edited.
StockImpl.CatalogItemNameListener() - Constructor for class org.salespointframework.core.data.StockImpl.CatalogItemNameListener
 
StockItem - Interface in org.salespointframework.core.data.interfaces
An item in a Stock.
STOCKITEM - Static variable in class org.salespointframework.web.movestrategies.DBMoveStrategyHelper
 
StockItemDBEntry - Class in org.salespointframework.core.data
DataBasketEntry that represents an operation with StockItems.
StockItemDBEntry(String, StockImpl, StockImpl, Object) - Constructor for class org.salespointframework.core.data.StockItemDBEntry
Create a new StockItemDBEntry.
StockItemDBEntry.StockItemDBELogEntry - Class in org.salespointframework.core.data
A LogEntry that describes an operation on one or more StockItem(s).
StockItemDBEntry.StockItemDBELogEntry(StockItemDBEntry) - Constructor for class org.salespointframework.core.data.StockItemDBEntry.StockItemDBELogEntry
Create a new StockItemDBELogEntry.
StockItemImpl - Class in org.salespointframework.core.data
Pure Java implementation of the StockItem interface.
StockItemImpl(String) - Constructor for class org.salespointframework.core.data.StockItemImpl
Create a new StockItemImpl.
stop() - Method in class org.salespointframework.core.AutoTimer
Stops the timer
stop() - Method in class org.salespointframework.core.data.database.PersistenceManager.PerformanceTimer
stop timer an write difference to PersistenceManager.PerformanceTimer.start
stopFollowComponentOnDragLayer() - Method in class org.salespointframework.core.FormSheet
stops the component follow the mouse on drag layer
stopModificationTriggerWorker - Variable in class org.salespointframework.core.data.database.PersistenceManager
signal stop fpr MTW
stopMTW() - Method in class org.salespointframework.core.data.database.PersistenceManager
Stop the Modification Trigger Worker
StoringStock<T extends StockItem,CT extends CatalogItem> - Interface in org.salespointframework.core.data.interfaces
Tag interface that identifies StoringStocks.
StoringStockChangeEvent<T extends StockItemImpl,CT extends CatalogItemImpl> - Class in org.salespointframework.core.data
StockChangeEvent for use with StoringStocks.
StoringStockChangeEvent(ListenableStock<T, CT>, T, DataBasket) - Constructor for class org.salespointframework.core.data.StoringStockChangeEvent
Create a new StoringStockChangeEvent.
StoringStockFilter<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.filters
StockFilter for StoringStocks.
StoringStockFilter(StoringStock<T, CT>) - Constructor for class org.salespointframework.core.data.filters.StoringStockFilter
Create a new StoringStockFilter.
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl> - Class in org.salespointframework.core.data
Pure Java implementation of the StoringStock interface.
StoringStockImpl(Catalog<CT>) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl(StockIdentifier<T, CT>, Catalog<CT>) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl(String, Catalog<CT>) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl(String, Catalog<CT>, boolean) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl(String, Catalog<CT>, Class<T>) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl(String, Catalog<CT>, boolean, Class<T>) - Constructor for class org.salespointframework.core.data.StoringStockImpl
Create a new, initially empty StoringStockImpl.
StoringStockImpl.SSICatalogItemNameListener - Class in org.salespointframework.core.data
Enhanced CatalogItemNameListener, updating the names of the actual StockItems whenever a name change occurs.
StoringStockImpl.SSICatalogItemNameListener() - Constructor for class org.salespointframework.core.data.StoringStockImpl.SSICatalogItemNameListener
 
StoringStockItemDBEntry - Class in org.salespointframework.core.data
DataBasketEntry that describes operations with StoringStock's items.
StoringStockItemDBEntry(StoringStockImpl, StoringStockImpl, StockItem) - Constructor for class org.salespointframework.core.data.StoringStockItemDBEntry
Create a new StoringStockItemDBEntry.
StoringStockListModel - Class in org.salespointframework.desktop.models
ListModel for StoringStocks
StoringStockListModel(Stock, DataBasket, Comparator<StockItem>) - Constructor for class org.salespointframework.desktop.models.StoringStockListModel
default constructor
StoringStockListModel(Stock, DataBasket, Comparator<StockItem>, boolean, Category) - Constructor for class org.salespointframework.desktop.models.StoringStockListModel
constructor
StoringStockListViewRenderer - Class in org.salespointframework.desktop.renderer
ListCellRenderer for StoringStocks
StoringStockListViewRenderer() - Constructor for class org.salespointframework.desktop.renderer.StoringStockListViewRenderer
default constructor
StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale) - Constructor for class org.salespointframework.desktop.renderer.StoringStockListViewRenderer
constructor
StoringStockListViewRenderer(CatalogListViewRenderer.ShadowStyle, Locale, int) - Constructor for class org.salespointframework.desktop.renderer.StoringStockListViewRenderer
constructor
StoringStockTableModel - Class in org.salespointframework.desktop.models
A TableModel that models the contents of a Stock, representing each StockItem as an individual record.
StoringStockTableModel(Stock, DataBasket, Comparator<StockItem>, TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.models.StoringStockTableModel
Create a new StoringStockTableModel.
StreamMarker - Class in org.salespointframework.core
An Object to mark positions in ObjectStreams.
StreamMarker() - Constructor for class org.salespointframework.core.StreamMarker
Create a new StreamMarker.
streamToList(LogInputStream) - Method in class org.salespointframework.core.logging.LogFileContent
Does the actual conversion from a LogInputStream to a list of LogEntries.
style - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
style - Variable in class org.salespointframework.web.html.DoubleView
 
style - Variable in class org.salespointframework.web.html.View
 
style - Variable in class org.salespointframework.web.taglib.doubleview.DoubleViewTag
 
style - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
styleClass - Variable in class org.salespointframework.web.html.AbstractExtraColumn
Style-class of the cells.
styleName - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
styleName - Variable in class org.salespointframework.web.html.DoubleView
 
styleName - Variable in class org.salespointframework.web.html.View
 
styleName - Variable in class org.salespointframework.web.taglib.AbstractTag
Style-name for the tag.
styleName - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
subBasketIterator(String, DataBasketCondition) - Method in class org.salespointframework.core.data.DataBasketImpl
Iterate all entries in a given subbasket that match the given condition.
subBasketIterator(String, DataBasketCondition) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Iterate the contents of a given SubBasket.
subList(int, int) - Method in class org.salespointframework.core.data.PersistentList
this method is not implemented
subscribe() - Method in class org.salespointframework.core.data.filters.CatalogFilter
Subscribe as a listener to the source Catalog if that is a ListenableCatalog.
subscribe() - Method in interface org.salespointframework.core.HelpableListener
Called when the listener should subscribe to its own event source.
subscribe() - Method in class org.salespointframework.desktop.models.CatalogListModel
 
subscribe() - Method in class org.salespointframework.desktop.models.CatalogTableModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.CountingStockListModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.DatabaseConnectionModel
subscribe to PersistenceManager
subscribe() - Method in class org.salespointframework.desktop.models.DataBasketListModel
 
subscribe() - Method in class org.salespointframework.desktop.models.DataBasketTableModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.StoringStockListModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Subscribe as a listener to the model.
subscribe() - Method in class org.salespointframework.desktop.models.UserListModel
Subscribe to the UserManager to be informed of any changes in its set of users.
subscribe() - Method in class org.salespointframework.desktop.models.UserTableModel
Subscribe as a listener to the model.
subtract(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
subtract(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
subtract(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Subtract the given value from this one, and return the result.
subtract(Value) - Method in class org.salespointframework.core.data.QuoteValue
 
subtractAccumulating(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
subtractAccumulating(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
subtractAccumulating(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Subtract the given value from this one, changing this value.
subtractAccumulating(Value) - Method in class org.salespointframework.core.data.QuoteValue
If the given value is a QuoteValue, its bid and offer get subtracted from this value's bid and offer, resp.
sumBasket(DataBasketCondition, BasketEntryValue, Value) - Method in class org.salespointframework.core.data.DataBasketImpl
Sum up all entries in the DataBasket that match the given condition.
sumBasket(DataBasketCondition, BasketEntryValue, Value) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Sum up the values of all items in this DataBasket that match the condition.
sumCurrentSubBasket(DataBasketCondition, BasketEntryValue, Value) - Method in class org.salespointframework.core.data.DataBasketImpl
Sum up all entries in the current subbasket that match the given condition.
sumCurrentSubBasket(DataBasketCondition, BasketEntryValue, Value) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Sum up the values of all items in the current subbasket that match the condition.
summary - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
summary - Variable in class org.salespointframework.web.html.View
 
summary - Variable in class org.salespointframework.web.html.viewrepresentations.DefaultHtmlViewRepresentation
 
summary - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
sumStock(DataBasket, CatalogItemValue, Value) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Calculate the total value of the Stock, evaluating only items that match the condition.
sumStock(DataBasket, CatalogItemValue, Value) - Method in interface org.salespointframework.core.data.interfaces.Stock
Sum up the Stock.
sumStock(DataBasket, CatalogItemValue, Value) - Method in class org.salespointframework.core.data.StockImpl
Sum up the Stock.
sumSubBasket(DataBasketCondition, BasketEntryValue, Value) - Method in class org.salespointframework.core.data.DataBasketImpl.SubDataBasket
Sum up the values of all entries in this subbasket that match the condition.
sumSubBasket(String, DataBasketCondition, BasketEntryValue, Value) - Method in class org.salespointframework.core.data.DataBasketImpl
Sum up all entries in a given subbasket that match the given condition.
sumSubBasket(String, DataBasketCondition, BasketEntryValue, Value) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Sum up the values of all items in the given subbasket that match the condition.
supportsAutoGeneratedKeys() - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection
returns always true
supportsAutoGeneratedKeys() - Method in interface org.salespointframework.core.data.database.DatabaseConnection
return true if your database type supports automatically generated keys.
supportsAutoGeneratedKeys() - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
Returns always true
supportsAutoGeneratedKeys() - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
returns true
supportsAutoGeneratedKeys() - Method in class org.salespointframework.core.data.database.SqliteDatabaseConnection
returns false
suspend() - Method in class org.salespointframework.core.SaleProcess
Suspend the process.
suspend() - Method in class org.salespointframework.core.SalesPoint
Suspend the SalesPoint.
suspend() - Method in class org.salespointframework.core.Shop.ProcessHandle
Suspend the process that is handled by this ProcessHandle.
suspend() - Method in class org.salespointframework.core.Shop
Suspend a running Shop.
SUSPENDED - Static variable in class org.salespointframework.core.Shop
Constant marking the Shop's state.
switchContext(Class) - Method in class org.salespointframework.core.data.database.DefaultClassFieldMapper
analyze this class if changed

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 _