SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y

C

CalendarTime - class sale.CalendarTime.
This class is an implementation of the Time interface.
CalendarTime() - Constructor for class sale.CalendarTime
Creates a new CalendarTime with the current systemtime.
CalendarTime(int, int, int, int, int, int) - Constructor for class sale.CalendarTime
Creates a new CalendarTime with the given starting time
CalendarTime(int, int, int, int, int, int, int) - Constructor for class sale.CalendarTime
Creates a new CalendarTime with the given starting time and an int that defines the field which will be increased by CalendarTime.goAhead(java.lang.Object).
CalendarTime(long) - Constructor for class sale.CalendarTime
Creates a new CalendarTime with the given starting time.
CalendarTime(long, int) - Constructor for class sale.CalendarTime
Creates a new CalendarTime with the given starting time and an int that defines the field which will be increased by CalendarTime.goAhead(java.lang.Object).
cancel() - Method in class sale.FormSheet
Hook method called whenever the standard "Cancel" button was clicked.
CancelledException - exception sale.CancelledException.
Exception thrown when some action was cancelled by the user.
CancelledException() - Constructor for class sale.CancelledException
Create a new CancelledException.
CancelledException(String) - Constructor for class sale.CancelledException
Create a new CancelledException with a detail message.
canEditCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called to ask whether a CatalogItem may be edited.
canEditCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called to ask whether a CatalogItem may be edited.
canEditCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canEditCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
canEditCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
canEditStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called to ask whether certain StockItems may be edited.
canEditStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called to ask whether certain StockItems may be edited.
canEditStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
canEditStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
canGroup(DataBasketEntry, DataBasketEntry) - Method in class data.swing.CountingStockDBEGrouper
Return true if dbe1 and dbe2 have the same main and secondary key as well as the same source and destination and both values contain an Integer object.
canGroup(DataBasketEntry, DataBasketEntry) - Method in interface data.swing.DataBasketEntryGrouper
Return true to indicate that the two entries are conceptually part of one more general entry and that they must be grouped together.
canGroup(DataBasketEntry, DataBasketEntry) - Method in class data.swing.NOPDataBasketEntryGrouper
Returns false.
canMoveToDest() - Method in class data.stdforms.twotableformsheet.MoveStrategy
If true, a button for moving items from source to destination will be included.
canMoveToSource() - Method in class data.stdforms.twotableformsheet.MoveStrategy
If true, a button for moving items from destination to source will be included.
canQuit(boolean) - Method in class sale.SalesPoint
Check whether this SalesPoint can be closed.
canQuit(boolean) - Method in class sale.SaleProcess
Return true if this Process can be stopped with a subsequent quit() command.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called to ask whether a CatalogItem may be removed.
canRemoveCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called to ask whether a CatalogItem may be removed.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
canRemoveStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called to ask whether certain StockItems may be removed.
canRemoveStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called to ask whether certain StockItems may be removed.
canRemoveStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
canRemoveStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
canShutdown(boolean) - Method in class sale.Shop
Check whether shutdown can be permitted in the current state of the system.
canShutdown(boolean) - Method in class sale.Shop.ProcessHandle
Check whether the process that is handled by this ProcessHandle can be quitted.
canSortByColumn(int) - Method in class util.swing.AbstractTableEntryDescriptor
Returns false because AbstractTableEntryDescriptor does not allow sorting by column by default.
canSortByColumn(int) - Method in interface util.swing.TableEntryDescriptor
Return true if the records can be sorted by the specified column.
capabilitiesAdded(CapabilityDataEvent) - Method in class users.events.CapabilityDataAdapter
Called whenever capabilities where added to the source.
capabilitiesAdded(CapabilityDataEvent) - Method in interface users.events.CapabilityDataListener
Called whenever capabilities where added to the source.
capabilitiesReplaced(CapabilityDataEvent) - Method in class users.events.CapabilityDataAdapter
Called whenever capabilities where replaced in the source.
capabilitiesReplaced(CapabilityDataEvent) - Method in interface users.events.CapabilityDataListener
Called whenever capabilities where replaced in the source.
Capability - interface users.Capability.
Capabilities guard activities and restrict the users' options in an application.
CapabilityDataAdapter - class users.events.CapabilityDataAdapter.
An abstract adapter class for receiving capability data events.
CapabilityDataAdapter() - Constructor for class users.events.CapabilityDataAdapter
 
CapabilityDataEvent - class users.events.CapabilityDataEvent.
An event indicating changes in a user's capabilities.
CapabilityDataEvent(Object, Set) - Constructor for class users.events.CapabilityDataEvent
Create a new CapabilityDataEvent with a source and a set of affected capabilities
CapabilityDataListener - interface users.events.CapabilityDataListener.
A listener listening for CapabilityDataEvents.
CASCADE_TAG - Static variable in class sale.multiwindow.MultiWindow
Constant used as tag for the "Cascade" option.
Catalog - interface data.Catalog.
A Catalog.
CATALOG_ITEM_MAIN_KEY - Static variable in interface data.DataBasketKeys
The main key for a DataBasketEntry that describes a CatalogItem movement.
CatalogChangeAdapter - class data.events.CatalogChangeAdapter.
An abstract adapter class for receiving catalog change events.
CatalogChangeAdapter() - Constructor for class data.events.CatalogChangeAdapter
 
CatalogChangeEvent - class data.events.CatalogChangeEvent.
An event indicating a change in a Catalog's contents.
CatalogChangeEvent(ListenableCatalog, CatalogItem, DataBasket) - Constructor for class data.events.CatalogChangeEvent
Create a new CatalogChangeEvent.
CatalogChangeListener - interface data.events.CatalogChangeListener.
A listener listening for CatalogChangeEvents.
CatalogConflictException - exception data.CatalogConflictException.
An exception thrown when a catalog conflict was detected.
CatalogConflictException() - Constructor for class data.CatalogConflictException
Create a new CatalogConflictException.
CatalogConflictException(String) - Constructor for class data.CatalogConflictException
Create a new CatalogConflictException with a detail message.
CatalogFilter - class data.filters.CatalogFilter.
A filter for Catalogs.
CatalogFilter(Catalog) - Constructor for class data.filters.CatalogFilter
Create a new CatalogFilter.
CatalogImpl - class data.ooimpl.CatalogImpl.
Pure Java implementation of the Catalog interface.
CatalogImpl(String) - Constructor for class data.ooimpl.CatalogImpl
Create a new, initially empty CatalogImpl.
CatalogItem - interface data.CatalogItem.
An item in a Catalog.
CatalogItemDataBasketEntry - class data.ooimpl.CatalogItemDataBasketEntry.
A DataBasketEntry representing operations on CatalogImpls and CatalogItemImpls.
CatalogItemDataBasketEntry.CIDBELogEntry - class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry.
A LogEntry that describes CatalogItemDataBasketEntries.
CatalogItemDataBasketEntry.CIDBELogEntry(CatalogItemDataBasketEntry) - Constructor for class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry
Create a new CIDBELogEntry.
CatalogItemDataBasketEntry(CatalogImpl, CatalogImpl, CatalogItemImpl) - Constructor for class data.ooimpl.CatalogItemDataBasketEntry
Create a new CatalogItemDataBasketEntry.
CatalogItemImpl - class data.ooimpl.CatalogItemImpl.
Pure Java implementation of the CatalogItem interface.
CatalogItemImpl(String) - Constructor for class data.ooimpl.CatalogItemImpl
Create a new CatalogItemImpl.
CatalogItemImpl(String, Value) - Constructor for class data.ooimpl.CatalogItemImpl
Create a new CatalogItemImpl.
CatalogItemValue - class data.CatalogItemValue.
Objectifier to compute the value of a CatalogItem.
CatalogItemValue() - Constructor for class data.CatalogItemValue
 
CatalogTableModel - class data.swing.CatalogTableModel.
A TableModel that models the contents of a Catalog.
CatalogTableModel(Catalog, DataBasket, Comparator, TableEntryDescriptor) - Constructor for class data.swing.CatalogTableModel
Create a new CatalogTableModel.
CCSStrategy - class data.stdforms.twotableformsheet.CCSStrategy.
MoveStrategy for a Catalog source and a CountingStock destination.
CCSStrategy() - Constructor for class data.stdforms.twotableformsheet.CCSStrategy
 
CCStrategy - class data.stdforms.twotableformsheet.CCStrategy.
MoveStrategy for a Catalog source and destination.
CCStrategy() - Constructor for class data.stdforms.twotableformsheet.CCStrategy
 
CDBStrategy - class data.stdforms.twotableformsheet.CDBStrategy.
MoveStrategy for a Catalog source and a DataBasket destination.
CDBStrategy() - Constructor for class data.stdforms.twotableformsheet.CDBStrategy
 
CHANGE_TO_COMMIT_GATE - Static variable in class sale.GateChangeTransition
Transition that will go to the calling process' commit gate.
CHANGE_TO_LOG_GATE - Static variable in class sale.GateChangeTransition
Transition that will go to the calling process' log gate.
CHANGE_TO_QUIT_GATE - Static variable in class sale.GateChangeTransition
Transition that will go to the calling process' quit gate.
CHANGE_TO_ROLLBACK_GATE - Static variable in class sale.GateChangeTransition
Transition that will go to the calling process' rollback gate.
CHANGE_TO_STOP_GATE - Static variable in class sale.GateChangeTransition
Transition that will go to the calling process' stop gate.
changeOutputStream(OutputStream) - Method in class log.Log
Change this log's outputstream.
checkAdd(CatalogItem) - Method in class data.swing.CatalogTableModel
Internal helper method.
checkAdd(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Internal helper method.
checkAdd(String) - Method in class data.swing.CountingStockTableModel
Internal helper method.
checkModel() - Method in class util.swing.TableSorter
Hilfsmethode.
checkMove(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem) - Method in class data.stdforms.twotableformsheet.CCStrategy
Check whether the indicated move is allowable.
checkMove(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Check whether the indicated move is allowable.
checkMove(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, CountingStock, DataBasket, CatalogItem, int) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, CountingStock, DataBasketEntry, int) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, DataBasket, StoringStock, DataBasketEntry) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Check whether the indicated move is allowable.
checkMoveToDest(SaleProcess, SalesPoint, StoringStock, DataBasket, StockItem) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, StockItem) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, CountingStock, DataBasket, DataBasketEntry, int) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, CountingStock, CatalogItem, int) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, DataBasket, StoringStock, StockItem) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Check whether the indicated move is allowable.
checkMoveToSource(SaleProcess, SalesPoint, StoringStock, DataBasket, DataBasketEntry) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Check whether the indicated move is allowable.
checkNameChange(DataBasket, String, String) - Method in interface data.NameContext
Check a name change for compliance with the rules of this NameContext.
checkNameChange(DataBasket, String, String) - Method in class data.ooimpl.CatalogImpl
Check a name change of a CatalogItem in this Catalog.
checkNameChange(DataBasket, String, String) - Method in class data.ooimpl.StockImpl
Check a name change of a StockItem that is contained in this Stock.
checkRemove(CatalogItem) - Method in class data.swing.CatalogTableModel
Internal helper method.
checkRemove(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Internal helper method.
checkRemove(String) - Method in class data.swing.CountingStockTableModel
Internal helper method.
checkUpdate(CatalogItem) - Method in class data.swing.CatalogTableModel
Internal helper method.
checkUpdate(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Internal helper method.
checkUpdate(String) - Method in class data.swing.CountingStockTableModel
Internal helper method.
clean() - Method in class data.ooimpl.DataBasketImpl
Remove any items that have already been handled, but so far have not been removed from the DataBasket.
clearInternalStructures() - Method in class sale.Shop
Clear the internal structures maintained by the Shop, thus finishing off shutdown.
clone() - Method in class data.NumberValue
 
clone() - Method in class data.IntegerValue
 
clone() - Method in interface data.Value
Clone this value.
clone() - Method in class data.DoubleValue
 
clone() - Method in interface data.StockItem
Clone the StockItem.
clone() - Method in class data.QuoteValue
Create and return a deep clone of the QuoteValue.
clone() - Method in class data.filters.AbstractStockFilter
 
clone() - Method in class data.ooimpl.StockItemImpl
Clone this StockItem.
clone() - Method in class data.ooimpl.StockImpl
Create and return a deep clone of the Stock.
close() - Method in class sale.FormSheet
Close the FormSheet.
close() - Method in class log.LogInputStream
Close the stream and all streams that it relies on.
closeDisplay(Display) - Method in class sale.multiwindow.MultiWindow
Closes the given display.
closeFormSheet() - Method in class sale.JDisplayFrame
Close the current FormSheet.
closeFormSheet() - Method in class sale.JDisplayDialog
Close the current FormSheet.
closeFormSheet() - Method in class sale.NullDisplay
Throw a InvalidDisplayException.
closeFormSheet() - Method in interface sale.Display
Close the current FormSheet.
closeFormSheet() - Method in class sale.multiwindow.MultiWindowHandle
Closes the FormSheet currently rendered by this display.
closeFormSheet(FormSheet) - Method in class sale.JDisplayFrame
Close a FormSheet.
closeFormSheet(FormSheet) - Method in class sale.JDisplayDialog
Close a FormSheet.
closeFormSheet(FormSheet) - Method in interface sale.FormSheetContainer
Close a FormSheet.
closeFormSheet(FormSheet) - Method in class sale.multiwindow.MultiWindowHandle
Closes the FormSheet of this handle.
closeGlobalLog() - Static method in class log.Log
Closes the global log file if any log file was open.
closeLog() - Method in class log.Log
Closes this Log file.
COMMIT_ACTION - Static variable in class data.ooimpl.DataBasketImpl
Action constant for DataBasketImpl.log(int, log.Loggable).
commit() - Method in interface data.DataBasketEntry
Commit the operation described by the DataBasketEntry.
commit() - Method in interface data.DataBasket
Commit the entire contents of the DataBasket.
commit() - Method in class data.ooimpl.DataBasketImpl
Commit the contents of all subbaskets of this DataBasket.
commit() - Method in class data.ooimpl.DataBasketEntryImpl
Commit the operation.
commit(DataBasketCondition) - Method in interface data.DataBasket
Commit all items that match the given condition.
commit(DataBasketCondition) - Method in class data.ooimpl.DataBasketImpl
Commit all items in all subbaskets that do match the given condition.
commit(DataBasketCondition) - Method in class data.ooimpl.DataBasketImpl.SubDataBasket
Commit all items in this subbasket that match the condition.
commitAdd(DataBasket, DataBasketEntry) - Method in interface data.ooimpl.SelfManagingDBEDestination
Called when an add must be commited.
commitAdd(DataBasket, DataBasketEntry) - Method in class data.ooimpl.CatalogImpl
Commit the adding of a CatalogItem.
commitAdd(DataBasket, DataBasketEntry) - Method in class data.ooimpl.CountingStockImpl
Commit the adding of StockItems.
commitAdd(DataBasket, DataBasketEntry) - Method in class data.ooimpl.StoringStockImpl
Commit the adding of a StockItem.
commitAddStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called whenever the adding of StockItems was commited.
commitAddStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called whenever the adding of StockItems was commited.
commitAddStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitAddStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitAddStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
commitCurrentSubBasket() - Method in interface data.DataBasket
Commit the contents of the current subbasket.
commitCurrentSubBasket() - Method in class data.ooimpl.DataBasketImpl
Commit the current subbasket's contents.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called whenever the adding of a CatalogItem was commited.
commitedAddCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called whenever the adding of a CatalogItem was commited.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitedAddCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitEditCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called whenever editing a CatalogItem was commited.
commitEditCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called whenever editing a CatalogItem was commited.
commitEditCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitEditCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitEditStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called whenever the editing of StockItems was commited.
commitEditStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called whenever the editing of StockItems was commited.
commitEditStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitEditStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called whenever the removal of a CatalogItem was commited.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called whenever the removal of a CatalogItem was commited.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
commitedRemoveCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
commitRemove(DataBasket, DataBasketEntry) - Method in interface data.ooimpl.SelfManagingDBESource
Called when a remove must be rolled back.
commitRemove(DataBasket, DataBasketEntry) - Method in class data.ooimpl.CatalogImpl
Commit the removal of a CatalogItem.
commitRemove(DataBasket, DataBasketEntry) - Method in class data.ooimpl.CountingStockImpl
Commit the removal of StockItems.
commitRemove(DataBasket, DataBasketEntry) - Method in class data.ooimpl.StoringStockImpl
Commit the removal of a StockItem.
commitRemoveStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called whenever the removal of StockItems was commited.
commitRemoveStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called whenever the removal of StockItems was commited.
commitRemoveStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
commitRemoveStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
commitRemoveStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
commitSource() - Method in class data.ooimpl.StoringStockItemDBEntry
Commit the source part of the operation described by this DataBasketEntry.
commitSubBasket(String) - Method in interface data.DataBasket
Commit the contents of the named subbasket.
commitSubBasket(String) - Method in class data.ooimpl.DataBasketImpl
Commit all entries in a given subbasket.
compare(int, int) - Method in class util.swing.TableSorter
Vergleich.
compare(Object, Object) - Method in class util.ReverseOrderComparator
 
compare(Object, Object) - Method in class util.NaturalComparator
Compare the two objects assuming they are both comparable.
compare(User, User) - Method in class users.swing.UserTableModel.UserComparator
 
compareRowsByColumn(int, int, int) - Method in class util.swing.TableSorter
Vergleicht Spalten von bestimmten Zeilen.
compareTo(Object) - Method in class data.IntegerValue
Compare this value to the given object.
compareTo(Object) - Method in class data.DoubleValue
Compare this value to the given one.
compareTo(Object) - Method in class data.QuoteValue
Compare this value to the given one.
compareTo(Object) - Method in class data.swing.CountingStockTableModel.Record
Compare by descriptor.
compareTo(Object) - Method in class data.filters.CatalogFilter
Compare the source Catalog to the given object.
compareTo(Object) - Method in class data.filters.AbstractStockFilter
Compare the source Stock to the object.
compareTo(Object) - Method in class data.ooimpl.StockItemImpl
Compare this StockItem to the given object.
compareTo(Object) - Method in class data.ooimpl.CatalogItemImpl
Compare this CatalogItem to an object.
compareTo(Object) - Method in class data.ooimpl.StockImpl
Compare this StockItem to the given object.
contains(DataBasketCondition) - Method in interface data.DataBasket
Return true if the DataBasket contains an entry that matches the condition.
contains(DataBasketCondition) - Method in class data.ooimpl.DataBasketImpl
Check whether any entries matching a particular condition are contained in the DataBasket.
contains(StockItem, DataBasket) - Method in interface data.Stock
Check whether the Stock contains the given StockItem.
contains(StockItem, DataBasket) - Method in class data.filters.CountingStockFilter
Check whether the filtered Stock contains the given StockItem.
contains(StockItem, DataBasket) - Method in class data.filters.StoringStockFilter
Filter condition: Check whether a given item is contained in the filtered Stock.
contains(StockItem, DataBasket) - Method in class data.ooimpl.StockImpl
Check whether the Stock contains the given StockItem.
contains(StockItem, DataBasket) - Method in class data.ooimpl.CountingStockImpl
Check whether the Stock contains the given StockItem.
contains(String, DataBasket) - Method in interface data.Catalog
Check whether the Catalog contains a certain CatalogItem.
contains(String, DataBasket) - Method in interface data.Stock
Check whether the Stock contains an item with the given key.
contains(String, DataBasket) - Method in class data.filters.CatalogFilter
Check whether the indicated item is contained in the filtered Catalog.
contains(String, DataBasket) - Method in class data.filters.AbstractStockFilter
Returns (countItems (sKey, db) >= 0).
contains(String, DataBasket) - Method in class data.ooimpl.CatalogImpl
Check whether the Catalog contains a certain CatalogItem.
contains(String, DataBasket) - Method in class data.ooimpl.StockImpl
Check whether the Stock contains an item with the given key.
containsStock(Stock, DataBasket) - Method in interface data.Stock
Check whether the given Stock is completely contained in this Stock.
containsStock(Stock, DataBasket) - Method in class data.filters.CountingStockFilter
Check whether the filtered Stock contains the given Stock.
containsStock(Stock, DataBasket) - Method in class data.filters.StoringStockFilter
Check whether the given Stock is contained in the filtered Stock.
containsStock(Stock, DataBasket) - Method in class data.ooimpl.StockImpl
Check whether the given Stock is completely contained in this Stock.
containsStock(Stock, DataBasket) - Method in class data.ooimpl.CountingStockImpl
Reimplemented for efficiency reasons.
COUNT_ITEMS - Static variable in class data.BasketEntryValues
A BasketEntryValue that returns 1 for each entry.
count() - Method in class data.ooimpl.StockItemDBEntry
Count the items affected by this DataBasketEntry.
count() - Method in class data.ooimpl.CountingStockItemDBEntry
Count the affected items.
countAffectedItems() - Method in class data.events.StockChangeEvent
Count the items affected by this event.
CountingStock - interface data.CountingStock.
A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available.
CountingStockDBEGrouper - class data.swing.CountingStockDBEGrouper.
DataBasketEntryGrouper that groups entries that have the same main and secondary key as well as the same source and destination and where both values contain an Integer object.
CountingStockDBEGrouper() - Constructor for class data.swing.CountingStockDBEGrouper
Create a new CountingStockDBEGrouper.
CountingStockFilter - class data.filters.CountingStockFilter.
StockFilter for CountingStocks.
CountingStockFilter(CountingStock) - Constructor for class data.filters.CountingStockFilter
Create a new CountingStockFilter.
CountingStockImpl - class data.ooimpl.CountingStockImpl.
Pure Java implementation of the CountingStock interface.
CountingStockImpl(String, CatalogImpl) - Constructor for class data.ooimpl.CountingStockImpl
Create a new, initially empty CountingStockImpl.
CountingStockItemDBEntry - class data.ooimpl.CountingStockItemDBEntry.
DataBasketEntry describing operations with CountingStock's items.
CountingStockItemDBEntry.CSDBELogEntry - class data.ooimpl.CountingStockItemDBEntry.CSDBELogEntry.
LogEntry describing an operation on CountingStock StockItem's.
CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry) - Constructor for class data.ooimpl.CountingStockItemDBEntry.CSDBELogEntry
Create a new CSDBELogEntry.
CountingStockItemDBEntry(String, StockImpl, StockImpl, int) - Constructor for class data.ooimpl.CountingStockItemDBEntry
Create a new CountingStockItemDBEntry.
CountingStockTableModel - class data.swing.CountingStockTableModel.
A TableModel that models the contents of a CountingStock.
CountingStockTableModel.Record - class data.swing.CountingStockTableModel.Record.
A CountingStockTableModel's record.
CountingStockTableModel.Record(CatalogItem, int) - Constructor for class data.swing.CountingStockTableModel.Record
Create a new Record.
CountingStockTableModel(CountingStock, DataBasket, Comparator, boolean, TableEntryDescriptor) - Constructor for class data.swing.CountingStockTableModel
Create a new CountingStockTableModel.
countItems(String, DataBasket) - Method in interface data.Stock
Count the StockItems with a given key that are visible using a given DataBasket.
countItems(String, DataBasket) - Method in class data.filters.CountingStockFilter
Count the items of the given key in the filtered Stock.
countItems(String, DataBasket) - Method in class data.filters.StoringStockFilter
Count all StockItems for a given key that are contained in the filtered Stock.
countItems(String, DataBasket) - Method in class data.ooimpl.CountingStockImpl
Count the StockItems with a given key that are visible using a given DataBasket.
countItems(String, DataBasket) - Method in class data.ooimpl.StoringStockImpl
Count the StockItems with a given key that are visible using a given DataBasket.
create(String, Catalog, Catalog, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are Catalogs.
create(String, Catalog, Catalog, DataBasket, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, CCStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are Catalogs.
create(String, Catalog, CountingStock, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
create(String, Catalog, CountingStock, DataBasket, UIGate, Comparator, Comparator, boolean, TableEntryDescriptor, TableEntryDescriptor, CCSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a CountingStock.
create(String, Catalog, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
create(String, Catalog, DataBasket, UIGate, Comparator, Comparator, DataBasketEntryGrouper, TableEntryDescriptor, TableEntryDescriptor, CDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
create(String, Catalog, DataBasket, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, CDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a DataBasket.
create(String, Catalog, StoringStock, DataBasket, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, CSSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a StoringStock.
create(String, Catalog, StoringStock, DataBasket, UIGate, CSSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a Catalog and the destination is a StoringStock.
create(String, Catalog, UIGate) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, DataBasket, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, Catalog, UIGate, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a Catalog.
create(String, CountingStock, CountingStock, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
create(String, CountingStock, CountingStock, DataBasket, UIGate, Comparator, Comparator, boolean, boolean, TableEntryDescriptor, TableEntryDescriptor, CSCSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are CountingStocks.
create(String, CountingStock, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a CountingStocks and the destination is a DataBasket.
create(String, CountingStock, DataBasket, UIGate, Comparator, Comparator, boolean, TableEntryDescriptor, TableEntryDescriptor, CSDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
create(String, CountingStock, DataBasket, UIGate, Comparator, Comparator, DataBasketEntryGrouper, boolean, TableEntryDescriptor, TableEntryDescriptor, CSDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a CountingStock and the destination is a DataBasket.
create(String, CountingStock, UIGate) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, boolean) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, boolean, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator, boolean) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator, boolean, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, boolean) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, boolean, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator, boolean) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator, boolean, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, DataBasket, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, CountingStock, UIGate, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a CountingStock.
create(String, DataBasket, Catalog, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
create(String, DataBasket, Catalog, UIGate, Comparator, Comparator, DataBasketEntryGrouper, TableEntryDescriptor, TableEntryDescriptor, DBCStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
create(String, DataBasket, Catalog, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, DBCStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a Catalog.
create(String, DataBasket, CountingStock, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
create(String, DataBasket, CountingStock, UIGate, Comparator, Comparator, boolean, TableEntryDescriptor, TableEntryDescriptor, DBCSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
create(String, DataBasket, CountingStock, UIGate, Comparator, Comparator, DataBasketEntryGrouper, boolean, TableEntryDescriptor, TableEntryDescriptor, DBCSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a CountingStock.
create(String, DataBasket, StoringStock, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
create(String, DataBasket, StoringStock, UIGate, Comparator, Comparator, DataBasketEntryGrouper, TableEntryDescriptor, TableEntryDescriptor, DBSSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
create(String, DataBasket, StoringStock, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, DBSSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a DataBasket and the destination is a StoringStock.
create(String, DataBasket, UIGate, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, DataBasketEntryGrouper, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, DataBasketEntryGrouper, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketCondition, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketEntryGrouper, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, DataBasketEntryGrouper, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, DataBasket, UIGate, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a DataBasket.
create(String, StoringStock, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
create(String, StoringStock, DataBasket, UIGate, Comparator, Comparator, DataBasketEntryGrouper, TableEntryDescriptor, TableEntryDescriptor, SSDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
create(String, StoringStock, DataBasket, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, SSDBStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where the source is a StoringStock and the destination is a DataBasket.
create(String, StoringStock, StoringStock, DataBasket, UIGate) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are StoringStocks.
create(String, StoringStock, StoringStock, DataBasket, UIGate, Comparator, Comparator, TableEntryDescriptor, TableEntryDescriptor, SSSSStrategy) - Static method in class data.stdforms.TwoTableFormSheet
Create and return a new TwoTableFormSheet where source and destination are StoringStocks.
create(String, StoringStock, UIGate) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, Comparator) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, Comparator, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, DataBasket, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
create(String, StoringStock, UIGate, TableEntryDescriptor) - Static method in class data.stdforms.SingleTableFormSheet
Create and return a new SingleTableFormSheet that will display the contents of a StoringStock.
createCatalogItem(String) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Create a new CatalogItem of the given key.
createDefaultModel() - Method in class util.swing.JIntInput
Create and return the input fields document.
createFormSheetContent(FormSheet) - Method in class sale.FormSheetContentCreator
Create the FormSheet's contents.
createLog(OutputStream) - Method in interface log.LogCreator
Create a new log file using the given OutputStream.
createLog(OutputStream) - Static method in class log.Log
Create a new Log file using the current Log creator.
createPeer() - Method in class data.ooimpl.CatalogImpl
Create and return an empty CatalogImpl of the same name and class.
createPeer() - Method in class data.ooimpl.StockImpl
Create an empty Stock with the same name, associated Catalog and class.
createPeer() - Method in class data.ooimpl.CountingStockImpl
 
createPeer() - Method in class data.ooimpl.StoringStockImpl
 
createShopMenuSheet() - Method in class sale.Shop
Create and return the Shop's main MenuSheet.
createStatusDisplay(SalesPoint) - Method in class sale.Shop
Create a status display for a SalesPoint.
createStockItem(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Create a fresh StockItem following the specifications given.
createUser(String) - Method in class users.UserManager
Create a new user to be managed by this UserManager.
createUser(String) - Method in class users.UserCreator
Create and return a new User object for the given name.
CSCSStrategy - class data.stdforms.twotableformsheet.CSCSStrategy.
MoveStrategy for a CountingStock source and destination.
CSCSStrategy() - Constructor for class data.stdforms.twotableformsheet.CSCSStrategy
 
CSDBStrategy - class data.stdforms.twotableformsheet.CSDBStrategy.
MoveStrategy for a CountingStock source and a DataBasket destination.
CSDBStrategy() - Constructor for class data.stdforms.twotableformsheet.CSDBStrategy
 
CSSStrategy - class data.stdforms.twotableformsheet.CSSStrategy.
MoveStrategy for a Catalog source and a StoringStock destination.
CSSStrategy() - Constructor for class data.stdforms.twotableformsheet.CSSStrategy
 
Currency - interface data.Currency.
A special Catalog that represents a currency.
CurrencyFilter - class data.filters.CurrencyFilter.
A CatalogFilter that filters Currencies.
CurrencyFilter(Currency) - Constructor for class data.filters.CurrencyFilter
Create a new CurrencyFilter.
CurrencyImpl - class data.ooimpl.CurrencyImpl.
Pure Java implementation of the Currency interface.
CurrencyImpl(String) - Constructor for class data.ooimpl.CurrencyImpl
Create a new CurrencyImpl with a default locale of Locale.GERMANY and fill it.
CurrencyImpl(String, Locale) - Constructor for class data.ooimpl.CurrencyImpl
Create a new, initially empty CurrencyImpl for the given locale.
CurrencyItem - interface data.CurrencyItem.
An item in a Currency.
CurrencyItemImpl - class data.ooimpl.CurrencyItemImpl.
Pure Java implementation of the CurrencyItem interface.
CurrencyItemImpl(String, int) - Constructor for class data.ooimpl.CurrencyItemImpl
Create a new CurrencyItemImpl.
CurrencyRenderer - class data.swing.CurrencyRenderer.
A cell renderer that takes a NumberValue and renders it using the formatting capabilities of a Currency.
CurrencyRenderer(Currency) - Constructor for class data.swing.CurrencyRenderer
Create a new CurrencyRenderer.

SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y