|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.inventory.util.InventoryUtils
public final class InventoryUtils
Collection of useful code snippets to work with different data entities in inventory subsystem.
| Method Summary | |
|---|---|
static org.opensubsystems.patterns.listdata.data.ListOptions |
getItemIdentificationListOptions(int iItemId)
Get list options which can be used to load identifications for a specified item. |
static org.opensubsystems.patterns.listdata.data.ListOptions |
getItemUnitListOptions(int iItemId)
Get list options which can be used to load units for a specified item. |
static org.opensubsystems.patterns.listdata.data.ListOptions |
getRootCategoryListOptions(int iInventoryId)
Get list options which can be used to load root categories. |
static org.opensubsystems.patterns.listdata.data.ListOptions |
getSubcategoryListOptions(int iRootCategoryId)
Get list options which can be used to load subcategories for a specified category. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.opensubsystems.patterns.listdata.data.ListOptions getRootCategoryListOptions(int iInventoryId)
iInventoryId - - inventory to load the root categories for
public static org.opensubsystems.patterns.listdata.data.ListOptions getSubcategoryListOptions(int iRootCategoryId)
iRootCategoryId - - root category to load the subcategories for
public static org.opensubsystems.patterns.listdata.data.ListOptions getItemIdentificationListOptions(int iItemId)
iItemId - - item to load the identifications for
public static org.opensubsystems.patterns.listdata.data.ListOptions getItemUnitListOptions(int iItemId)
iItemId - - item to load the identifications for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||