Uses of Interface
com.ibm.pim.interfaces.item.Item

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 Itemobject
 

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