|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
com.ibm.pim.interfaces.catalog | |
com.ibm.pim.interfaces.search | |
com.ibm.pim.interfaces.userdefinedlogs |
Uses of Item in com.ibm.pim.interfaces.catalog |
---|
Methods in com.ibm.pim.interfaces.catalog that return Item | |
Item |
Catalog.createItem()
Create a new item in the Catalog. |
Item |
Catalog.getItemByPrimaryKey(java.lang.String primaryKey)
Retrieve an Item within the catalog using the Item's primary key as a String |
Item |
Catalog.getItemByPrimaryKey(int primaryKey)
Retrieve an Item within the catalog using the Item's primary key as an int |
Uses of Item in com.ibm.pim.interfaces.search |
---|
Methods in com.ibm.pim.interfaces.search that return Item | |
Item |
SearchResultSet.getItem(int columnIndex)
Get the value of a column in the current row as Java Float value.It can be used for Item object |
Uses of Item in com.ibm.pim.interfaces.userdefinedlogs |
---|
Methods in com.ibm.pim.interfaces.userdefinedlogs with parameters of type Item | |
PIMCollection |
UserDefinedLog.getLogEntry(Item logKey)
Retrieves all UserDefinedLogEntrys associated with a specific item |
UserDefinedLogEntry |
UserDefinedLog.createLogEntry(Category category,
Item item,
java.lang.String entry)
Creates a UserDefinedLogEntry for a specific category & item |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |