|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecondarySpec | |
---|---|
com.ibm.pim.catalog | |
com.ibm.pim.collaboration | |
com.ibm.pim.hierarchy | |
com.ibm.pim.hierarchy.category |
Uses of SecondarySpec in com.ibm.pim.catalog |
---|
Methods in com.ibm.pim.catalog that return SecondarySpec | |
---|---|
SecondarySpec |
LocationDataConfiguration.getSpec()
Retrieves the Spec for this particular Configuration |
Methods in com.ibm.pim.catalog that return types with arguments of type SecondarySpec | |
---|---|
PIMCollection<SecondarySpec> |
Catalog.getCategorySpecs()
Return all the "ItemSecondarySpecs" applied in this catalog |
Methods in com.ibm.pim.catalog with parameters of type SecondarySpec | |
---|---|
LocationDataConfiguration |
Catalog.addLocationDataConfiguration(Hierarchy hierarchy,
SecondarySpec spec)
Adds location specific data for a catalog. |
Uses of SecondarySpec in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return types with arguments of type SecondarySpec | |
---|---|
java.util.Collection<SecondarySpec> |
CollaborationCategory.getSecondarySpecs()
Returns the secondary specs defining this category’s attributes. |
Methods in com.ibm.pim.collaboration with parameters of type SecondarySpec | |
---|---|
void |
CollaborationCategory.removeSecondarySpec(SecondarySpec spec)
Disassociates a secondary spec defining this category’s attributes. |
Uses of SecondarySpec in com.ibm.pim.hierarchy |
---|
Methods in com.ibm.pim.hierarchy with parameters of type SecondarySpec | |
---|---|
PIMCollection<Category> |
Hierarchy.getCategoriesByItemSecondarySpec(SecondarySpec spec)
Retrieves a collection of all the Category objects in this hierarchy implementing a particular secondary spec. |
PIMCollection<Category> |
Hierarchy.getCategoriesByStandAloneSpec(SecondarySpec spec)
Retrieves a collection of all the Category objects in this hierarchy implementing a particular standalone spec. |
Uses of SecondarySpec in com.ibm.pim.hierarchy.category |
---|
Methods in com.ibm.pim.hierarchy.category that return types with arguments of type SecondarySpec | |
---|---|
java.util.Collection<SecondarySpec> |
Category.getItemSecondarySpecs()
Returns the item secondary specs associated with this category. |
java.util.Collection<SecondarySpec> |
Category.getItemSecondarySpecs(Catalog catalog)
Returns the item secondary specs associated with this category applied to items in the given catalog. |
java.util.Collection<SecondarySpec> |
Category.getSecondarySpecs()
Returns the secondary specs defining this category’s attributes. |
Methods in com.ibm.pim.hierarchy.category with parameters of type SecondarySpec | |
---|---|
void |
Category.addItemSecondarySpec(SecondarySpec spec,
boolean addToChildCategories,
boolean addAcrossMapping)
Associates a secondary item spec to this Category. |
void |
Category.addItemSecondarySpec(SecondarySpec spec,
java.util.Collection<Catalog> catalogs,
boolean addToChildCategories,
boolean addAcrossMapping)
Associates a secondary item spec to this Category. |
void |
Category.addSecondarySpec(SecondarySpec spec)
Associates a secondary spec defining this category’s attributes. |
void |
Category.removeItemSecondarySpec(SecondarySpec spec)
Disassociates a secondary item spec to from this Category. |
void |
Category.removeSecondarySpec(SecondarySpec spec)
Disassociates a secondary spec defining this category’s attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |