|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PIMCollection | |
---|---|
com.ibm.pim.interfaces.catalog | |
com.ibm.pim.interfaces.category | |
com.ibm.pim.interfaces.item | |
com.ibm.pim.interfaces.managers | |
com.ibm.pim.interfaces.userdefinedlogs |
Uses of PIMCollection in com.ibm.pim.interfaces.catalog |
---|
Methods in com.ibm.pim.interfaces.catalog that return PIMCollection | |
---|---|
PIMCollection |
Catalog.getHierarchies()
Deprecated. Retrieve all Hierarchies associated with this Catalog |
PIMCollection |
Catalog.getItems()
Deprecated. Retrieve a collection of all of the Items within this Catalog |
PIMCollection |
Catalog.getItemsByCategory(Category category)
Deprecated. Retrieve a collection of the Items within this Catalog belong to the specified Category |
Uses of PIMCollection in com.ibm.pim.interfaces.category |
---|
Methods in com.ibm.pim.interfaces.category that return PIMCollection | |
---|---|
PIMCollection |
Category.getChildCategories()
Deprecated. Retrieves a collection of Categories that are children of this Category |
Uses of PIMCollection in com.ibm.pim.interfaces.item |
---|
Methods in com.ibm.pim.interfaces.item that return PIMCollection | |
---|---|
PIMCollection |
Item.getCategories()
Deprecated. Returns the categories to which this item belongs. |
PIMCollection |
Item.getLocationHierarchies()
Deprecated. Returns all the location hierarchies which are available on this catalog for this item, regardless of whether it has stored any data in them. |
PIMCollection |
Item.getSpecs()
Deprecated. Returns the specs in which this item participates. |
Uses of PIMCollection in com.ibm.pim.interfaces.managers |
---|
Methods in com.ibm.pim.interfaces.managers that return PIMCollection | |
---|---|
PIMCollection |
CatalogManager.getCatalogs()
Deprecated. Retrieves all Catalogs available in the current context |
PIMCollection |
HierarchyManager.getHierarchies()
Deprecated. Retrieves all Hierarchies available in the current context |
PIMCollection |
LookupTableManager.getLookupTables()
Deprecated. Retrieves all LookupTables available in the current context |
PIMCollection |
SpecManager.getSpecs()
Deprecated. Retrieves all Specs available in the current context |
PIMCollection |
SpecManager.getSpecsByType(int type)
Deprecated. Retrieves all Specs available of the specified type in the current context |
PIMCollection |
UserDefinedLogManager.getUserDefinedLogs()
Deprecated. Retrieves all UserDefinedLogs available in the current context |
Uses of PIMCollection in com.ibm.pim.interfaces.userdefinedlogs |
---|
Methods in com.ibm.pim.interfaces.userdefinedlogs that return PIMCollection | |
---|---|
PIMCollection |
UserDefinedLog.getLogEntries()
Deprecated. Retrieves all UserDefinedLogEntrys associated with this UserDefinedLog |
PIMCollection |
UserDefinedLog.getLogEntry(Item logKey)
Deprecated. Retrieves all UserDefinedLogEntrys associated with a specific item |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |