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

P

paintBorder(Component, Graphics, int, int, int, int) - Method in class org.salespointframework.desktop.border.InsetLineBorder
paint rectangle
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.salespointframework.desktop.border.NoTopBorder
 
paintBorderShadow(Graphics2D, Shape, int, Color, Color) - Static method in class org.salespointframework.desktop.DragItemPanel
paints a border shadow for following shapes: Rectangle2D, RoundRectangle2D
paintButtonBarBackground(Graphics2D, JComponent) - Method in interface org.salespointframework.core.events.FormsheetCustomizationListener
Draw button bars surface.
paintButtonBarBackground(Graphics, JComponent) - Method in class org.salespointframework.core.FormSheet
Paints button bar's background image
paintComponent(Graphics) - Method in class org.salespointframework.desktop.DragItemPanel
paint shadow
paintComponent(Graphics) - Method in class org.salespointframework.desktop.Hint
 
paintComponent(Graphics) - Method in class org.salespointframework.desktop.ImagePanel
draw ImagePanel.ci
paintComponent(Graphics) - Method in class org.salespointframework.desktop.JUserList.UserListCellRenderer
Paint the component: bgr, ....
paintComponentsBackground(Graphics2D, JComponent) - Method in interface org.salespointframework.core.events.FormsheetCustomizationListener
Draw components surface.
paintHightlightEffect(Graphics2D, Rectangle, Component) - Method in interface org.salespointframework.desktop.dnd.DnDComponent
paint drag'n drop highlight effect. drawing takes place on some layer above the standard layer, so the effect can be drawn beyond components bounds
paintHightlightEffect(Graphics2D, Rectangle, Component) - Method in class org.salespointframework.desktop.JAbstractTable
 
paintHightlightEffect(Graphics2D, Rectangle, Component) - Method in class org.salespointframework.desktop.JListView
 
paintHightlightEffect(Graphics2D, Rectangle, Component) - Method in class org.salespointframework.desktop.JModelFilter.JDroppableInstructionField
sraw border shadow and display text bubble
paintWindow(Graphics2D, JComponent) - Method in interface org.salespointframework.core.events.WindowRepaintListener
Method called when background needs to be painted
params - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
additional parameters for connection string
params - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
additional connection parameters
params - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
additional parameters
parse(String) - Method in class org.salespointframework.core.data.AbstractCurrency
Try to interpret the given String according to the currency format of the specific currency.
parse(String) - Method in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Try to parse the given String as a currency value in the currency's associated format.
parse(String) - Method in class org.salespointframework.core.data.filters.CurrencyFilter
Try to parse the given String as a Currency value using the source Currency.
parse(String) - Method in interface org.salespointframework.core.data.interfaces.Currency
Try to interpret the given String according to the currency format of the specific currency.
partialRollback(int) - Method in class org.salespointframework.core.data.CountingStockItemDBEntry
Rollback the operation described by this DataBasketEntry for a given number of items.
pass - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
connection password, if one was set. will not be saved if "ask for password" was checked in config
pass - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
stored password for connection
pass - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
password
PassWDGarbler - Interface in org.salespointframework.core.users
Strategy to be used when garbling passwords.
perform(SaleProcess, User) - Method in class org.salespointframework.core.GateChangeTransition
Perform the Transition.
perform(SaleProcess, User) - Method in interface org.salespointframework.core.Transition
Actually perform the transition.
perform(Object, int) - Method in class org.salespointframework.desktop.dnd.MoveAction
execute the move action
persist(Object) - Method in class org.salespointframework.core.data.database.PersistenceManager
Persist an object to DataSource
Persistence - Class in org.salespointframework.core.data.management
implementation for PersistenceMBean
Persistence(PersistenceManager) - Constructor for class org.salespointframework.core.data.management.Persistence
default constructor
PersistenceManager - Class in org.salespointframework.core.data.database
The PersistenceManager is the core of SalesPoints Persistence layer Its job is to manage the database connections and persist and recover objects
PersistenceManager() - Constructor for class org.salespointframework.core.data.database.PersistenceManager
Constructor
PersistenceManager.LogonInformation - Class in org.salespointframework.core.data.database
Logon information of users in local Salespoints should work with remote logons in future version
PersistenceManager.LogonInformation(User, SalesPoint) - Constructor for class org.salespointframework.core.data.database.PersistenceManager.LogonInformation
default constructor
PersistenceManager.PerformanceTimer - Class in org.salespointframework.core.data.database
Simple Performance timer with nano seconds precision
PersistenceManager.PerformanceTimer() - Constructor for class org.salespointframework.core.data.database.PersistenceManager.PerformanceTimer
Constructor with auto-start
PersistenceMBean - Interface in org.salespointframework.core.data.management
MBean which insturments the PersistenceManager
PersistenceProperty - Annotation Type in org.salespointframework.core.data.database
A PersistenceProperty defines field options for persistence process PersistenceProperty.follow() : set to false if you don't wish to persist this field PersistenceProperty.isUnique() : set to true, if this field should be the unique key PersistenceProperty.autoAssign() : set to true, if generated key should be set on this field after persistence process
PersistenceStateListener - Interface in org.salespointframework.core.data.events
This listener listens for changes in the persistence state which observes the the persistence process.
PersistenceStateListener.ConnectionState - Enum in org.salespointframework.core.data.events
Connection states
PersistenceStateListener.OperationalState - Enum in org.salespointframework.core.data.events
Operational states
PersistentList<E> - Class in org.salespointframework.core.data
A PersistentList represents a List which persists its items via PersistenceManager's listing methods.
PersistentList(String, Class) - Constructor for class org.salespointframework.core.data.PersistentList
default constructor because of a java language weakness you need to pass the type of generic argument explicitly
PersistentList(Object, String, Class, Object) - Constructor for class org.salespointframework.core.data.PersistentList
constructor
PersistentList(Object, String, Class, Object, Class, Class, Object, PersistentMap) - Constructor for class org.salespointframework.core.data.PersistentList
constructor.
PersistentMap<K,V> - Class in org.salespointframework.core.data
A PersistentMap is a Map that persists its key-value pairs to the data source.
PersistentMap(Object, String, Class, Class) - Constructor for class org.salespointframework.core.data.PersistentMap
default constructor.
PersistentMap(Object, String, Class, Class, Object) - Constructor for class org.salespointframework.core.data.PersistentMap
constructor.
PersistentMap(Object, String, Class, Class, Object, boolean) - Constructor for class org.salespointframework.core.data.PersistentMap
constructor.
PersistentMap(Object, String, Class, Class, long, Object, boolean) - Constructor for class org.salespointframework.core.data.PersistentMap
constructor.
PFENNIG_STCK_1 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
PFENNIG_STCK_10 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
PFENNIG_STCK_2 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
PFENNIG_STCK_5 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
PFENNIG_STCK_50 - Static variable in class org.salespointframework.core.data.CurrencyImpl
Deprecated. Field string represents the mainkey for an added CurrencyItemImpl.
popUpFormSheet(FormSheet) - Method in interface org.salespointframework.core.Display
Shows a FormSheet, but do not close the current FormSheet.
popUpFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayDialog
Open a fresh JDisplayDialog and display the FormSheet in it.
popUpFormSheet(FormSheet, FormSheet) - Method in class org.salespointframework.core.JDisplayDialog
Opens a fresh JDisplayDialog which is assigned to a FormSheet and displays another FormSheet in it.
popUpFormSheet(FormSheet) - Method in class org.salespointframework.core.JDisplayFrame
Open a fresh JDisplayDialog and display the FormSheet in it.
popUpFormSheet(FormSheet) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
popUpFormSheet(SaleProcess, FormSheet) - Method in interface org.salespointframework.core.ProcessContext
Pop up a FormSheet for a process.
popUpFormSheet(SaleProcess, FormSheet) - Method in class org.salespointframework.core.SalesPoint
Allow a process to pop up a FormSheet on the SalesPoint's current display.
popUpFormSheet(SaleProcess, FormSheet) - Method in class org.salespointframework.core.Shop.ProcessHandle
 
popUpFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Opens a fresh JDisplayDialog and displays the FormSheet in it.
popUpFormSheet(FormSheet) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Opens a fresh JDisplayDialog and display the FormSheet in it.
positionOfExtraColumns - Variable in class org.salespointframework.web.helper.RenderSettingsConfigurator
 
positionOfExtraColumns - Variable in class org.salespointframework.web.html.View
 
positionOfExtraColumns - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
PositionOfExtraColumnsType - Enum in org.salespointframework.web.enums
The position drawing ExtraColumns into a View.
postHandle(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.salespointframework.web.spring.controller.DoubleViewController
Override this method to specify additional post behavior.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.salespointframework.web.spring.interceptors.LoginInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.salespointframework.web.spring.interceptors.SearchFieldInterceptor
 
PreferenceStorage - Interface in org.salespointframework.core
The PreferenceStorage stores key - value pairs into a persistent storage
prepareListTable(String, Class, Class, boolean) - Method in class org.salespointframework.core.data.database.PersistenceManager
Prepares a table for a list, if table does not exist
prepareNewContentPane(int) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Prepares the MultiWindow's content pane for a new view mode.
prepareReferentialIntegrity(DataBasket, DataBasketEntry) - Method in class org.salespointframework.core.data.StockImpl
Helper method to be called in the beginning of commitAdd and rollbackRemove.
prepareTable(Class, Object) - Method in class org.salespointframework.core.data.database.PersistenceManager
Create a table for a Class, if table doesn't exist
prepareWindow(Window) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
prevTransition - Variable in class org.salespointframework.core.SaleProcess
The previous Transition, if any.
price - Variable in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
label for price
priceScalefactor - Variable in class org.salespointframework.desktop.renderer.CatalogListViewRenderer
scale factor for price label. component height will be multiplied with this value 0f < scale <= 1f
print(String, int) - Static method in class org.salespointframework.core.Debug
Print a message to STDERR.
printErrorInfo(int, Object) - Method in class org.salespointframework.core.SaleProcess
Print error information to inform the user of an error condition.
ProcessContext - Interface in org.salespointframework.core
A context that allows processes to run and access certain functionality.
processedImage - Variable in class org.salespointframework.desktop.ImagePanel
processed image
ProcessErrorCodes - Interface in org.salespointframework.core.exceptions
A collection of predefined process error codes.
processFilterString() - Method in class org.salespointframework.desktop.models.FilterableModel.DefaultModelFilter
split filter string
processFinished(SaleProcess) - Method in interface org.salespointframework.core.ProcessContext
Notification that a process was finished in this ProcessContext.
processFinished(SaleProcess) - Method in class org.salespointframework.core.SalesPoint
Notification that a process finished running on this SalesPoint.
processFinished(SaleProcess) - Method in class org.salespointframework.core.Shop.ProcessHandle
 
processStarted(SaleProcess) - Method in interface org.salespointframework.core.ProcessContext
Notification that a process was started in this ProcessContext.
processStarted(SaleProcess) - Method in class org.salespointframework.core.SalesPoint
Notification that a process started on a SalesPoint.
processStarted(SaleProcess) - Method in class org.salespointframework.core.Shop.ProcessHandle
 
promptPassword() - Method in class org.salespointframework.core.data.database.AbstractJavaDBConnection
prompts the user for connection password
promptPassword() - Method in class org.salespointframework.core.data.database.MssqlDatabaseConnection
displays the password prompt
promptPassword() - Method in class org.salespointframework.core.data.database.MysqlDatabaseConnection
prompts the user for connection password
propertyChange(PropertyChangeEvent) - Method in class org.salespointframework.core.data.database.PersistenceManager
react on property change
propertyChange(PropertyChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
propertyChange(PropertyChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
propertyChange(PropertyChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
propertyChange(PropertyChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
put(DataBasketEntry) - Method in class org.salespointframework.core.data.DataBasketImpl
Put a DataBasketEntry into the current subbasket.
put(DataBasketEntryImpl) - Method in class org.salespointframework.core.data.DataBasketImpl.SubDataBasket
Put a DataBasketEntry into the subbasket.
put(DataBasketEntry) - Method in interface org.salespointframework.core.data.interfaces.DataBasket
Put an entry into the DataBasket's current subbasket.
put(K, V) - Method in class org.salespointframework.core.data.PersistentMap
 
PUT_ACTION - Static variable in class org.salespointframework.core.data.DataBasketImpl
Action constant for #org.salespointframework.log.
putAll(Map<? extends K, ? extends V>) - Method in class org.salespointframework.core.data.PersistentMap
 

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