A C D E F G H I L M N O P R S T U V

A

addCategorizedItemsTableListener(CategorizedItemsTableListener) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Add listener for this dialog.
addCategoryDialogGuiListener(CategoryDialogListener) - Method in class org.opensubsystems.inventory.application.CategoryDialog
Add listener for this dialog.
addIdentificationDialogGuiListener(IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.IdentificationDialog
Add listener for this dialog.
addItemBasicPageListener(ItemBasicPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Add listener for this dialog.
addItemDialogGuiListener(ItemDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Add listener for this dialog.
addItemIdentificationPageListener(ItemIdentificationPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Add listener for this dialog.
addItemPropertiesPageListener(ItemPropertiesPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Add listener for this dialog.
addItemUnitPageListener(ItemUnitPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Add listener for this dialog.
addSubcategories() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Add selected subcategory from available list to selected list.
addToCategories(int, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Add item type to a specified categories.
addToCategories(int, int[]) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Add item type to a specified categories.
addToCategory(int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Add item type to a specified category.
addToCategory(int, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Add item type to a specified category.
addUnitDialogGuiListener(UnitDialogListener) - Method in class org.opensubsystems.inventory.application.UnitDialog
Add listener for this dialog.
adjustUnit(int, Timestamp, int) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Change the available count for given unit to a given value.
adjustUnit(int, Timestamp, int) - Method in interface org.opensubsystems.inventory.logic.UnitController
Change the available count for given unit to a given value.
ALL_CATEGORY_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Category
Static variable for array of all columns codes.
ALL_FILTER_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Category
Static variable for array of all filter columns codes.
ALL_FILTER_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Identification
Static variable for array of all filter columns codes.
ALL_FILTER_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Inventory
TODO: For Miro: This is not used for now so either we implement filters for it and then remove this to do or remove this attribute.
ALL_FILTER_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Static variable for array of all filter columns codes.
ALL_FILTER_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Unit
Static variable for array of all filter columns codes.
ALL_IDENTIFICATION_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Identification
Static variable for array of all columns codes.
ALL_INVENTORY_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Inventory
Static variable for array of all columns codes.
ALL_ITEM_CATEGORY_MAP_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Static variable for array of all User-Role Map columns codes.
ALL_ITEM_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Item
Static variable for array of all columns codes.
ALL_ITEM_UNIT_IDENTIFICATION_VIEW_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Static variable for array of all columns codes.
ALL_ITEM_UNIT_VIEW_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Static variable for array of all columns codes.
ALL_UNIT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Unit
Static variable for array of all columns codes.
allDataLoaded(AsyncDataLoader) - Method in class org.opensubsystems.inventory.application.swt.ItemTable
allItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
All button pressed
AVAILABLE_COUNT_COLUMN - Static variable in class org.opensubsystems.inventory.application.swt.ItemTable
Column, which displays available count.
AVAILABLE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays
AVAILABLE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Offset of field in the field arrays
availableCountChanged(int) - Method in interface org.opensubsystems.inventory.application.swt.ItemUnitPageListener
Notification that the item available count has changed based on the unit count change.
AVERAGE_COST_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Offset of field in the field arrays
averageCostChanged(double) - Method in interface org.opensubsystems.inventory.application.swt.ItemIdentificationPageListener
Notification that the average cost of the item has changed since the cost of individually identifiable items has changed.
averageCostChanged(double) - Method in interface org.opensubsystems.inventory.application.swt.ItemUnitPageListener
Notification that the average cost of the item has changed since the cost of units has changed.

C

categoriesLoaded(boolean) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Called when categories are loaded from db
categoriesLoaded(boolean) - Method in interface org.opensubsystems.inventory.application.swt.CategorizedItemsTableListener
Notification whem categories are loaded from the persistence store.
CategorizedItemsTable - Class in org.opensubsystems.inventory.application.swt
Table displaying list of some items which can be filtered using categories.
CategorizedItemsTable(Composite, ThickClientModule, Inventory, Map, Map, int[], int, int, Integer[]) - Constructor for class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Constructor
CategorizedItemsTableListener - Interface in org.opensubsystems.inventory.application.swt
This listener contains functions, which signal from this table to parent
Category - Class in org.opensubsystems.inventory.data
This class represents category into which items in the inventory can be categorized.
Category() - Constructor for class org.opensubsystems.inventory.data.Category
Empty constructor
Category(int) - Constructor for class org.opensubsystems.inventory.data.Category
Empty category for a specified domain initialized to default parameters
Category(int, int, String, String, int) - Constructor for class org.opensubsystems.inventory.data.Category
Full constructor to create new root category.
Category(int, int, int, String, String, int) - Constructor for class org.opensubsystems.inventory.data.Category
Constructor to create new child category.
Category(int, int, int, int, String, String, int) - Constructor for class org.opensubsystems.inventory.data.Category
Full constructor.
Category(int, int, int, int, String, String, int, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.Category
Full constructor to create new child category.
CATEGORY_DESCRIPTION_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Maximal length of category description.
CATEGORY_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Columns which always have to be retrieved from the database
CATEGORY_NAME_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Maximal length of category name.
CATEGORY_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Name identifies this schema in the database.
CATEGORY_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Version of this schema in the database.
CATEGORY_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
CategoryController - Interface in org.opensubsystems.inventory.logic
Business logic related to managing categories.
CategoryControllerImpl - Class in org.opensubsystems.inventory.logic.impl
Implementation of CategoryController interface to manage categories.
CategoryControllerImpl() - Constructor for class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
Default constructor.
CategoryDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve and manipulate categories in persistence store.
CategoryDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Default constructor.
CategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to persistence of categories.
CategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Default constructor.
CategoryDialog - Class in org.opensubsystems.inventory.application
Dialog to create and edit categories or subcategories.
CategoryDialog(ThickClient, String, boolean, Category) - Constructor for class org.opensubsystems.inventory.application.CategoryDialog
Constructor for dialog to create or edit category or subcategory.
CategoryDialogGui - Interface in org.opensubsystems.inventory.application
GUI portion of the category dialog, which abstracts the gui technology dependent portion of the creating or modifying categories from the backend process.
CategoryDialogListener - Interface in org.opensubsystems.inventory.application
Interface by which client can monitor changes made in the dialog.
CategoryDialogPersistor - Class in org.opensubsystems.inventory.application
Dialog listener implementation, which persists the data from the dialog.
CategoryDialogPersistor(CategoryDialog) - Constructor for class org.opensubsystems.inventory.application.CategoryDialogPersistor
Constructor
CategoryFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate categories in the persistence store.
categorySelected(int) - Method in interface org.opensubsystems.inventory.application.swt.CategorizedItemsTableListener
Notification when category was selected.
changeAvailableCount(int, String) - Method in class org.opensubsystems.inventory.application.InventoryModule
Change the available count for a specified item.
changeAvailableCount(int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Change the available count for specified items by specified relative values.
changeAvailableCount(List, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Change the available count for specified items by specified relative values.
changeAvailableCount(PreparedStatement, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Change the available count for specified inventory items by specified relative values.
changeAvailableCount(int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the available count for specified unit by specified relative value.
changeAvailableCount(List) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the available count for specified unit by specified relative values.
changeAvailableCount(PreparedStatement, int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the available count for specified units by specified relative values.
changeAvailableCount(int, int, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Change the available count for specified items by specified relative values.
changeAvailableCount(List, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Change the available count for specified items by specified relative values.
changeAvailableCount(int, int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Change the available count for specified unit by specified relative value.
changeAvailableCount(List) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Change the available count for specified unit by specified relative values.
changeCounts(int, int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold cont and available count for specified item.
changeCounts(List, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold cont and available count for specified item.
changeCounts(PreparedStatement, int, int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold cont and available count for specified item.
changeCounts(int, int, int, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the on hold cont and available count for specified item.
changeCounts(List, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the on hold cont and available count for specified item.
changeOnHoldCount(int, int, boolean, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold count for specified item by specified relative values.
changeOnHoldCount(List, boolean, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold count for specified item, which means that the item is still in the inventory but it was reserved.
changeOnHoldCount(PreparedStatement, int, int, boolean) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the on hold count for specified item, which means that the item is still in the inventory but it was reserved.
changeOnHoldCount(int, int, boolean, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the on hold count for specified item by specified relative values.
changeOnHoldCount(List, boolean, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the on hold count for specified item, which means that the item is still in the inventory but it was reserved.
changeShippedAndAvailableCount(int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCount(List) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCount(PreparedStatement, int, int, boolean) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Change the shipped and available count for specified inventory items by specified relative values.
changeShippedAndAvailableCount(int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the shipped and available count for specified unit by specified relative value.
changeShippedAndAvailableCount(PreparedStatement, int, int, boolean) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the shipped and available count for specified units by specified relative values.
changeShippedAndAvailableCount(int, int, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCount(List) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCount(int, int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Change the shipped and available count for specified unit by specified relative value.
changeShippedAndAvailableCountSafely(List) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCountSafely(List) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Update the shipped and available count for specified item.
changeShippedAndAvailableCountSecure(int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Change the shipped and available count for specified unit by specified relative value.
changeShippedAndAvailableCountSecure(int, int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Change the shipped and available count for specified unit by specified relative value.
checkAccess(int, int) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
Check access for given data object based on categories on which rights can be enforces.
checkAccess(int, int) - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
Check access for given data object based on categories on which rights can be enforces.
checkAccess(int, int) - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
Check access for given data object based on categories on which rights can be enforces.
checkAccess(int, int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Check access for given data object based on categories on which rights can be enforces.
checkAccess(int, int) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Check access for given data object based on categories on which rights can be enforces.
checkAccessForDataObject(int, int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Check access for specified dataobject and specified action.
checkAvailableChangeError(int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Check what type of error has occured during update of available count.
checkOnHoldChangeError(int, int, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Check what type of error has occured during update of on hold count.
COL_CATEGORY_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_DESCRIPTION - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_DISPLAY_ORDER - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_ID - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_NAME - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_CATEGORY_NAME_OBJ - Static variable in class org.opensubsystems.inventory.data.Category
Object code for table column.
COL_CATEGORY_PARENT_ID - Static variable in class org.opensubsystems.inventory.data.Category
Code for table column.
COL_IDENTIFICATION_COMMENTS - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_COST - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_EXTERNAL_NUMBER - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_EXTERNAL_NUMBER_OBJ - Static variable in class org.opensubsystems.inventory.data.Identification
Object code for table column.
COL_IDENTIFICATION_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_INTERNAL_NUMBER - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_INTERNAL_NUMBER_OBJ - Static variable in class org.opensubsystems.inventory.data.Identification
Object code for table column.
COL_IDENTIFICATION_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_ITEM_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_MANUFACTURER_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_RENTER_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_RETIRED - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_IDENTIFICATION_UNIT_ID - Static variable in class org.opensubsystems.inventory.data.Identification
Code for attribute.
COL_INVENTORY_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_DESCRIPTION - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_NAME - Static variable in class org.opensubsystems.inventory.data.Inventory
Code for table column.
COL_INVENTORY_NAME_OBJ - Static variable in class org.opensubsystems.inventory.data.Inventory
Object code for table column.
COL_ITEM_AVAILABLE_COUNT - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_AVERAGE_COST - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_DESCRIPTION - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_DISPLAY_ORDER - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_EXPENSE_TYPE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_ID - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_LAST_RECOUNT_TIMESTAMP - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_MINIMAL_AVAILABLE_COUNT - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_NAME - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_NAME_OBJ - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_NAME_STEM - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_ON_HOLD_COUNT - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_PERMANENTLY_ASSIGNED - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_POPULARITY_RANK - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_PRICE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_REUSABLE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_SHIPPED_COUNT - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_SIZE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_UNIQUELY_TRACKED - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_COMMENTS - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_COST - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_EXTERNAL_NUMBER - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_INTERNAL_NUMBER - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_MANUFACTURER_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_RENTER_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_IDENTIFICATION_VIEW_RETIRED - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Code for attribute.
COL_ITEM_UNIT_OF_MEASURE - Static variable in class org.opensubsystems.inventory.data.Item
Code for table column.
COL_ITEM_UNIT_VIEW_AVAILABLE_COUNT - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_AVAILABLE_COUNT2 - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_AVERAGE_COST - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_COST - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_CREATION_DATE2 - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_DESCRIPTION - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_DISPLAY_ORDER - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_EXPENSE_TYPE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_FOUND_HOLDER - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_ITEM_ID - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_LAST_RECOUNT_TIMESTAMP - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_MINIMAL_AVAILABLE_COUNT - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_MODIFICATION_DATE2 - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_NAME - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_NAME_STEM - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_ONHOLD_COUNT - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_PERMANENTLY_ASSIGNED - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_POPULARITY_RANK - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_PRICE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_REUSABLE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_SHIPPED_COUNT - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_SHIPPED_COUNT2 - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_SIZE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_UNIQUELY_TRACKED - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_ITEM_UNIT_VIEW_UNIT_OF_MEASURE - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for attribute.
COL_MAP_CATEGORY_ID - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Code for table column for join table.
COL_MAP_ITEM_ID - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Code for table column for join table.
COL_UNIT_AVAILABLE_COUNT - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_COST - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_COST_OBJ - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_CREATION_DATE - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_DOMAIN_ID - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_FOUND_HOLDER - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_ID - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_INVENTORY_ID - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_ITEM_ID - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_MODIFICATION_DATE - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
COL_UNIT_SHIPPED_COUNT - Static variable in class org.opensubsystems.inventory.data.Unit
Code for table column.
collectValues(Item) - Method in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Load values from the dialog into a data object
COMMENTS_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays
constructor() - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
constructor() - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
constructor() - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
constructor() - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
constructor() - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
consumableChanged(boolean) - Method in interface org.opensubsystems.inventory.application.swt.ItemBasicPageListener
Notification that the consumable status of the item has changed
COST_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays
COST_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Offset of field in the field arrays
costChanged(double) - Method in interface org.opensubsystems.inventory.application.swt.ItemIdentificationPageListener
Notification that the cost of the item has changed since the cost of individually identifiable items has changed.
costChanged(double) - Method in interface org.opensubsystems.inventory.application.swt.ItemPropertiesPageListener
Notification that the cost of the item has changed.
create(DataObject) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
create(DataObject) - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
create(DataObject) - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
create(DataObject) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
create(Item, List, int, int[], String, boolean) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Create new item in the inventory and add it to specified categories.
create(DataObject) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
create(Item, List, int, int[], String, boolean) - Method in interface org.opensubsystems.inventory.logic.ItemController
Create new item in the inventory and add it to specified categories.
create(DataObject) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
create(Collection) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.db2.DB2CategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.db2.DB2IdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.db2.DB2InventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
create(DataObject) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
create(Identification, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Create Identification in the persistance store.
create(Collection) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
create(List, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Create list of Identifications in the persistance store.
create(DataObject) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
create(Collection) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.InventorySubsystemDatabaseSchema
create(DataObject) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
create(Collection) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Create the schema.
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Create the schema.
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseIdentificationDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseInventoryDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseItemDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
create(DataObject) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
create(Collection) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
create(Identification, boolean) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Create Identification in the persistance store.
create(List, boolean) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Create list of Identifications in the persistance store.
createClientArea(ItemDialog, TabFolder, Item, int, List) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Create client area of this page.
createClientArea(ItemDialog, TabFolder, Item, String) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Create client area of this page.
createClientArea(ItemDialog, TabFolder, Item) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Create client area of this page.
createClientArea(ItemDialog, TabFolder, Item, String) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Create client area of this page.
createClientArea(boolean, Category, CategoryDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Create the client area of the dialog.
createClientArea(boolean, Identification, List, List, IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Create the client area of the dialog.
createClientArea(boolean, Item, int, List, String, ItemDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Create the client area of the dialog.
createClientArea(boolean, Unit, List, UnitDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Create the client area of the dialog.
createListIndexes(Connection) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Method creates specified LST indexes used for speeding up retrieving data into the list.
createListIndexes(Connection) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Method creates specified LST indexes used for speeding up retrieving data into the list.
createListIndexes(Connection) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Method creates specified LST indexes used for speeding up retrieving data into the list.
createListIndexes(Connection) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method creates specified LST indexes used for speeding up retrieving data into the list.
createListIndexes(Connection) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method creates specified LST indexes used for speeding up retrieving data into the list.

D

DB2CategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.db2
Database specific operations related to persistence of categories in IBM DB2.
DB2CategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.db2.DB2CategoryDatabaseSchema
Default constructor.
DB2IdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.db2
Database specific operations related to persistence of identifications in IBM DB2.
DB2IdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.db2.DB2IdentificationDatabaseSchema
Default constructor.
DB2InventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.db2
Database specific operations related to persistence of inventories in IBM DB2.
DB2InventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.db2.DB2InventoryDatabaseSchema
Default constructor.
DB2ItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.db2
Database specific operations related to persistence of items in IBM DB2.
DB2ItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
Default constructor.
DB2UnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.db2
Database specific operations related to persistence of units in SapDB.
DB2UnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Default constructor.
DEFAULT_INTERNAL_NUMBER - Static variable in class org.opensubsystems.inventory.data.Identification
Default value for internal number
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Category
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Identification
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Inventory
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Item
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Unit
Default columns to retrieve when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Category
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Identification
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Inventory
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Item
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Unit
Default columns to sort by when asked for list of objects.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.Category
Default order in which the columns will be sorted.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.Identification
Default order in which the columns will be sorted.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.Inventory
Default order in which the columns will be sorted.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.Item
Default order in which the columns will be sorted.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Default order in which the columns will be sorted.
DEFAULT_LIST_SORT_ORDER - Static variable in class org.opensubsystems.inventory.data.Unit
Default order in which the columns will be sorted.
delete(int) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
delete(int) - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
delete(int) - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
delete(int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
delete(int) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
delete(int, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
delete(Connection, int, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Delete category with specified id.
delete(int, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
delete(Connection, int, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Delete identification with specified ID.
delete(int, int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
delete(int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
delete(int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
deleteEmptyCategories(int, int[]) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Deletes all empty categories.
deleteEmptyCategories(int, int[]) - Method in interface org.opensubsystems.inventory.logic.ItemController
Deletes all empty categories.
deleteList(Connection, List, int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Delete all category records specified within the list.
deleteRecursiveCategories(Connection, List, int, int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Recursive delete all categories by IDs specified in the list.
deleteRoot(int, SimpleRule) - Method in interface org.opensubsystems.inventory.persist.CategoryFactory
Delete root category with all subcategories contained in this category.
deleteRoot(int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Delete root category with all subcategories contained in this category.
deleteRoot(Connection, int, int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Delete category and all its subcategories.
deleteRoot(Connection, int, int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Delete category and all its subcategories.
deleteRoot(Connection, int, int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Delete category and all its subcategories.
deleteRoots(int[]) - Method in interface org.opensubsystems.inventory.logic.CategoryController
Delete root categories which are caetgories that have no parents.
deleteRoots(int[]) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
Delete root categories which are caetgories that have no parents.
deleteRoots(int[], SimpleRule) - Method in interface org.opensubsystems.inventory.persist.CategoryFactory
Delete all specified root categories with all its subcategories contained in.
deleteRoots(int[], SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Delete all specified root categories with all its subcategories contained in.
deleteRoots(Connection, int[], int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Delete multiple categories and its subcategories.
deleteRoots(Connection, int[], int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Delete multiple categories and its subcategories.
deleteRoots(Connection, int[], int, SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Delete multiple categories and its subcategories.
DESCRIPTION_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays
DESCRIPTION_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Offset of field in the field arrays
DIFF_COUNT_COLUMN - Static variable in class org.opensubsystems.inventory.application.swt.ItemTable
Column, which displays difference between available and shipped count.
DISPLAY_INVENTORY - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Show item types in inventory.
DISPLAY_ISSUED - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Show item types with issued information.
DISPLAY_ISSUED_WITHOUT_FILTERS - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Show item types with issued information.
DISPLAY_UNKNOVN - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Constant for showed data type.
displayCreateCategoryDialog(int) - Method in class org.opensubsystems.inventory.application.InventoryModule
Display dialog to create category or subcategory.
displayCreateIdentificationDialog(double, List, List, IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Display dialog to create identification.
displayCreateItemDialog(int, int) - Method in class org.opensubsystems.inventory.application.InventoryModule
Display dialog to create item.
displayCreateUnitDialog(double, List, UnitDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Display dialog to create identification.
displayDialog() - Method in class org.opensubsystems.inventory.application.CategoryDialog
Display the dialog.
displayDialog(CategoryDialog, boolean, Category, CategoryDialogListener) - Method in interface org.opensubsystems.inventory.application.CategoryDialogGui
Display the dialog.
displayDialog() - Method in class org.opensubsystems.inventory.application.IdentificationDialog
Display the dialog.
displayDialog(IdentificationDialog, boolean, Identification, List, List, IdentificationDialogListener) - Method in interface org.opensubsystems.inventory.application.IdentificationDialogGui
Display the dialog.
displayDialog() - Method in class org.opensubsystems.inventory.application.ItemDialog
Display the dialog.
displayDialog(ItemDialog, boolean, Item, int, List, String, ItemDialogListener) - Method in interface org.opensubsystems.inventory.application.ItemDialogGui
Display the dialog.
displayDialog(CategoryDialog, boolean, Category, CategoryDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Display the dialog.
displayDialog(IdentificationDialog, boolean, Identification, List, List, IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Display the dialog.
displayDialog(ItemDialog, boolean, Item, int, List, String, ItemDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Display the dialog.
displayDialog(UnitDialog, boolean, Unit, List, UnitDialogListener) - Method in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Display the dialog.
displayDialog() - Method in class org.opensubsystems.inventory.application.UnitDialog
Display the dialog.
displayDialog(UnitDialog, boolean, Unit, List, UnitDialogListener) - Method in interface org.opensubsystems.inventory.application.UnitDialogGui
Display the dialog.
displayModifyCategoryDialog(Category) - Method in class org.opensubsystems.inventory.application.InventoryModule
Display dialog to modify user.
displayModifyIdentificationDialog(Identification, List, List, IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Display dialog to modify identification.
displayModifyItemDialog(int) - Method in class org.opensubsystems.inventory.application.InventoryModule
Display dialog to modify item.
displayModifyUnitDialog(Unit, List, UnitDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Display dialog to modify units.

E

equals(Object) - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
equals(Object) - Method in class org.opensubsystems.inventory.data.ItemUnitView
EXTERNAL_NUMBER_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays

F

FIND_BUTTONS - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Constant for Find buttons in char pad.
findItems() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Find in either all items or in the current category

G

get(int) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
get(int) - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
get(int) - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
get(int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
get(int) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
get(int, String) - Method in interface org.opensubsystems.inventory.persist.CategoryFactory
Get category based on unique combination of name and parent id.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
get(int, String) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Get category based on unique combination of name and parent id.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
get(int, String) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get specific identification identified by the number assigned to it by user, which should be unique in the inventory.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
get(String) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
Get inventory identified by it's name.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
get(int, String) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Get item based on it's inventory id and name.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
get(SimpleRule, int, Collection) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
Get specified identifications from the specified inventory.
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseFactory
get(int, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
get(int, double) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Get unit based on the item it belongs to and cost of this unit.
get(int, String) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Get specific identification identified by the number assigned to it by user, which should be unique in the inventory.
get(String) - Method in interface org.opensubsystems.inventory.persist.InventoryFactory
Get inventory identified by it's name.
get(int, String) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Get item based on it's inventory id and name.
get(SimpleRule, int, Collection) - Method in interface org.opensubsystems.inventory.persist.ItemUnitIdentificationViewFactory
Get specified identifications from the specified inventory.
get(int, double) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Get unit based on the item it belongs to and cost of this unit.
getActualCount(int[]) - Method in interface org.opensubsystems.inventory.persist.CategoryFactory
Get actual number of categories that still exists within the DB.
getActualCount(int[]) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Get actual number of categories that still exists within the DB.
getAllEmptyCategories(int, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Get IDs for all empty categories belonging to the specified inventory.
getAllEmptyCategories(int, int[]) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Get IDs for all empty categories belonging to the specified inventory.
getAllExternalNumbers(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get all manufacturer specified external numbers in inventory.
getAllExternalNumbers(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Get all manufacturer specified external numbers in inventory.
getAllInternalNumbers(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get all user specified internal numbers for particular inventory.
getAllInternalNumbers(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Get all user specified internal numbers for particular inventory.
getAvailableCount() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getAvailableCount() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get sum of all available units.
getAvailableCount() - Method in class org.opensubsystems.inventory.data.Item
 
getAvailableCount() - Method in class org.opensubsystems.inventory.data.Unit
 
getAvailableItems(int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
This method returnd ids of all units for specified item which are available (that is the available count > 0)
getAvailableItems(int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
This method returnd ids of all units for specified item which are available (that is the available count > 0)
getAverageCost() - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
 
getAverageCost() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get average cost of all units.
getAverageCost() - Method in class org.opensubsystems.inventory.data.Item
 
getCategories(long, int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Return all mapping between items and categories that's changed since the specified time.
getCategories(long, int) - Method in interface org.opensubsystems.inventory.logic.ItemController
Return all mapping between items and categories that's changed since the specified time.
getCategories(long, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Return all mapping between items and categories that's changed since the specified time.
getCategories(long, int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Return all mapping between items and categories that's changed since the specified time.
getCategoryController() - Method in class org.opensubsystems.inventory.application.CategoryDialogPersistor
Get controller to invoke business logic.
getCategoryController() - Method in class org.opensubsystems.inventory.application.InventoryModule
Get controller to invoke business logic.
getCategoryId() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getChangeAvailableCountSQL() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get SQL to available count.
getChangeAvailableCountSQL() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get SQL statement to change available count.
getChangeCountsSQL() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get SQL to change both available and on hold counts.
getChangeOnHoldCountSQL(boolean) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get SQL to change both available and on hold counts.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSafelySQL() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseItemDatabaseSchema
Method returns SQL statement for getChangeShippedAndAvailableCountSafely.
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQL() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Return sql statemnet string for change shipped and availbale in regular item, In regular item both available and shiped have to by nonnegative
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSecureSQLFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Return sql statemnet string for chnage shipped and availbale in found holder.
getChangeShippedAndAvailableCountSQL() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get SQL to change shipped and available counts.
getChangeShippedAndAvailableCountSQL() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get SQL statement to change shipped and available count.
getClientArea() - Method in class org.opensubsystems.inventory.application.swt.SWTInventoryModule
getColumn(int) - Static method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Get name for specified column code or null if the column is not recognized.
getColumn(int) - Static method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Get name for specified column code or null if the column is not recognized.
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
getColumns(boolean, int[], Object[], Object[], StringBuffer) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
getComments() - Method in class org.opensubsystems.inventory.data.Identification
 
getCommentsMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Identification
Get static description max length parameter.
getCommonPartSelectCategory() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get common part query to select main category and subcategory
getCost() - Method in class org.opensubsystems.inventory.data.Identification
 
getCost() - Method in class org.opensubsystems.inventory.data.Unit
 
getCreationTimestamp() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
getCreationTimestamp() - Method in class org.opensubsystems.inventory.data.ItemUnitView
getDataWithExistingSerialNumbers(List, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get all existing serial numbers and belonging IDs for specified inventory
getDefaultInventory() - Method in class org.opensubsystems.inventory.application.InventoryThickClient
Get default inventory which should be opened at this time.
getDefinitions() - Method in class org.opensubsystems.inventory.logic.InventorySubsystemSecurityBundle
getDeleteCategoriesCascade(int[], SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to cascade delete more categories and all belonging subcategories.
getDeleteCategoryById() - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to delete particular category.
getDeleteCategoryCascade(SimpleRule) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to cascade delete category and all its subcategories.
getDeleteIdentificationById() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to delete particular identification.
getDeleteInventoryById() - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Get query to delete particular inventory.
getDeleteItemById() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query to delete particular item.
getDeleteItemCategoryMap() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method to get sql for deleting record from item - category map table
getDeleteUnitById() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get query to delete particular unit.
getDescriptioMaxLength() - Method in class org.opensubsystems.inventory.data.Category
 
getDescription() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getDescription() - Method in class org.opensubsystems.inventory.data.Category
 
getDescription() - Method in class org.opensubsystems.inventory.data.Inventory
 
getDescription() - Method in class org.opensubsystems.inventory.data.Item
 
getDescriptionMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Category
 
getDescriptionMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Item
Get description max length in chars.
getDisplayOrder() - Method in class org.opensubsystems.inventory.data.Category
 
getDisplayOrder() - Method in class org.opensubsystems.inventory.data.Item
 
getDomainId() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
getDomainId() - Method in class org.opensubsystems.inventory.data.ItemUnitView
getExceptFoundHolder(int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Get all units for specified item except the "found holder" (if any exists).
getExceptFoundHolder(int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Get all units for specified item except the "found holder" (if any exists).
getExistingSerialNumbersData(Connection, List, int, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get list of existing IDs and SERIAL NUMBERs within the DB
getExpenseType() - Method in class org.opensubsystems.inventory.data.Item
 
getExternalNumber() - Method in class org.opensubsystems.inventory.data.Identification
 
getExternalNumberMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Identification
Get static description max length parameter.
getExtNumberUniqueException(boolean, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Method constructs and returns unique constraint exception for created or modified identifications
getForItem(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get list with all identifications for specified item.
getForItem(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Get list with all identifications for specified item.
getFoundHolderItem(int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Get unit which is marked as "found holder".
getFoundHolderItem(int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Get unit which is marked as "found holder".
getId() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
getId() - Method in class org.opensubsystems.inventory.data.ItemUnitView
getIdAsObject() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
getIdAsObject() - Method in class org.opensubsystems.inventory.data.ItemUnitView
getIdentification() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Return identification object
getIdentificationController() - Method in class org.opensubsystems.inventory.application.ItemDialog
Get controller to invoke business logic.
getIdentifications() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Get list of individually identifiable items.
getIdsInCategory(int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Get ids of all items for category with id TODO: For Miro: Figure out what this method means? Will it return items from all subcategories or just the one specified? Should we call this main or root?
getIdsInCategory(int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Get ids of all items for category with id TODO: For Miro: Figure out what this method means? Will it return items from all subcategories or just the one specified? Should we call this main or root?
getInitialListOptions(AsyncDataLoader, ListOptions) - Method in class org.opensubsystems.inventory.application.swt.ItemTable
getInsertCategory() - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Method returns simple insert category query.
getInsertCategory() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2CategoryDatabaseSchema
Method returns simple insert category query.
getInsertCategory() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
Method returns simple insert category query.
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2CategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Get query that inserts a category to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentification() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2IdentificationDatabaseSchema
Method returns simple insert identification query.
getInsertIdentification() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Method returns simple insert identification query.
getInsertIdentification() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleIdentificationDatabaseSchema
Method returns simple insert identification query.
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2IdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseIdentificationDatabaseSchema
Get query that inserts a identification to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventory() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2InventoryDatabaseSchema
Method returns simple insert inventory query.
getInsertInventory() - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Method returns simple insert inventory query.
getInsertInventory() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleInventoryDatabaseSchema
Method returns simple insert inventory query.
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2InventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseInventoryDatabaseSchema
Get query that inserts a inventory to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItem() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
Method returns simple insert item query.
getInsertItem() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method returns simple insert item query.
getInsertItem() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Method returns simple insert item query.
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseItemDatabaseSchema
Get query that inserts a Item to the database and fetches database generated values such as the generated id and creation timestamp
getInsertItemCategoryMap() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method to get sql for inserting record into item - category map table
getInsertUnit() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Method returns simple insert unit query.
getInsertUnit() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Method returns simple insert unit query.
getInsertUnit() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returns simple insert unit query.
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInsertUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get query that inserts a Unit to the database and fetches database generated values such as the generated id and creation timestamp
getInstance() - Static method in class org.opensubsystems.inventory.logic.InventorySubsystemSecurityBundle
Get the default instance of the security bundle.
getInternalNumber() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get internal number for non uniquely tracked items
getInternalNumber() - Method in class org.opensubsystems.inventory.data.Identification
 
getInternalNumberForExternalNumber(int, String) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Get internal numbers for external number in inventory.
getInternalNumberForExternalNumber(int, String) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Get internal numbers for external number in inventory.
getInternalNumberForNonUniqueItems() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Get internal number for non uniquely tracked items.
getInternalNumberForNotUniquelyTracked(int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Get internal number associated with this item which is not uniquely tracked.
getInternalNumberForNotUniquelyTracked(int) - Method in interface org.opensubsystems.inventory.logic.ItemController
Get internal number associated with this item which is not uniquely tracked.
getInternalNumberForNotUniquelyTracked(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Return unique internal number associated with this non uniquely tracked item.
getInternalNumberForNotUniquelyTracked(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Return unique internal number associated with this non uniquely tracked item.
getInternalNumberMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Identification
Get static description max length parameter.
getInventoryController() - Method in class org.opensubsystems.inventory.application.InventoryThickClient
Get controller to invoke business logic.
getInventoryId() - Method in class org.opensubsystems.inventory.data.Category
 
getInventoryId() - Method in class org.opensubsystems.inventory.data.Identification
 
getInventoryId() - Method in class org.opensubsystems.inventory.data.Item
 
getInventoryId() - Method in class org.opensubsystems.inventory.data.Unit
 
getItem() - Method in class org.opensubsystems.inventory.data.ItemUnitView
Return item object
getItemController() - Method in class org.opensubsystems.inventory.application.InventoryModule
Get controller to invoke business logic.
getItemController() - Method in class org.opensubsystems.inventory.application.ItemDialogPersistor
Get controller to invoke business logic.
getItemId() - Method in class org.opensubsystems.inventory.data.Identification
 
getItemId() - Method in class org.opensubsystems.inventory.data.Unit
 
getItemIdentificationListOptions(int) - Static method in class org.opensubsystems.inventory.util.InventoryUtils
Get list options which can be used to load identifications for a specified item.
getItemUnitListOptions(int) - Static method in class org.opensubsystems.inventory.util.InventoryUtils
Get list options which can be used to load units for a specified item.
getJoinFromWhere(List, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
getJoinFromWhere(List, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
getLastRecountTimestamp() - Method in class org.opensubsystems.inventory.data.Item
 
getListController() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Get list controller to use.
getListController() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Get list controller to use.
getListController() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Get list controller to use.
getListController() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get list controller to use.
getMainCategoryId(int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Get id of item type main category.
getMainCategoryId(int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Get id of item type main category.
getManufacturerId() - Method in class org.opensubsystems.inventory.data.Identification
 
getMinimalAvailable() - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
 
getMinimalAvailableCount() - Method in class org.opensubsystems.inventory.data.Item
 
getName() - Method in class org.opensubsystems.inventory.application.InventoryModule
getName() - Method in class org.opensubsystems.inventory.data.Category
 
getName() - Method in class org.opensubsystems.inventory.data.Inventory
 
getName() - Method in class org.opensubsystems.inventory.data.Item
 
getNameMaxLength() - Method in class org.opensubsystems.inventory.data.Category
 
getNameMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Category
 
getNameMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Item
Get name max length in chars.
getNameStem() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getNameStem() - Method in class org.opensubsystems.inventory.data.Item
 
getNameStemMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Item
Get name stem max length in chars.
getNextInternalNumber(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Try to get the next internal number for particular inventory.
getNextInternalNumber(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Try to get the next internal number for particular inventory.
getNotRetiredIdentificationsCount() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Get count of not retired identifications
getOnHoldCount() - Method in class org.opensubsystems.inventory.data.Item
 
getOutCount(int) - Method in class org.opensubsystems.inventory.application.InventoryModule
For a specified item get number of items which are not in the inventory.
getOutCount() - Method in class org.opensubsystems.inventory.data.Item
 
getParentId() - Method in class org.opensubsystems.inventory.data.Category
Id of the parent.
getPermanentlyAssigned() - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
 
getPopularityRank() - Method in class org.opensubsystems.inventory.data.Item
 
getPrice() - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
 
getPrice() - Method in class org.opensubsystems.inventory.data.Item
 
getRenterId() - Method in class org.opensubsystems.inventory.data.Identification
 
getResetCounts() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method to get sql for reset counts
getResetCounts() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method to get sql for reset counts
getResults() - Method in class org.opensubsystems.inventory.application.CategoryDialogPersistor
 
getRetired(SimpleRule, int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
Get identifications which are retired from the specified inventory.
getRetired(SimpleRule, int, Collection) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
Get specified identifications which are retired from the specified inventory.
getRetired(SimpleRule, int) - Method in interface org.opensubsystems.inventory.persist.ItemUnitIdentificationViewFactory
Get identifications which are retired from the specified inventory.
getRetired(SimpleRule, int, Collection) - Method in interface org.opensubsystems.inventory.persist.ItemUnitIdentificationViewFactory
Get specified identifications which are retired from the specified inventory.
getRetiredCount() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Get count of retired identifications.
getReusable() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getRootCategoryListOptions(int) - Static method in class org.opensubsystems.inventory.util.InventoryUtils
Get list options which can be used to load root categories.
getSecurityDefinitions() - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
getSecurityDefinitions() - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
getSecurityDefinitions() - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
getSecurityDefinitions() - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
getSecurityDefinitions() - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
getSelectActualCategoryCount(int[]) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to retrieve count of categories which still exists.
getSelectAllDataForInventory(int[]) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select all specified columns belonging to specified inventory from identification table.
getSelectAvailableItems() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returning sql command for getting available items.
getSelectByItemAndCost() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returning unit for specific item and cost.
getSelectCategories() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query to delete particular item.
getSelectCategoryById(int[]) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to select category by ID.
getSelectCategoryByParentIdAndName(int[], int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query to select category by parent ID and name.
getSelectCategoryCount() - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get number of subcategories for the specified category
getSelectCategoryExist(Category) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get sql query to find out if specified category exists.
getSelectCategoryExist(Category) - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Get sql query to find out if specified category exists.
getSelectCategoryExist(Category) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
Get sql query to find out if specified category exists.
getSelectCategoryExist(Category) - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBCategoryDatabaseSchema
Get sql query to find out if specified category exists.
getSelectCategoryExist(Category) - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Get sql query to find out if specified category exists.
getSelectCategoryIDsForMoreParents(Connection, List, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get all category ids belonging to the specified parents.
getSelectCategoryIDsForParent(Connection, int, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get all category ids belonging to the specified parent.
getSelectedCategoryId() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Get selected category id or DataObject.NEW_ID if subcategory isn't selected.
getSelectedItemId() - Method in class org.opensubsystems.inventory.application.swt.ItemTable
Get id of the selected item
getSelectedSubcategoryId() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Get selected subcategory id or DataObject.NEW_ID if subcategory isn't selected.
getSelectEmptyCategories(int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method to get sql for empty category IDs
getSelectEmptyCategories(int[]) - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Method to get sql for empty category IDs
getSelectExternalNumberExist(Identification) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get sql query to check external number, inventory, manufacturer is not used yet
getSelectForItem(int[]) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select identifications for particular Item ID.
getSelectFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returning unit used as found holder for specific item
getSelectIdentificationById(int[]) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select identification by ID.
getSelectIdentificationByInternalNumber(int[]) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select identification by internal number and .
getSelectIdsInCategory() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query to select Ids in category
getSelectInternalNumberForExternalNumber(int[]) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select internal number for specified inventory and external number.
getSelectInternalNumberForNotUniquelyTracked() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to select internal number for not uniquely tracked
getSelectInternalNumberUsed() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Check existence of internal number for specified inventory and domain
getSelectInventoryById(int[]) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Get query to select inventory by ID.
getSelectInventoryByName(int[]) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Get query to select inventory by name.
getSelectItemById(int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query to select item by ID.
getSelectItemByInventoryAndName(int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method returning item by inventory ID and name.
getSelectItemUnitIdentificationViewById(int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Get query to retrieve item unit identification view by id
getSelectItemUnitViewById(int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Get query to retrieve item unit view by id
getSelectLastCreated() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get sql statemnet used in function getNextIdentification to retrieve last created identification value
getSelectNextInternalNumberOrderedNumbersSql() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get sql statemnet used in function getNextIdentification to retrieve ordered list of identifications
getSelectNextInternalNumberOrderedNumbersSql() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLIdentificationDatabaseSchema
Get sql statemnet used in function getNextIdentification to retrieve ordered list of identifications
getSelectNextInternalNumberOrderedNumbersSql() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseIdentificationDatabaseSchema
Get sql statemnet used in function getNextIdentification to retrieve ordered list of identifications
getSelectUnitById(int[]) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get query to select unit by ID.
getSelectUnitsWithoutFoundHolder() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returning sql command for getting units without found holder.
getSetAllRetired() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query to set up all retired.
getShippedCount() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getShippedCount() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get sum of all shipped units.
getShippedCount() - Method in class org.opensubsystems.inventory.data.Item
 
getShippedCount() - Method in class org.opensubsystems.inventory.data.Unit
 
getSize() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getSize() - Method in class org.opensubsystems.inventory.data.Item
 
getSizeMaxLengthStatic() - Static method in class org.opensubsystems.inventory.data.Item
Get size stem max length in chars.
getSubcategoryIds() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
getSubcategoryIds(int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Get id of ite type main category TODO: For Miro: Figure out what this method means? Item type should be able to be at multiple level of subcategories.
getSubcategoryIds(int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Get id of ite type main category TODO: For Miro: Figure out what this method means? Item type should be able to be at multiple level of subcategories.
getSubcategoryListOptions(int) - Static method in class org.opensubsystems.inventory.util.InventoryUtils
Get list options which can be used to load subcategories for a specified category.
getTable() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Get table displaying the items
getToolbarImages(SWTThickClientGui) - Method in class org.opensubsystems.inventory.application.swt.SWTInventoryModule
getToolsInExceptionReport() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method to get Report query
getUnit() - Method in class org.opensubsystems.inventory.data.ItemUnitView
Return unit object
getUnitController() - Method in class org.opensubsystems.inventory.application.ItemDialog
Get controller to invoke business logic.
getUnitId() - Method in class org.opensubsystems.inventory.data.Identification
 
getUnitOfMeasure() - Method in class org.opensubsystems.inventory.data.Item
 
getUnits() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Get list of units.
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2CategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateCategoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Get query that updates category in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentification() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Method returns simple update identification query.
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2IdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateIdentificationAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseIdentificationDatabaseSchema
Get query that updates identification in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2InventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateInventoryAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseInventoryDatabaseSchema
Get query that updates inventory in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2ItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateItemAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseItemDatabaseSchema
Get query that updates Item in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnit() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Method returns simple update unit query.
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.db2.DB2UnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp
getUpdateUnitAndFetchGeneratedValues() - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Get query that updates Unit in the database and fetches database generated values such as the updated modification timestamp

H

handleInsertItemTypeCategoryMappingException(SQLException) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Common exception handler for insert of item category mapping.
handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseSchema
handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
hashCode() - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
hashCode() - Method in class org.opensubsystems.inventory.data.ItemUnitView
HsqlDBCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.hsqldb
Database specific operations related to persistence of categories in HSQLDB.
HsqlDBCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBCategoryDatabaseSchema
Default constructor.
HsqlDBIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.hsqldb
Database specific operations related to persistence of identifications in HSQLDB.
HsqlDBIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBIdentificationDatabaseSchema
Default constructor.
HsqlDBInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.hsqldb
Database specific operations related to persistence of inventories in HSQLDB.
HsqlDBInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBInventoryDatabaseSchema
Default constructor.
HsqlDBItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.hsqldb
Database specific operations related to persistence of items in HSQLDB.
HsqlDBItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBItemDatabaseSchema
Default constructor.
HsqlDBUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.hsqldb
Database specific operations related to persistence of units in HSQLDB.
HsqlDBUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.hsqldb.HsqlDBUnitDatabaseSchema
Default constructor.

I

Identification - Class in org.opensubsystems.inventory.data
Unique identification assigned to an item by manufacturer or by user.
Identification() - Constructor for class org.opensubsystems.inventory.data.Identification
Empty constructor
Identification(int) - Constructor for class org.opensubsystems.inventory.data.Identification
Empty identification for a specified domain initialized to default parameters.
Identification(int, int, int, int, int, String, int, String, int, String, boolean, double, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.Identification
Full constructor.
IDENTIFICATION_COMMENTS_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Maximal length for comments.
IDENTIFICATION_EXTERNALNUMBER_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Maximal length of external number.
IDENTIFICATION_INTERNALNUMBER_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Maximal length of internal number.
IDENTIFICATION_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Columns which always have to be retrieved from the database
IDENTIFICATION_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Name identifies this schema in the database.
IDENTIFICATION_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Version of this schema in the database.
IDENTIFICATION_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
IdentificationController - Interface in org.opensubsystems.inventory.logic
Business logic related to managing identifications.
IdentificationControllerImpl - Class in org.opensubsystems.inventory.logic.impl
Implementation of IdentificationController interface to manage identifications.
IdentificationControllerImpl() - Constructor for class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
Default constructor.
identificationCountChanged(int) - Method in interface org.opensubsystems.inventory.application.swt.ItemIdentificationPageListener
Notification that the count of individually identifiable items has changed.
IdentificationDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve and manipulate identifications in persistence store.
IdentificationDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Default constructor.
IdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to persistence of identifications.
IdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Default constructor.
IdentificationDialog - Class in org.opensubsystems.inventory.application
Dialog to create and edit identifications.
IdentificationDialog(ThickClientDialog, String, boolean, Identification, List, List) - Constructor for class org.opensubsystems.inventory.application.IdentificationDialog
Constructor for dialog to create or edit identification.
IdentificationDialogGui - Interface in org.opensubsystems.inventory.application
GUI portion of the identification dialog, which abstracts the gui technology dependent portion of the creating or modifying identifications from the backend process.
IdentificationDialogListener - Interface in org.opensubsystems.inventory.application
Interface by which client can monitor changes made in the dialog.
IdentificationFactory - Interface in org.opensubsystems.inventory.persist
This interface defines methods to create, retrieve and manipulate identifications.
init(ThickClient) - Method in class org.opensubsystems.inventory.application.InventoryModule
init() - Method in class org.opensubsystems.inventory.application.InventoryThickClient
insertItemCategories(Connection, int, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Assign new categories to item.
insertItemCategories(Connection, int, int[]) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method that will insert more records into item - category map table and returns sucess flag.
insertItemCategoryMap(Connection, int, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Method that will insert record into item - category map table and returns sucess flag.
INTERNAL_NUMBER_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays
Inventory - Class in org.opensubsystems.inventory.data
Inventory tracks aggregates items available for order/issue/etc.
Inventory() - Constructor for class org.opensubsystems.inventory.data.Inventory
Empty constructor
Inventory(int) - Constructor for class org.opensubsystems.inventory.data.Inventory
Constructor for new object.
Inventory(int, String, String) - Constructor for class org.opensubsystems.inventory.data.Inventory
Constructor for new object.
Inventory(int, int, String, String, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.Inventory
Full constructor
INVENTORY_DESCRIPTION_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Maximal length of inventory description.
INVENTORY_EDITSHIPPEDUNIT_FLAG - Static variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Property which signals if the shipped value is editable once it is entered.
INVENTORY_MANDATORY_RETRIEVE_COLUMNSS - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Columns which always have to be retrieved from the database
INVENTORY_NAME_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Maximal length of inventory name.
INVENTORY_REQUIREUNIQUE_FLAG - Static variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Property, which signals if the user has to enter as many identifications as is the shipped count entered.
INVENTORY_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Name identifies this schema in the database.
INVENTORY_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.InventorySubsystemDatabaseSchema
Name identifies this schema in the database.
INVENTORY_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Version of this schema in the database.
INVENTORY_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.InventorySubsystemDatabaseSchema
Version of this schema in the database.
INVENTORY_SCREEN_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Item
Columns needed in Inventory screen.
INVENTORY_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
InventoryController - Interface in org.opensubsystems.inventory.logic
Business logic related to managing categories.
InventoryControllerImpl - Class in org.opensubsystems.inventory.logic.impl
Implementation of InventoryController interface to manage inventories.
InventoryControllerImpl() - Constructor for class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
Default constructor.
InventoryDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve and manipulate inventories in persistence store.
InventoryDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
Default constructor.
InventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to persistence of inventories.
InventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.InventoryDatabaseSchema
Default constructor.
InventoryFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate inventories in the persistence store.
InventoryItemItemTypeViewFactory - Interface in org.opensubsystems.inventory.persist
Methods to retrieve combination of item types and inventory items from the persistence store.
InventoryModule - Class in org.opensubsystems.inventory.application
The module responsible for presenting inventory related information.
InventoryModule() - Constructor for class org.opensubsystems.inventory.application.InventoryModule
 
InventorySubsystemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
This schema is dependent on all schemas from inventory subsystem.
InventorySubsystemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.InventorySubsystemDatabaseSchema
Default constructor.
InventorySubsystemSecurityBundle - Class in org.opensubsystems.inventory.logic
This class defines complete set of security restrictions established by the inventory package.
InventorySubsystemSecurityBundle() - Constructor for class org.opensubsystems.inventory.logic.InventorySubsystemSecurityBundle
 
InventoryThickClient - Class in org.opensubsystems.inventory.application
The main class which will construct GUI and start the inventory thick client application.
InventoryThickClient() - Constructor for class org.opensubsystems.inventory.application.InventoryThickClient
Construct instance of the thick client application.
InventoryThickClient(ProductInfo) - Constructor for class org.opensubsystems.inventory.application.InventoryThickClient
Construct instance of the inventory thick client application.
InventoryUtils - Class in org.opensubsystems.inventory.util
Collection of useful code snippets to work with different data entities in inventory subsystem.
isFoundHolder() - Method in class org.opensubsystems.inventory.data.Unit
 
isPermanentlyAssigned() - Method in class org.opensubsystems.inventory.data.Item
 
isPermanentState() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Get current permanent button state.
isRetired() - Method in class org.opensubsystems.inventory.data.Identification
 
isReusable() - Method in class org.opensubsystems.inventory.data.Item
 
isSame(Object) - Method in class org.opensubsystems.inventory.data.Category
isSame(Object) - Method in class org.opensubsystems.inventory.data.Identification
isSame(Object) - Method in class org.opensubsystems.inventory.data.Inventory
isSame(Object) - Method in class org.opensubsystems.inventory.data.Item
isSame(Object) - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
isSame(Object) - Method in class org.opensubsystems.inventory.data.ItemUnitView
isSame(Object) - Method in class org.opensubsystems.inventory.data.Unit
issuedItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Issued button pressed
isUniquelyTracked() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Check if the units of this item are individually tracked or not
isUniquelyTracked() - Method in class org.opensubsystems.inventory.data.Item
 
Item - Class in org.opensubsystems.inventory.data
Item represents group/class of items in the inventory.
Item() - Constructor for class org.opensubsystems.inventory.data.Item
Default constructor.
Item(int) - Constructor for class org.opensubsystems.inventory.data.Item
Empty item for a specified domain initialized to default parameters
Item(int, int, String, String, int) - Constructor for class org.opensubsystems.inventory.data.Item
Basic constructor.
Item(Item, boolean) - Constructor for class org.opensubsystems.inventory.data.Item
Copy constructor.
Item(Item, Item) - Constructor for class org.opensubsystems.inventory.data.Item
Kind of copy constructor.
Item(int, int, int, String, String, int, boolean, int, int, int, int, int, boolean, int, boolean, double, double, int, String, String, Timestamp, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.Item
Full constructor.
ITEM_BY_CATEGORY - Static variable in class org.opensubsystems.inventory.data.Item
Code for items by category.
ITEM_BY_CATEGORY_OBJ - Static variable in class org.opensubsystems.inventory.data.Item
Code for items by category.
ITEM_DESCRIPTION_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Maximal length of item description.
ITEM_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Columns which always have to be retrieved from the database
ITEM_NAME_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Maximal length of item name.
ITEM_NAMESTEM_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Maximal length of item name stem.
ITEM_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Name identifies this schema in the database.
ITEM_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Version of this schema in the database.
ITEM_SIZE_MAXLENGTH - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Maximal length of item name size.
ITEM_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
ITEM_UNIT_IDENTIFICATION_VIEW_ADDITIONAL_COLUMNS - Static variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
How many columns have to be added in addition to the base class.
ITEM_UNIT_IDENTIFICATION_VIEW_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Name identifies this schema in the database.
ITEM_UNIT_IDENTIFICATIONVIEW_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Version of this schema in the database.
ITEM_UNIT_VIEW_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Name identifies this schema in the database.
ITEM_UNIT_VIEW_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Version of this schema in the database.
ItemBasicPage - Class in org.opensubsystems.inventory.application.swt
Basic information page of item dialog.
ItemBasicPage() - Constructor for class org.opensubsystems.inventory.application.swt.ItemBasicPage
 
ItemBasicPageListener - Interface in org.opensubsystems.inventory.application.swt
This listener communicated changes from the basic page of Item dialog to the main dialog.
ItemController - Interface in org.opensubsystems.inventory.logic
Business logic related to managing items.
ItemControllerImpl - Class in org.opensubsystems.inventory.logic.impl
Implementation of ItemController interface to manage items.
ItemControllerImpl() - Constructor for class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Default constructor.
ItemDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve and manipulate item types in persistence store.
ItemDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Default constructor.
ItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to persistence of items.
ItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.ItemDatabaseSchema
Default constructor.
ItemDialog - Class in org.opensubsystems.inventory.application
Dialog to create and edit items.
ItemDialog(ThickClient, String, boolean, Item, int, List, String) - Constructor for class org.opensubsystems.inventory.application.ItemDialog
Constructor for dialog to edit item.
ItemDialogGui - Interface in org.opensubsystems.inventory.application
GUI portion of the item dialog, which abstracts the gui technology dependent portion of the creating or modifying item from the backend process.
ItemDialogListener - Interface in org.opensubsystems.inventory.application
Interface by which client can monitor changes made in the dialog.
ItemDialogPersistor - Class in org.opensubsystems.inventory.application
Dialog listener implementation, which persists the data from the dialog.
ItemDialogPersistor(ItemDialog) - Constructor for class org.opensubsystems.inventory.application.ItemDialogPersistor
Constructor
ItemFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate items in the persistence store.
ItemIdentificationPage - Class in org.opensubsystems.inventory.application.swt
Identification page of item dialog.
ItemIdentificationPage() - Constructor for class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
 
ItemIdentificationPageListener - Interface in org.opensubsystems.inventory.application.swt
This listener communicates changes from the identification page of Item dialog to the main dialog.
ItemPropertiesPage - Class in org.opensubsystems.inventory.application.swt
Additional properties page of item dialog.
ItemPropertiesPage() - Constructor for class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
 
ItemPropertiesPageListener - Interface in org.opensubsystems.inventory.application.swt
This listener communicated changes from the properties page of Item dialog to the main dialog.
ItemTable - Class in org.opensubsystems.inventory.application.swt
Table displaying list of items in the inventory.
ItemTable(Composite, InventoryModule, Inventory, Map, Map, int[], int) - Constructor for class org.opensubsystems.inventory.application.swt.ItemTable
Constructor.
ITEMUNIT_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Columns which always have to be retrieved from the database
ITEMUNIT_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
ITEMUNITIDENT_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Columns which always have to be retrieved from the database
ITEMUNITIDENT_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
ItemUnitIdentificationView - Class in org.opensubsystems.inventory.data
This data object represents union of information between identification, unit and item.
ItemUnitIdentificationView() - Constructor for class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Empty constructor
ItemUnitIdentificationView(Item, Unit, Identification) - Constructor for class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Constructor
ItemUnitIdentificationView(int, int, int, int, int, int, double, boolean, Timestamp, Timestamp, String, String, int, boolean, int, int, int, int, int, boolean, int, boolean, double, double, int, String, String, Timestamp, Timestamp, Timestamp, int, String, int, String, int, String, boolean, double, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Full constructor.
ItemUnitIdentificationViewDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve item unit identification views from the persistence store.
ItemUnitIdentificationViewDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
Default constructor.
ItemUnitIdentificationViewDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to retrieval of combined items, units and identifications.
ItemUnitIdentificationViewDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseSchema
Default constructor.
ItemUnitIdentificationViewFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate items and units in the persistence store.
ItemUnitPage - Class in org.opensubsystems.inventory.application.swt
Unit page of item dialog.
ItemUnitPage() - Constructor for class org.opensubsystems.inventory.application.swt.ItemUnitPage
 
ItemUnitPageListener - Interface in org.opensubsystems.inventory.application.swt
This listener communicates changes from the unit page of Item dialog to the main dialog.
ItemUnitView - Class in org.opensubsystems.inventory.data
This data object represents union of information between unit and item.
ItemUnitView() - Constructor for class org.opensubsystems.inventory.data.ItemUnitView
Empty constructor
ItemUnitView(Item, Unit) - Constructor for class org.opensubsystems.inventory.data.ItemUnitView
Constructor
ItemUnitView(ItemUnitView, Unit) - Constructor for class org.opensubsystems.inventory.data.ItemUnitView
Kind of copy constructor.
ItemUnitView(int, int, int, int, int, int, double, boolean, Timestamp, Timestamp, String, String, int, boolean, int, int, int, int, int, boolean, int, boolean, double, double, int, String, String, Timestamp, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.ItemUnitView
Full constructor.
ItemUnitViewDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve item unit views from the persistence store.
ItemUnitViewDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseFactory
Default constructor.
ItemUnitViewDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to retrieval of combined items and units.
ItemUnitViewDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Default constructor.
ItemUnitViewFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate items and units in the persistence store.

L

load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseFactory
load(ResultSet, int[], int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
loadCategories(int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Load categories into a category combo box and select current category.
loadIdentifications(int) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Load all identifications into a table
loadItems() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load items asynchronously.
loadItems() - Method in class org.opensubsystems.inventory.application.swt.ItemTable
Load items asynchronously.
loadMainCategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load categories to the main category controls.
loadNextMainCategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load next page of categories to the main category controls.
loadNextSubcategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load next page of categories to the subcategory controls.
loadPreviousMainCategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load previous page of categories to the main category controls.
loadPreviousSubcategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load previous page of categories to the subcategory controls.
loadSubcategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Load subcategories to the subcategory controls.
loadSubcategories(int, List) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Load all subcategories to available list and clear selected list
loadUnits(int) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Load all units into a table

M

m_actionButton - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Action button on the bottom of the dialog.
m_actionButton - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Action button on the bottom of the dialog.
m_actionButton - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Action button on the bottom of the dialog.
m_actionButton - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Action button on the bottom of the dialog.
m_adapter - Variable in class org.opensubsystems.inventory.application.swt.ItemTable
Adapter used to selet if the item is ordered or not.
m_addButton - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Add identification button.
m_addButton - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Add unit button.
m_addSub - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Add subcategory button.
m_allItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show all (not only shipped) items.
m_allMainCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display all main categories.
m_allSubCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display all subcategories for some main category.
m_arMainCategoryButtons - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Row of buttons displaying main category items.
m_arSubCategoryButtons - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Row of buttons displaying subcategory items.
m_authorityControl - Variable in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
Authorization controller used to check access rights.
m_authorityControl - Variable in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
Authorization controller used to check access rights.
m_authorityControl - Variable in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
Authorization controller used to check access rights.
m_authorityControl - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Authorization controller used to check access rights.
m_authorityControl - Variable in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Authorization controller used to check access rights.
m_availableSubCategoriesList - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
List of all available subcategories for root category.
m_availableSubs - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
List with available subcategories for main category.
m_basicPage - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Dialog page control.
m_bConsumable - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Cached value of current consumable flag for the item since it affects computation of average cost.
m_bFoundHolder - Variable in class org.opensubsystems.inventory.data.Unit
If this is true then this instance is used to track found units we don't know where they came from or what instance of unit for this item they belong to.
m_bModify - Variable in class org.opensubsystems.inventory.application.CategoryDialog
If this flag is true, then the dialog will act as modify dialog otherwise it will act as a create dialog.
m_bModify - Variable in class org.opensubsystems.inventory.application.IdentificationDialog
If this flag is true, then the dialog will act as modify dialog otherwise it will act as a create dialog.
m_bModify - Variable in class org.opensubsystems.inventory.application.ItemDialog
If this flag is true, then the dialog will act as modify dialog otherwise it will act as a create dialog.
m_bModify - Variable in class org.opensubsystems.inventory.application.UnitDialog
If this flag is true, then the dialog will act as modify dialog otherwise it will act as a create dialog.
m_bNotOpened - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
This flag is set to false once the dialog is opened.
m_bOriginalReusable - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Original value of the reusable field.
m_bPermanentlyAssigned - Variable in class org.opensubsystems.inventory.data.Item
This flag tells us if this item is by default assigned permanently (we don't expect it to be returned back to inventory in some time interval and therefore it is not declared missing after that time interval expires.
m_bRetired - Variable in class org.opensubsystems.inventory.data.Identification
If this external number should not be used again for order or issue, then user can retire the item by setting this flag.
m_bReusable - Variable in class org.opensubsystems.inventory.data.Item
Item can be either reusable or if it is not then it is consumable and doesn't have to be returned after it is issued.
m_bUniquelyTracked - Variable in class org.opensubsystems.inventory.data.Item
If true then this item is tracked uniquely by serial numbers or other unique numbers (identificatio in general), if false, then it is tracked just by quantity.
m_buttons - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set of buttons next to the controls to edit the data.
m_buttons - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set of buttons next to the controls to edit the data.
m_buttons - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Set of buttons next to the controls to edit the data.
m_buttons - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Set of buttons next to the controls to edit the data.
m_buttons - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Set of buttons next to the controls to edit the data.
m_cancelButton - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Cancel button on the bottom of the dialog.
m_cancelButton - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Cancel button.
m_cancelButton - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Cancel button on the bottom of the dialog.
m_cancelButton - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Cancel button.
m_categoryComboBox - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Main category selection combo box.
m_categoryControl - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Controller to use to execute category related operations.
m_categoryDialog - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Dialog this gui is representing.
m_categoryFactory - Variable in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
Factory to use to execute persistence operations.
m_categoryRow - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Control which contains buttons for main categories.
m_clientArea - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Client area containing all the other controls.
m_clientArea - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Client area containing all the other controls.
m_clientArea - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Client area containing all the other controls.
m_clientArea - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Client area containing all the other controls.
m_clientArea - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Client area containing all the other controls.
m_createItem - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Create button for an item.
m_createSubcategory - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Create subcategory button
m_currentAvailableValue - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Current available value.
m_currentInventory - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Current inventory used to display items.
m_data - Variable in class org.opensubsystems.inventory.application.CategoryDialog
Data for the category being created or modified.
m_data - Variable in class org.opensubsystems.inventory.application.IdentificationDialog
Data for the identification being created or modified.
m_data - Variable in class org.opensubsystems.inventory.application.ItemDialog
Data for the item being modified.
m_data - Variable in class org.opensubsystems.inventory.application.UnitDialog
Data for the unit being created or modified.
m_dAverageCost - Variable in class org.opensubsystems.inventory.data.Item
This is average cost of items in the inventory.
m_dCost - Variable in class org.opensubsystems.inventory.data.Identification
Cost of item with identification.
m_dCost - Variable in class org.opensubsystems.inventory.data.Unit
Cost of individual unit.
m_defaultCost - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Default cost value for newly created identifications.
m_defaultCost - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Default cost value for newly created units.
m_defaultInventory - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Inventory which is used to load items from.
m_dialog - Variable in class org.opensubsystems.inventory.application.CategoryDialogPersistor
Dialog which is being persisted by this class.
m_dialog - Variable in class org.opensubsystems.inventory.application.ItemDialogPersistor
Dialog which is being persisted by this class.
m_displayedDataType - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
What data are displayed in table
m_dPrice - Variable in class org.opensubsystems.inventory.data.Item
Price for the items in the inventory.
m_editNumberButton - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Button for not unique internal number.
m_editNumberButton - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Button for not unique internal number.
m_editNumberLabel - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Label for not unique internal number.
m_editNumberLabel - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Label for not unique internal number.
m_editNumberText - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Edit text for not unique internal number.
m_editNumberText - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Edit text for not unique internal number.
m_extraFiltersButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
The most right button with from the series of filter buttons.
m_findItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show CharacterPad dialog for find function
m_iAvailableCount - Variable in class org.opensubsystems.inventory.data.Item
How many pieces of this item are physically present in the inventory.
m_iAvailableCount - Variable in class org.opensubsystems.inventory.data.Unit
This has to be nonnegative number less or equal to shipped count for all units except for unit flagged as the "found holder" since for all normal units we cannot issue more than we have available.
m_identification - Variable in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Identification object.
m_identificationDialog - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Dialog this gui is representing.
m_identificationFactory - Variable in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
Factory to use to execute persistence operations.
m_identificationFactory - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Factory to use to execute persistence operations.
m_identificationPage - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Dialog page control.
m_iDisplayOrder - Variable in class org.opensubsystems.inventory.data.Category
User has requirement to display categories in some particular order, such as 1 1/2", 1", 1/2", 3/4" and 3/8" should be displayed as 3/8", 1/2", 3/4", 1" and 1 1/2".
m_iDisplayOrder - Variable in class org.opensubsystems.inventory.data.Item
User has requirement to display items in some particular order, such as drill 1 1/2", drill 1", drill 1/2", drill 3/4" and drill 3/8" should be displayed as drill 3/8", drill 1/2", drill 3/4", drill 1" and drill 1 1/2".
m_iExpenseType - Variable in class org.opensubsystems.inventory.data.Item
What type of expense this item represents.
m_iInventoryId - Variable in class org.opensubsystems.inventory.application.ItemDialog
Inventory where the item does or will exist.
m_iInventoryId - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Inventory in the item should exist.
m_iInventoryId - Variable in class org.opensubsystems.inventory.data.Category
Id of the inventory this category belongs to.
m_iInventoryId - Variable in class org.opensubsystems.inventory.data.Identification
What inventory this identification belongs to.
m_iInventoryId - Variable in class org.opensubsystems.inventory.data.Item
Id of the inventory this item belongs to.
m_iInventoryId - Variable in class org.opensubsystems.inventory.data.Unit
ID of the inventory the unit belongs to.
m_iItemId - Variable in class org.opensubsystems.inventory.data.Identification
What item this identification represents.
m_iItemId - Variable in class org.opensubsystems.inventory.data.Unit
Id of the item represented by this unit
m_iManufacturerId - Variable in class org.opensubsystems.inventory.data.Identification
Since two manufacturers can use the same mechanism to generate external numbers, we need to track, who is the manufacturer, who generated this number.
m_iMinimalAvailableCount - Variable in class org.opensubsystems.inventory.data.Item
What should be the minimal quantity of these items in stock.
m_inventory - Variable in class org.opensubsystems.inventory.application.InventoryModule
Inventory, which is currently used.
m_inventory - Variable in class org.opensubsystems.inventory.application.InventoryThickClient
Inventory which is used in the system.
m_inventoryFactory - Variable in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
Factory to use to execute persistence operations.
m_iOnHoldCount - Variable in class org.opensubsystems.inventory.data.Item
How many pieces of this item are reserved (that means they were ordered but they were not issued yet).
m_iOriginalShipped - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Original value for the shipped count.
m_iParentId - Variable in class org.opensubsystems.inventory.data.Category
Id of the parent category.
m_iPopularityRank - Variable in class org.opensubsystems.inventory.data.Item
How popular is this item.
m_iRenterId - Variable in class org.opensubsystems.inventory.data.Identification
Items, which have external numbers are often rented or borrowed and we need to identify them so they can be returned later.
m_iRootCategoryId - Variable in class org.opensubsystems.inventory.application.ItemDialog
Root category this item should or does exist in.
m_iShippedCount - Variable in class org.opensubsystems.inventory.data.Item
How many pieces of this item were shipped to the inventory.
m_iShippedCount - Variable in class org.opensubsystems.inventory.data.Unit
How many units were shipped (delivered) to the inventory.
m_issuedItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show only shipped items.
m_iTableVersion - Variable in class org.opensubsystems.inventory.application.swt.ItemTable
Table version value for async data loader
m_item - Variable in class org.opensubsystems.inventory.data.ItemUnitView
Item object.
m_itemDialog - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Dialog this gui is representing.
m_itemDialog - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Dialog this gui is representing.
m_itemDialog - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Dialog this gui is representing.
m_itemDialog - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Dialog this gui is representing.
m_itemDialog - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Dialog this gui is representing.
m_itemFactory - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Factory to use to execute persistence operations.
m_itemFactory - Variable in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Factory to use to execute persistence operations.
m_items - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Table with items to select from.
m_iUnitId - Variable in class org.opensubsystems.inventory.data.Identification
What unit this identification belongs to.
m_iUnitOfMeasure - Variable in class org.opensubsystems.inventory.data.Item
Unit in which the item is measured (gallon, pound, piece).
m_labels - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set of labels next to the controls.
m_labels - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set of labels next to the controls.
m_labels - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Set of labels next to the controls.
m_labels - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Set of labels next to the controls.
m_labels - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Set of labels next to the controls.
m_lastRecountTimestamp - Variable in class org.opensubsystems.inventory.data.Item
The inventory count is not kept in perfect order.
m_likeText - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Like part of sql from CharacterPad
m_loader - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
The last started loader.
m_lstAvoidCosts - Variable in class org.opensubsystems.inventory.application.UnitDialog
List of cost values, which cannot be used, since they may have already been used.
m_lstAvoidExternalNumbers - Variable in class org.opensubsystems.inventory.application.IdentificationDialog
List of external numbers which cannot be used, since they may have already been used.
m_lstAvoidInternalNumbers - Variable in class org.opensubsystems.inventory.application.IdentificationDialog
List of internal numbers, which cannot be used, since they may have already been used.
m_lstIdentifications - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
List of all identifications in table.
m_lstSubcategoryIds - Variable in class org.opensubsystems.inventory.application.ItemDialog
Subcategories this item exist or should exist in.
m_lstUnits - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
List of all units in table.
m_mainCategoryOptions - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Option data for the list of main categories.
m_missingItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show missing items - that which the user didn't return on time
m_modifyButton - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Modify identification button.
m_modifyButton - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Modify unit button.
m_modifyItem - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Modify button for an item.
m_module - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Module displaying this table.
m_module - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Module displaying this screen.
m_nextMainCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display next main categories.
m_nextSubCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display next subcategories.
m_permanentItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show permanent items
m_permFilterState - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Current permanent button state
m_previousMainCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display previous main categories.
m_previousSubCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to display previous subcategories.
m_propertiesPage - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Dialog page control.
m_recentItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show recent items - that with order in last 24 hours.
m_removeButton - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Remove identification button.
m_removeButton - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Remove unit button.
m_removeSub - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Remove subcategory button.
m_rootCategoryIds - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Ids of root categories loaded into the category combo box.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Schema to use to execute database dependent operations.
m_schemaCategory - Variable in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Schema to use to execute database dependent operations for categories.
m_screen1 - Variable in class org.opensubsystems.inventory.application.swt.SWTInventoryModule
View items in the inventory.
m_selectedCategories - Variable in class org.opensubsystems.inventory.application.InventoryModule
What categories are selected in the list of items.
m_selectedCategoriesLabel - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Label displaying selected categories.
m_selectedCategoryId - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Id of currently selected category
m_selectedMainCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
What categories are selected in the list.
m_selectedSubCategories - Variable in class org.opensubsystems.inventory.application.InventoryModule
What sub categories are selected in the list of items.
m_selectedSubCategories - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
What subcategories are selected in the list.
m_selectedSubCategoriesList - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
List of selected subcategories.We need to store the entire categories in here so that we have access to display order attribute to order the categories correctly, therefore this list stores Category objects.
m_selectedSubs - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
List with selected subcategories for main category.
m_setListeners - Variable in class org.opensubsystems.inventory.application.CategoryDialog
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.IdentificationDialog
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.ItemDialog
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Set where all listeners listening to the event notifications specific to this object are stored.
m_setListeners - Variable in class org.opensubsystems.inventory.application.UnitDialog
Set where all listeners listening to the event notifications specific to this object are stored.
m_shippedItemsButton - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Button to show only shipped items.
m_showButtonsState - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
variable with current show status.
m_showStatus - Variable in class org.opensubsystems.inventory.application.swt.ViewInventory
Which show togle button is pressed.
m_specialFlags - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Variable for special flags, it is combination of SF_XXX values.
m_startNextDialog - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
If true then the next dialog will be automatically activated after the current one is closed.
m_strComments - Variable in class org.opensubsystems.inventory.data.Identification
Any comments about this item, for example who or when to return it to.
m_strDescription - Variable in class org.opensubsystems.inventory.data.Category
Description of the category.
m_strDescription - Variable in class org.opensubsystems.inventory.data.Inventory
Description of the inventory
m_strDescription - Variable in class org.opensubsystems.inventory.data.Item
Description of the item.
m_strExternalNumber - Variable in class org.opensubsystems.inventory.data.Identification
Unique identification for an item assigned by manufacturer.
m_strInternalNumber - Variable in class org.opensubsystems.inventory.application.ItemDialog
Unique internal identification number for this item.
m_strInternalNumber - Variable in class org.opensubsystems.inventory.data.Identification
This is inventory wide unique number assigned by user, which allows them to track uniquely their items independently from the manufacturer's external numbers.
m_strName - Variable in class org.opensubsystems.inventory.data.Category
Name of the category.
m_strName - Variable in class org.opensubsystems.inventory.data.Inventory
Name of the inventory
m_strName - Variable in class org.opensubsystems.inventory.data.Item
Name of the item.
m_strNameStem - Variable in class org.opensubsystems.inventory.data.Item
The part of the name which doesn't contain the size information and therefore it is the same for all items of the same type even if they have different sizes.
m_strSize - Variable in class org.opensubsystems.inventory.data.Item
The size information the way a user entered it.
m_subCategoryOptions - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Option data for the list of subcategories.
m_subCategoryRow - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Control which contains buttons for subcategories.
m_tabFolder - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Tab folder containing dialog pages.
m_table - Variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Table with list of items.
m_table - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Table with individual identifications.
m_table - Variable in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Table with units.
m_tableLabel - Variable in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Label for table with individual identifications.
m_texts - Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set of text edit fields to edit data in.
m_texts - Variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set of text edit fields to edit data in.
m_texts - Variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Set of text edit fields to edit data in.
m_texts - Variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Set of text edit fields to edit data in.
m_texts - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Set of text edit fields to edit data in.
m_unit - Variable in class org.opensubsystems.inventory.data.ItemUnitView
Unit object.
m_unitControl - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Controller to use to execute unit related operations.
m_unitDialog - Variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Dialog this gui is representing.
m_unitFactory - Variable in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Factory to use to execute persistence operations.
m_unitFactory - Variable in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Factory to use to execute persistence operations.
m_unitPage - Variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Dialog page control.
m_updatedCategory - Variable in class org.opensubsystems.inventory.application.CategoryDialogPersistor
Category which was successfully updated by this persistor.
MAIN_CATEGORY_COLUMNS - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
How many columns to display categories in.
MAIN_CATEGORY_COUNT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
How many main categories do we display above the list.
MAX_FIND_LENGTH_TEXT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Maximal length of text user can search for.
MaxDBCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.maxdb
Database specific operations related to persistence of item categories in SapDB.
MaxDBCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.maxdb.MaxDBCategoryDatabaseSchema
Default constructor.
MaxDBIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.maxdb
Database specific operations related to persistence of identifications in SapDB.
MaxDBIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.maxdb.MaxDBIdentificationDatabaseSchema
Default constructor.
MaxDBInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.maxdb
Database specific operations related to persistence of inventories in SapDB.
MaxDBInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.maxdb.MaxDBInventoryDatabaseSchema
Default constructor.
MaxDBItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.maxdb
Database specific operations related to persistence of items in SapDB.
MaxDBItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.maxdb.MaxDBItemDatabaseSchema
Default constructor.
MaxDBUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.maxdb
Database specific operations related to persistence of identifications in SapDB.
MaxDBUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.maxdb.MaxDBUnitDatabaseSchema
Default constructor.
MINIMAL_AVAILABLE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Offset of field in the field arrays
missingItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Recent button pressed
modifyAvailableCount(int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Modify available item count value by a specified amount.
MSSQLCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mssql
Database specific operations related to persistence of categories in MS SQL.
MSSQLCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mssql.MSSQLCategoryDatabaseSchema
Default constructor.
MSSQLIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mssql
Database specific operations related to persistence of identifications in MS SQL.
MSSQLIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mssql.MSSQLIdentificationDatabaseSchema
Default constructor.
MSSQLInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mssql
Database specific operations related to persistence of inventories in MS SQL.
MSSQLInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mssql.MSSQLInventoryDatabaseSchema
Default constructor.
MSSQLItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mssql
Database specific operations related to persistence of items in MS SQL Server.
MSSQLItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mssql.MSSQLItemDatabaseSchema
Default constructor.
MSSQLUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mssql
Database specific operations related to persistence of units in MS SQL Server.
MSSQLUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mssql.MSSQLUnitDatabaseSchema
Default constructor.
MySQLCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mysql
Database specific operations related to persistence of categories in MySQL.
MySQLCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mysql.MySQLCategoryDatabaseSchema
Default constructor.
MySQLIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mysql
Database specific operations related to persistence of identifications in MySQL.
MySQLIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mysql.MySQLIdentificationDatabaseSchema
Default constructor.
MySQLInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mysql
Database specific operations related to persistence of inventories in MySQL.
MySQLInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mysql.MySQLInventoryDatabaseSchema
Default constructor.
MySQLItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mysql
Database specific operations related to persistence of items in MySQL.
MySQLItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mysql.MySQLItemDatabaseSchema
Default constructor.
MySQLUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.mysql
Database specific operations related to persistence of units in MySQL.
MySQLUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.mysql.MySQLUnitDatabaseSchema
Default constructor.

N

NAME_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Offset of field in the field arrays
NAME_STEM_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays
notifyAvailableCountChanged(int) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Notify all listeners when average count changes.
notifyAverageCost(double) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Notify all listeners when average cost changes.
notifyAverageCostChanged(double) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Notify all listeners when average cost changes.
notifyCategorySelected(int) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Notification function
notifyCostChanged(double) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Notify all listeners when cost changes.
notifyCostChanged(double) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Notify all listeners when cost changes.
notifyCostListeners() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Notify all listeners functions about changes to the cost values based on the changes to individual identifications.
notifyIdentificationCountChanged(int) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Notify all listeners when number of individual identifications changes.
notifyRetiredChanged(boolean) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Notify all listeners when retired flag in some identifications changes.
notifySetConsumable(boolean) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Notify all listeners when consumable flag changes.
notifyShippedCountChanged(int) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Notify all listeners when shipped count changes.

O

OracleCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.oracle
Database specific operations related to persistence of categories in Oracle.
OracleCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.oracle.OracleCategoryDatabaseSchema
Default constructor.
OracleIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.oracle
Database specific operations related to persistence of identifications in Oracle.
OracleIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.oracle.OracleIdentificationDatabaseSchema
Default constructor.
OracleInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.oracle
Database specific operations related to persistence of inventories in Oracle.
OracleInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.oracle.OracleInventoryDatabaseSchema
Default constructor.
OracleItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.oracle
Database specific operations related to persistence of items in Oracle.
OracleItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.oracle.OracleItemDatabaseSchema
Default constructor.
OracleUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.oracle
Database specific operations related to persistence of units in Oracle.
OracleUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.oracle.OracleUnitDatabaseSchema
Default constructor.
org.opensubsystems.inventory.application - package org.opensubsystems.inventory.application
 
org.opensubsystems.inventory.application.swt - package org.opensubsystems.inventory.application.swt
 
org.opensubsystems.inventory.data - package org.opensubsystems.inventory.data
 
org.opensubsystems.inventory.logic - package org.opensubsystems.inventory.logic
 
org.opensubsystems.inventory.logic.impl - package org.opensubsystems.inventory.logic.impl
 
org.opensubsystems.inventory.persist - package org.opensubsystems.inventory.persist
 
org.opensubsystems.inventory.persist.db - package org.opensubsystems.inventory.persist.db
 
org.opensubsystems.inventory.persist.db.db2 - package org.opensubsystems.inventory.persist.db.db2
 
org.opensubsystems.inventory.persist.db.hsqldb - package org.opensubsystems.inventory.persist.db.hsqldb
 
org.opensubsystems.inventory.persist.db.maxdb - package org.opensubsystems.inventory.persist.db.maxdb
 
org.opensubsystems.inventory.persist.db.mssql - package org.opensubsystems.inventory.persist.db.mssql
 
org.opensubsystems.inventory.persist.db.mysql - package org.opensubsystems.inventory.persist.db.mysql
 
org.opensubsystems.inventory.persist.db.oracle - package org.opensubsystems.inventory.persist.db.oracle
 
org.opensubsystems.inventory.persist.db.postgresql - package org.opensubsystems.inventory.persist.db.postgresql
 
org.opensubsystems.inventory.persist.db.sapdb - package org.opensubsystems.inventory.persist.db.sapdb
 
org.opensubsystems.inventory.persist.db.sybase - package org.opensubsystems.inventory.persist.db.sybase
 
org.opensubsystems.inventory.util - package org.opensubsystems.inventory.util
 
OUT_COUNT_COLUMN - Static variable in class org.opensubsystems.inventory.application.swt.ItemTable
Column, which displays out count, which is count of items users borrowed.
OWNER_ITEM_UNIT_VIEW_COLUMN_NAMES - Static variable in class org.opensubsystems.inventory.persist.db.ItemUnitViewDatabaseSchema
Owner column names string array.

P

permanentItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Permanent button pressed
PERMANENTLY_ASSIGNED_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Offset of field in the field arrays
PostgreSQLCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.postgresql
Database specific operations related to persistence of categories in PostgreSQL.
PostgreSQLCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLCategoryDatabaseSchema
Default constructor.
PostgreSQLIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.postgresql
Database specific operations related to persistence of identifications in PostgreSQL.
PostgreSQLIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLIdentificationDatabaseSchema
Default constructor.
PostgreSQLInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.postgresql
Database specific operations related to persistence of inventories in PostgreSQL.
PostgreSQLInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLInventoryDatabaseSchema
Default constructor.
PostgreSQLItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.postgresql
Database specific operations related to persistence of items in Postgre SQL.
PostgreSQLItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLItemDatabaseSchema
Default constructor.
PostgreSQLUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.postgresql
Database specific operations related to persistence of units in Postgre SQL.
PostgreSQLUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.postgresql.PostgreSQLUnitDatabaseSchema
Default constructor.
PRICE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Offset of field in the field arrays
processData(AsyncDataLoader, List, int) - Method in class org.opensubsystems.inventory.application.swt.ItemTable

R

recentItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Recent button pressed
refresh() - Method in class org.opensubsystems.inventory.application.swt.ItemTable
Refresh screen by reloading all items.
refresh() - Method in class org.opensubsystems.inventory.application.swt.SWTInventoryModule
refresh() - Method in class org.opensubsystems.inventory.application.swt.ViewInventory
Refresh screen by reloading all items.
removeCategorizedItemsTableListener(CategorizedItemsTableListener) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Remove listener from this ncharacter pad.
removeCategoryDialogGuiListener(CategoryDialogListener) - Method in class org.opensubsystems.inventory.application.CategoryDialog
Remove listener from this dialog.
removeFromAllCategories(int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Remove specified item for all categories
removeFromAllCategories(int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Remove specified item for all categories
removeIdentificationDialogGuiListener(IdentificationDialogListener) - Method in class org.opensubsystems.inventory.application.IdentificationDialog
Remove listener from this dialog.
removeItemDialogGuiListener(ItemDialogListener) - Method in class org.opensubsystems.inventory.application.ItemDialog
Remove listener from this dialog.
removeItemIdentificationPageListener(ItemIdentificationPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Remove listener from this dialog.
removeItemPropertiesPageListener(ItemPropertiesPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Remove listener from this dialog.
removeItemTypeBasicPageListener(ItemBasicPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Remove listener from this dialog.
removeItemUnitPageListener(ItemUnitPageListener) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Remove listener from this dialog.
removeSubcategories() - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Remove selected subcategory from selected to available list
removeUnitDialogGuiListener(UnitDialogListener) - Method in class org.opensubsystems.inventory.application.UnitDialog
Remove listener from this dialog.
RENTER_ID_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays
resetCounts(int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
Reset all counts of all items in the inventory to 0.
resetCounts(int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Reset all counts of all items in the inventory to 0.
resetCounts(int) - Method in interface org.opensubsystems.inventory.persist.ItemFactory
Reset all counts of all items in the inventory to 0.
resetCounts(int) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Reset all counts of all items in the inventory to 0.
RETIRED_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Offset of field in the field arrays
retiredChanged(boolean) - Method in interface org.opensubsystems.inventory.application.swt.ItemIdentificationPageListener
Notification that the retired flag on some individuall identifiable changed.
REUSABLE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays

S

s_bRequireUnique - Static variable in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Flag controling if user has to enter as many identifications as is the entered shipped count.
s_bShippedEditable - Static variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Flag controling if the shipped value is editable once it is entered.
s_currencyFormat - Static variable in class org.opensubsystems.inventory.application.swt.ItemTable
Formatting object used to format currencies.
s_iCommentsMaxLength - Static variable in class org.opensubsystems.inventory.data.Identification
Maximal length of identification comments in chars
s_iDescriptionMaxLength - Static variable in class org.opensubsystems.inventory.data.Category
Maximal length of category description in chars
s_iDescriptionMaxLength - Static variable in class org.opensubsystems.inventory.data.Inventory
Maximal length of inventory description in chars
s_iDescriptionMaxLength - Static variable in class org.opensubsystems.inventory.data.Item
Maximal length of item description in chars
s_iExternalNumberMaxLength - Static variable in class org.opensubsystems.inventory.data.Identification
Maximal length of identification external number in chars
s_iInternalNumberMaxLength - Static variable in class org.opensubsystems.inventory.data.Identification
Maximal length of identification internal number in chars
s_iNameMaxLength - Static variable in class org.opensubsystems.inventory.data.Category
Maximal length of category name in chars
s_iNameMaxLength - Static variable in class org.opensubsystems.inventory.data.Inventory
Maximal length of inventory name in chars
s_iNameMaxLength - Static variable in class org.opensubsystems.inventory.data.Item
Maximal length of item name in chars
s_iNameStemMaxLength - Static variable in class org.opensubsystems.inventory.data.Item
Maximal length of item name stem in chars
s_iSizeMaxLength - Static variable in class org.opensubsystems.inventory.data.Item
Maximal length of item size in chars
SapDBCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sapdb
Database specific operations related to persistence of categories in SapDB.
SapDBCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sapdb.SapDBCategoryDatabaseSchema
Default constructor.
SapDBIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sapdb
Database specific operations related to persistence of identifications in SapDB.
SapDBIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sapdb.SapDBIdentificationDatabaseSchema
Default constructor.
SapDBInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sapdb
Database specific operations related to persistence of inventories in SapDB.
SapDBInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sapdb.SapDBInventoryDatabaseSchema
Default constructor.
SapDBItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sapdb
Database specific operations related to persistence of items in SapDB.
SapDBItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sapdb.SapDBItemDatabaseSchema
Default constructor.
SapDBUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sapdb
Database specific operations related to persistence of units in SapDB.
SapDBUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sapdb.SapDBUnitDatabaseSchema
Default constructor.
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.logic.impl.CategoryControllerImpl
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.logic.impl.IdentificationControllerImpl
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.logic.impl.InventoryControllerImpl
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
save(Item, List, Set, List, Set, int, int[], String, boolean) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Save item in the inventory.
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
save(Item, List, Set, List, Set, int, int[], String, boolean) - Method in interface org.opensubsystems.inventory.logic.ItemController
Save item in the inventory.
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
save(Identification, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Updates Identification in the persistence store.
save(Collection) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Update collection of Identifications
save(List, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Update list of Identifications in the persistance store.
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
save(ModifiableDataObject) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
save(Collection) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Update collection of Units
save(Identification, boolean) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Updates Identification in the persistence store.
save(List, boolean) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Update list of Identifications in the persistance store.
save(Collection) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Update collection of Identifications
save(Collection) - Method in interface org.opensubsystems.inventory.persist.UnitFactory
Update collection of Units
setAllRetired(int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Set all identifications in the inventory as retired since they should not be used anymore.
setAllRetired(int) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Set all identifications in the inventory as retired since they should not be used anymore.
setAvailableCount(int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set available count value.
setAvailableCount(int) - Method in class org.opensubsystems.inventory.data.Item
 
setAvailableCount(int) - Method in class org.opensubsystems.inventory.data.Unit
Change available count.
setAvailableItemCount(int, int, int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Change the available count for given item.
setAvailableItemCount(int, int, int) - Method in interface org.opensubsystems.inventory.logic.ItemController
Change the available count for given item.
setAvailableItemCountInner(int, int, int) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Change the available count for given item.
setAverageCost(double) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set an average cost value.
setAverageCost(double) - Method in class org.opensubsystems.inventory.data.Item
 
setComments(String) - Method in class org.opensubsystems.inventory.data.Identification
 
setCommentsMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Identification
Set static description max length parameter.
setConsumable(boolean) - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Set new consumable state if it has changed.
setCost(double) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Set an actual cost value.
setCost(double) - Method in class org.opensubsystems.inventory.data.Identification
 
setCost(double) - Method in class org.opensubsystems.inventory.data.Unit
 
setCreationTimestamp(Timestamp) - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
Creation timestamp is timestamp when the data object was created.
setCreationTimestamp(Timestamp) - Method in class org.opensubsystems.inventory.data.ItemUnitView
Creation timestamp is timestamp when the data object was created.
setDefaultCostValue(double) - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Set the default cost for all existing and future individually identifiable items.
setDescription(String) - Method in class org.opensubsystems.inventory.data.Category
 
setDescription(String) - Method in class org.opensubsystems.inventory.data.Item
 
setDescriptionMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Category
Set static description max length parameter.
setDescriptionMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Inventory
Set static description max length parameter.
setDescriptionMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Item
Set static name max length parameter.
setDisplayOrder(int) - Method in class org.opensubsystems.inventory.data.Category
 
setDisplayOrder(int) - Method in class org.opensubsystems.inventory.data.Item
 
setExternalNumber(String) - Method in class org.opensubsystems.inventory.data.Identification
 
setExternalNumberMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Identification
Set static description max length parameter.
setId(int) - Method in class org.opensubsystems.inventory.data.ItemUnitIdentificationView
setId(int) - Method in class org.opensubsystems.inventory.data.ItemUnitView
setIdentificationCount(int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Number of identifications and therefore uniquely identifiable items has changed so readjust the values on this page.
setInternalNumber(String) - Method in class org.opensubsystems.inventory.data.Identification
 
setInternalNumberMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Identification
Set static description max length parameter.
setInventoryId(int) - Method in class org.opensubsystems.inventory.data.Category
 
setInventoryId(int) - Method in class org.opensubsystems.inventory.data.Identification
 
setInventoryId(int) - Method in class org.opensubsystems.inventory.data.Item
 
setInventoryId(int) - Method in class org.opensubsystems.inventory.data.Unit
 
setItemId(int) - Method in class org.opensubsystems.inventory.data.Identification
 
setItemId(int) - Method in class org.opensubsystems.inventory.data.Unit
 
setName(String) - Method in class org.opensubsystems.inventory.data.Category
 
setName(String) - Method in class org.opensubsystems.inventory.data.Item
 
setNameMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Category
Set static description max length parameter.
setNameMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Inventory
Set static description max length parameter.
setNameMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Item
Set static name max length parameter.
setNameStem(String) - Method in class org.opensubsystems.inventory.data.Item
 
setNameStemMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Item
Set static name stem max length parameter.
setParentId(int) - Method in class org.opensubsystems.inventory.data.Category
Id of the parent.
setPrice(double) - Method in class org.opensubsystems.inventory.data.Item
 
setRenterId(int) - Method in class org.opensubsystems.inventory.data.Identification
 
setRetired(boolean) - Method in class org.opensubsystems.inventory.data.Identification
 
setRetired(Set) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Set all identifications in the specified list as retired since they should not be used anymore.
setRetired(Connection, List, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseSchema
Set up retired flag for all specified identification IDs
setRetired(Set) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Set all identifications in the specified list as retired since they should not be used anymore.
setReusable(boolean) - Method in class org.opensubsystems.inventory.data.Item
 
setSelectedItemValue(String, String, Integer, Color) - Method in class org.opensubsystems.inventory.application.swt.ItemTable
Set new value for the selected item.
setShippedCount(int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set shipped count value.
setShippedCount(int) - Method in class org.opensubsystems.inventory.data.Item
 
setShippedCount(int) - Method in class org.opensubsystems.inventory.data.Unit
 
setSizeMaxLength(int) - Static method in class org.opensubsystems.inventory.data.Item
Set static size max length parameter.
setTableLabel() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Set label above the table describing what kind of items does the table contains.
setUniquelyTracked(boolean) - Method in class org.opensubsystems.inventory.data.Item
 
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.InventoryDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.ItemDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
SF_ISSUED - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Do not create Show Issued button.
SF_NOMISSING - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Do not create Show Missing button.
SF_NONE - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
No special flags value.
SF_NORECENT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Do not create Show Recent button.
SF_PERMANENT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Do not create Show Permanent button.
SHIPPED_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays
SHIPPED_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Offset of field in the field arrays
shippedCountChanged(int) - Method in interface org.opensubsystems.inventory.application.swt.ItemUnitPageListener
Notification that the item shipped count has changed based on the unit count change.
shippedItemsButton() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Shipped button pressed
SHOW_ALL - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show all items status.
SHOW_DEFAULT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show all items status.
SHOW_ISSUED - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show shipped items status.
SHOW_MISSING - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show missing items status.
SHOW_NONE - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
No filter is selected.
SHOW_RECENT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show recent items status.
SHOW_SHIPPED - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
constant for show shipped items status.
showAllCategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Show all categories.
showAllSubCategories() - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Show all subcategories.
SIZE_FIELD - Static variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Offset of field in the field arrays
startCharacterPad(String, String, int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Starts character pad dialog to edit textual value of a field.
startCharacterPad(String, String, int) - Method in class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
Starts character pad dialog to edit textual value of a field.
startCharacterPad(String, String, int, List) - Method in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Starts character pad dialog to edit textual value of a field.
startNumberPad(String, String, int) - Method in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Starts number pad dialog to edit numeric value of a field.
startNumberPad(String, String, int, boolean) - Method in class org.opensubsystems.inventory.application.swt.ItemPropertiesPage
Starts number pad dialog to edit numeric value of a field.
startNumberPad(String) - Method in class org.opensubsystems.inventory.application.swt.ItemTable
Function opens number pad dialog
startNumberPad(String, String, int, boolean) - Method in class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
Starts number pad dialog to edit numeric value of a field.
startNumberPad(String, String, int, boolean, List, boolean) - Method in class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
Starts number pad dialog to edit numeric value of a field.
stopLoading(AsyncDataLoader) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
SUB_CATEGORY_COUNT - Static variable in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
How many subcategories do we display above the list.
SWTCategoryDialogGui - Class in org.opensubsystems.inventory.application.swt
GUI for dialog used to add or modify categories and subcategories implemented using SWT.
SWTCategoryDialogGui() - Constructor for class org.opensubsystems.inventory.application.swt.SWTCategoryDialogGui
 
SWTIdentificationDialogGui - Class in org.opensubsystems.inventory.application.swt
GUI for dialog used to add or modify identifications implemented using SWT.
SWTIdentificationDialogGui() - Constructor for class org.opensubsystems.inventory.application.swt.SWTIdentificationDialogGui
 
SWTInventoryModule - Class in org.opensubsystems.inventory.application.swt
SWT specific implementation of InventoryModule.
SWTInventoryModule() - Constructor for class org.opensubsystems.inventory.application.swt.SWTInventoryModule
 
SWTItemDialogGui - Class in org.opensubsystems.inventory.application.swt
GUI for dialog used to add or modify items implemented using SWT.
SWTItemDialogGui() - Constructor for class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
 
SWTUnitDialogGui - Class in org.opensubsystems.inventory.application.swt
GUI for dialog used to add or modify units implemented using SWT.
SWTUnitDialogGui() - Constructor for class org.opensubsystems.inventory.application.swt.SWTUnitDialogGui
 
SybaseCategoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sybase
Database specific operations related to persistence of categories in Sybase.
SybaseCategoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sybase.SybaseCategoryDatabaseSchema
Default constructor.
SybaseIdentificationDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sybase
Database specific operations related to persistence of identifications in Sybase ASE.
SybaseIdentificationDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sybase.SybaseIdentificationDatabaseSchema
Default constructor.
SybaseInventoryDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sybase
Database specific operations related to persistence of inventories in Sybase ASE.
SybaseInventoryDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sybase.SybaseInventoryDatabaseSchema
Default constructor.
SybaseItemDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sybase
Database specific operations related to persistence of items in Sybase ASE.
SybaseItemDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sybase.SybaseItemDatabaseSchema
Default constructor.
SybaseUnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db.sybase
Database specific operations related to persistence of units in Sybase ASE.
SybaseUnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.sybase.SybaseUnitDatabaseSchema
Default constructor.

T

takeAction(boolean, Category) - Method in interface org.opensubsystems.inventory.application.CategoryDialogListener
This method is called when action button of the dialog is clicked.
takeAction(boolean, Category) - Method in class org.opensubsystems.inventory.application.CategoryDialogPersistor
This method is called when action button of the dialog is clicked.
takeAction(boolean, Identification) - Method in interface org.opensubsystems.inventory.application.IdentificationDialogListener
This method is called when action button of the dialog is clicked.
takeAction(Item, int, int[], String, List, List) - Method in interface org.opensubsystems.inventory.application.ItemDialogListener
This method is called when action button of the dialog is clicked.
takeAction(Item, int, int[], String, List, List) - Method in class org.opensubsystems.inventory.application.ItemDialogPersistor
This method is called when action button of the dialog is clicked.
takeAction(boolean, Unit) - Method in interface org.opensubsystems.inventory.application.UnitDialogListener
This method is called when action button of the dialog is clicked.

U

Unit - Class in org.opensubsystems.inventory.data
Unit represents group of items of the same type with certain cost which are present in the inventory.
Unit(int) - Constructor for class org.opensubsystems.inventory.data.Unit
Empty constructor
Unit(int, int, int, int, int, double, boolean) - Constructor for class org.opensubsystems.inventory.data.Unit
Full constructor to create new unit
Unit(int, int, int, int, int, int, double, boolean, Timestamp, Timestamp) - Constructor for class org.opensubsystems.inventory.data.Unit
Full constructor to create new unit.
UNIT_BY_CATEGORY - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for units by category.
UNIT_BY_CATEGORY_OBJ - Static variable in class org.opensubsystems.inventory.data.ItemUnitView
Code for units by category.
UNIT_MANDATORY_RETRIEVE_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Columns which always have to be retrieved from the database
UNIT_SCHEMA_NAME - Static variable in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Name identifies this schema in the database.
UNIT_SCHEMA_VERSION - Static variable in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Version of this schema in the database.
UNIT_SORT_COLUMNS - Static variable in class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Static variable for array of all columns codes that can be used for sorting.
UnitController - Interface in org.opensubsystems.inventory.logic
Business logic related to managing units.
UnitControllerImpl - Class in org.opensubsystems.inventory.logic.impl
Implementation of UnitController interface to manage units.
UnitControllerImpl() - Constructor for class org.opensubsystems.inventory.logic.impl.UnitControllerImpl
Default constructor.
UnitDatabaseFactory - Class in org.opensubsystems.inventory.persist.db
Data factory to retrieve and manipulate units in persistence store.
UnitDatabaseFactory() - Constructor for class org.opensubsystems.inventory.persist.db.UnitDatabaseFactory
Default constructor.
UnitDatabaseSchema - Class in org.opensubsystems.inventory.persist.db
Database specific operations related to persistence of units.
UnitDatabaseSchema() - Constructor for class org.opensubsystems.inventory.persist.db.UnitDatabaseSchema
Default constructor.
UnitDialog - Class in org.opensubsystems.inventory.application
Dialog to create and edit units.
UnitDialog(ThickClientDialog, String, boolean, Unit, List) - Constructor for class org.opensubsystems.inventory.application.UnitDialog
Constructor for dialog to create or edit unit.
UnitDialogGui - Interface in org.opensubsystems.inventory.application
GUI portion of the unit dialog, which abstracts the gui technology dependent portion of the creating or modifying units from the backend process.
UnitDialogListener - Interface in org.opensubsystems.inventory.application
Interface by which client can monitor changes made in the dialog.
UnitFactory - Interface in org.opensubsystems.inventory.persist
Methods to create, retrieve and manipulate units in the persistence store.
UPDATE_ITEMTYPE_COLUMNS - Static variable in class org.opensubsystems.inventory.data.Item
Static variable for array of item attribute codes used when updating items.
updateMainCategoryControls(Object[]) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Update main category controls with the category data loaded using list interface
updateMainCategoryControlState(Button) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Update state of the main category control after user selected some main category.
updateSubCategoryControls(Object[]) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Update subcategory controls with the category data loaded using list interface.
updateSubCategoryControlState(Button) - Method in class org.opensubsystems.inventory.application.swt.CategorizedItemsTable
Update state of the subcategory control after user selected some sub category.
updateTable() - Method in class org.opensubsystems.inventory.application.swt.ItemIdentificationPage
Update the table based on changes to individual identifications.
updateTable() - Method in class org.opensubsystems.inventory.application.swt.ItemUnitPage
Update the table based on changes to units.

V

validate(boolean) - Method in class org.opensubsystems.inventory.application.swt.SWTItemDialogGui
Validate all values in the dialog for consistency.
validateIdentifications(List) - Method in class org.opensubsystems.inventory.logic.impl.ItemControllerImpl
Check if all data contained within the list have unique external number.
verifyUniqueCategory(Category) - Method in interface org.opensubsystems.inventory.persist.CategoryFactory
Get result for category existence.
verifyUniqueCategory(Category) - Method in class org.opensubsystems.inventory.persist.db.CategoryDatabaseFactory
Get result for category existence.
verifyUniqueExternalNumber(Identification, boolean) - Method in class org.opensubsystems.inventory.persist.db.IdentificationDatabaseFactory
Check external number, inventory, manufacturer is not used yet
verifyUniqueExternalNumber(Identification, boolean) - Method in interface org.opensubsystems.inventory.persist.IdentificationFactory
Check external number, inventory, manufacturer is not used yet
ViewInventory - Class in org.opensubsystems.inventory.application.swt
Screen to view items in the inventory.
ViewInventory(Composite, InventoryModule, Inventory, Map, Map) - Constructor for class org.opensubsystems.inventory.application.swt.ViewInventory
Construct new screen to display items in the inventory.

A C D E F G H I L M N O P R S T U V

Copyright © 2003 - 2006 OpenSubsystems s.r.o.