|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.catalog |
---|
Methods in com.ibm.pim.interfaces.catalog that throw PIMAuthorizationException | |
---|---|
Item |
Catalog.createItem()
Deprecated. Create a new item in the Catalog. |
CatalogHierarchySpecificDetails |
Catalog.getCatalogHierarchySpecificDetails(Hierarchy hierarchy)
Deprecated. Retrieve an object giving access to details specific to the relationship between this Catalog and a specified Hierarchy, for example, location hierarchy information. |
java.lang.String |
Catalog.getDisplayName()
Deprecated. Retrieve the name of this Catalog |
PIMCollection |
Catalog.getHierarchies()
Deprecated. Retrieve all Hierarchies associated with this Catalog |
Item |
Catalog.getItemByPrimaryKey(int primaryKey)
Deprecated. Retrieve an Item within the catalog using the Item's primary key as an int |
Item |
Catalog.getItemByPrimaryKey(java.lang.String primaryKey)
Deprecated. Retrieve an Item within the catalog using the Item's primary key as a String |
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 |
Hierarchy |
Catalog.getPrimaryHierarchy()
Deprecated. Retrieve the primary Hierarchy associated with this Catalog |
PrimarySpec |
Catalog.getPrimarySpec()
Deprecated. Retrieve the Primary Spec of the Items within this Catalog |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.category |
---|
Methods in com.ibm.pim.interfaces.category that throw PIMAuthorizationException | |
---|---|
java.lang.Object |
Category.getAttribute(java.lang.String path)
Deprecated. Get an attribute value. |
int |
Category.getAttributeOccurrenceCount(java.lang.String path)
Deprecated. Returns the number of occurrences of a particular attribute of this Category, specified by path |
PIMCollection |
Category.getChildCategories()
Deprecated. Retrieves a collection of Categories that are children of this Category |
java.lang.String |
Category.getDisplayName()
Deprecated. Returns the name of this Category object |
Hierarchy |
Category.getHierarchy()
Deprecated. Returns the Hierarchy object containing this Category object. |
java.lang.String |
Category.getPrimaryKey()
Deprecated. Return the primary key of this Category |
boolean |
Category.isRoot()
Deprecated. Identifies whether this Category is the root Category of the Hierarchy it lives within |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.context |
---|
Methods in com.ibm.pim.interfaces.context that throw PIMAuthorizationException | |
---|---|
void |
Context.commit()
Deprecated. Commit transaction. |
CatalogManager |
Context.getCatalogManager()
Deprecated. Gets the CatalogManager for this context |
ContextAttributes |
Context.getContextAttributes()
Deprecated. Gets the context attributes for this context |
HierarchyManager |
Context.getHierarchyManager()
Deprecated. Gets the HierarchyManager for this context |
LookupTableManager |
Context.getLookupTableManager()
Deprecated. Gets the LookupTableManager for this context |
SearchManager |
Context.getSearchManager()
Deprecated. Gets the SearchManager for this context |
SpecManager |
Context.getSpecManager()
Deprecated. Gets the SpecManager for this context |
UserDefinedLogManager |
Context.getUserDefinedLogManager()
Deprecated. Gets the UserDefinedLogManager for this context |
boolean |
Context.inTransaction()
Deprecated. Return true if in a transaction, or false otherwise |
void |
Context.rollback()
Deprecated. Rollback transaction. |
void |
ContextAttributes.setCurrentUser(User user)
Deprecated. Set the current user associated with these attributes |
void |
Context.startTransaction()
Deprecated. Start a transaction. |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.hierarchy |
---|
Methods in com.ibm.pim.interfaces.hierarchy that throw PIMAuthorizationException | |
---|---|
Category |
Hierarchy.getCategoryByPath(java.lang.String sPath)
Deprecated. Retrieves a Category within the Hierarchy, or returns null if it is not found. |
java.lang.String |
Hierarchy.getDisplayName()
Deprecated. Returns the display name of this Hierarchy |
Category |
Hierarchy.getRootCategory()
Deprecated. Returns the root category for this Hierarchy |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.item |
---|
Methods in com.ibm.pim.interfaces.item that throw PIMAuthorizationException | |
---|---|
void |
Item.addAttributeOccurrence(Category location,
java.lang.String path)
Deprecated. Add an occurrence to a multi-occurrence or grouping attribute. |
void |
Item.addAttributeOccurrence(java.lang.String path)
Deprecated. Add an occurrence to a multi-occurrence or grouping attribute. |
void |
Item.addToCategory(Category category)
Deprecated. Add an item to a category. |
void |
Item.clearAttribute(Category location,
java.lang.String path)
Deprecated. Clear an attribute such that it still exists but contains no value. |
void |
Item.clearAttribute(java.lang.String path)
Deprecated. Clear an attribute such that it still exists but contains no value. |
void |
Item.delete()
Deprecated. Deletes the item from the Product Information Manager. |
void |
Item.deleteAttributeOccurrence(Category location,
java.lang.String path)
Deprecated. Delete an occurrence from an attribute. |
void |
Item.deleteAttributeOccurrence(java.lang.String path)
Deprecated. Delete an occurrence from an attribute. |
java.lang.Object |
Item.getAttribute(Category location,
java.lang.String path)
Deprecated. Get an attribute from a location. |
java.lang.Object |
Item.getAttribute(java.lang.String path)
Deprecated. Get an attribute value. |
int |
Item.getAttributeOccurrenceCount(Category location,
java.lang.String path)
Deprecated. Get the number of occurrences in a multi-occurrence attribute or the number of child attributes in a grouping node. |
int |
Item.getAttributeOccurrenceCount(java.lang.String path)
Deprecated. Get the number of occurrences in a multi-occurrence attribute or the number of child attributes in a grouping node. |
Catalog |
Item.getCatalog()
Deprecated. Returns the catalog to which this item belongs. |
PIMCollection |
Item.getCategories()
Deprecated. Returns the categories to which this item belongs. |
java.lang.String |
Item.getDisplayName()
Deprecated. Returns the display name. |
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. |
java.lang.String |
Item.getPrimaryKey()
Deprecated. Returns the primary key. |
PIMCollection |
Item.getSpecs()
Deprecated. Returns the specs in which this item participates. |
ValidationErrors |
Item.getValidationErrors()
Deprecated. Returns the validation errors from the last Item.isValid() ,
Item.delete() or Item.save() call. |
boolean |
Item.hasLocationData(Category location)
Deprecated. Returns true if the location contains any data. |
boolean |
Item.isAttributeInherited(Category location,
java.lang.String path)
Deprecated. Returns true if the attribute is
set to inherit a value. |
boolean |
Item.isValid()
Deprecated. Returns true if the item has no validation errors. |
void |
Item.removeFromCategory(Category category)
Deprecated. Remove an item from a category. |
void |
Item.resetAttribute(Category location,
java.lang.String path)
Deprecated. Reset the attribute to its default value. |
void |
Item.resetAttribute(java.lang.String path)
Deprecated. Reset the attribute to its default value. |
void |
Item.save()
Deprecated. Saves the item. |
void |
Item.setAttribute(Category location,
java.lang.String path,
java.lang.Object value)
Deprecated. Set an attribute at a location. |
void |
Item.setAttribute(java.lang.String path,
java.lang.Object value)
Deprecated. Set an attribute value on an item. |
void |
Item.setAttributeInherited(Category location,
java.lang.String path,
boolean inherit)
Deprecated. Set the inheritence state of a location attribute. |
void |
Item.setLocationAvailable(Category location,
boolean isAvailable,
boolean recursive)
Deprecated. Set the availability of a location. |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.lookuptable |
---|
Methods in com.ibm.pim.interfaces.lookuptable that throw PIMAuthorizationException | |
---|---|
java.util.ArrayList |
LookupTable.getAllLookupTableEntrys()
Deprecated. Retrieves all the LookupTableEntrys for this LookupTable |
java.lang.Object |
LookupTableEntry.getAttribute(java.lang.String path)
Deprecated. Get an attribute from this LookupTableEntry You cannot retrieve Grouping SpecNodes or values for the Primary Key attribute in this way. |
LookupTableEntry |
LookupTable.getLookupTableEntryByKey(java.lang.String key)
Deprecated. Retrieve a LookupTableEntry identified by the given key |
LookupSpec |
LookupTable.getSpec()
Deprecated. Retrieve the Lookup Spec associated with this LookupTable |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.managers |
---|
Methods in com.ibm.pim.interfaces.managers that throw PIMAuthorizationException | |
---|---|
UserDefinedLog |
UserDefinedLogManager.createUserDefinedLog(Catalog catalog,
java.lang.String name,
boolean runningLog)
Deprecated. Creates a UserDefined Log based upon an owning Catalog Retrieve a UserDefinedLog based upon the owning catalog and log name |
UserDefinedLog |
UserDefinedLogManager.createUserDefinedLog(Hierarchy hierarchy,
java.lang.String name,
boolean runningLog)
Deprecated. Creates a UserDefined Log based upon an owning Hierarchy Retrieve a UserDefinedLog based upon the owning hierarchy and log name |
Catalog |
CatalogManager.getCatalogByName(java.lang.String name)
Deprecated. Retrieves a specific Catalog by name |
PIMCollection |
CatalogManager.getCatalogs()
Deprecated. Retrieves all Catalogs available in the current context |
PIMCollection |
HierarchyManager.getHierarchies()
Deprecated. Retrieves all Hierarchies available in the current context |
Hierarchy |
HierarchyManager.getHierarchyByName(java.lang.String name)
Deprecated. Retrieves a specific Hierarchy by name |
LookupTable |
LookupTableManager.getLookupTableByName(java.lang.String lookupTableName)
Deprecated. Retrieves a specific LookupTable by name |
PIMCollection |
LookupTableManager.getLookupTables()
Deprecated. Retrieves all LookupTables available in the current context |
SearchQuery |
SearchManager.getSearchQuery(java.lang.String queryString)
Deprecated. Obtain a Query object for the specified query String |
Spec |
SpecManager.getSpecByName(java.lang.String specName)
Deprecated. Retrieves a specific Spec by name |
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 |
UserDefinedLog |
UserDefinedLogManager.getUserDefinedLogByName(Catalog catalog,
java.lang.String name)
Deprecated. Retrieves a specific UserDefinedLog in a specified catalog with a specified name |
UserDefinedLog |
UserDefinedLogManager.getUserDefinedLogByName(Hierarchy hierarchy,
java.lang.String name)
Deprecated. Retrieves a specific UserDefinedLog in a specified hierarchy with a specified name |
PIMCollection |
UserDefinedLogManager.getUserDefinedLogs()
Deprecated. Retrieves all UserDefinedLogs available in the current context |
java.util.Collection |
UserDefinedLogManager.getUserDefinedLogs(Catalog catalog)
Deprecated. Retrieves all UserDefinedLogs available in the current context for the specified Catalog |
java.util.Collection |
UserDefinedLogManager.getUserDefinedLogs(Hierarchy hierarchy)
Deprecated. Retrieves all UserDefinedLogs available in the current context for the specified Hierarchy |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.search |
---|
Methods in com.ibm.pim.interfaces.search that throw PIMAuthorizationException | |
---|---|
SearchResultSet |
SearchQuery.execute()
Deprecated. Executes the Query and returns the SearchResultSet |
boolean |
SearchResultSet.getBoolean(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Flag" SpecNode type. |
Catalog |
SearchResultSet.getCatalog(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Catalog object |
Category |
SearchResultSet.getCategory(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Category object. |
java.util.Date |
SearchResultSet.getDate(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Date" SpecNode type. |
double |
SearchResultSet.getDouble(int columnIndex)
Deprecated. Get the value of a column in the current row as Java double value.It can be used for "Number" SpecNode type. |
float |
SearchResultSet.getFloat(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Number" SpecNode type. |
Hierarchy |
SearchResultSet.getHierarchy(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Hierarchy object |
int |
SearchResultSet.getInt(int columnIndex)
Deprecated. Get the value of a column in the current row as a Java int value. |
Item |
SearchResultSet.getItem(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Item object |
long |
SearchResultSet.getLong(int columnIndex)
Deprecated. Get the value of a column in the current row as Java long value.It can be used for "Number" SpecNode type. |
SearchColumnType[] |
SearchResultSet.getMetaData()
Deprecated. Returns MetaData information of each column of resultset in form of SearchColumnType array. |
SearchColumnType[] |
SearchQuery.getMetaData()
Deprecated. Returns meta data about the result set |
SearchQuery |
SearchResultSet.getQuery()
Deprecated. Returns the Query object which returned this SearchResultSet. |
Spec |
SearchResultSet.getSpec(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Spec object |
java.lang.String |
SearchResultSet.getString(int columnIndex)
Deprecated. Get the value of a column in the current row as Java String value.It can be used for all kind of specnode type e.g "Binary,Grouping,Image,Image url,Lookup table,Password,String,String enumeration,Thumbnail image,Thumbnail image url,Timezone,URL" etc. |
boolean |
SearchQuery.isItemQuery()
Deprecated. Returns true if query is on a PIM Item. |
boolean |
SearchResultSet.next()
Deprecated. Use this method to iterate through rows in result set. |
int |
SearchResultSet.size()
Deprecated. Returns the number of rows in the resultset. |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.spec |
---|
Methods in com.ibm.pim.interfaces.spec that throw PIMAuthorizationException | |
---|---|
java.lang.String |
Spec.getDisplayName()
Deprecated. Returns the Spec Name |
java.util.Collection |
Spec.getLocales()
Deprecated. Returns all associated Locales if this Spec is localized |
SpecNode |
LookupSpec.getPrimaryKeySpecNode()
Deprecated. Returns the primary key SpecNode for this LookupSpec |
SpecNode |
PrimarySpec.getPrimaryKeySpecNode()
Deprecated. Returns the primary key SpecNode for this PrimarySpec |
SpecNode |
Spec.getSpecNodeByPath(java.lang.String path)
Deprecated. Return a specific SpecNode for this Spec, by path |
java.util.Collection |
Spec.getSpecNodes()
Deprecated. Returns all SpecNodes for this Spec |
boolean |
Spec.isLocalized()
Deprecated. Identify whether this Spec is localized |
Uses of PIMAuthorizationException in com.ibm.pim.interfaces.userdefinedlogs |
---|
Methods in com.ibm.pim.interfaces.userdefinedlogs that throw PIMAuthorizationException | |
---|---|
UserDefinedLogEntry |
UserDefinedLog.createLogEntry(Category category,
Item item,
java.lang.String entry)
Deprecated. Creates a UserDefinedLogEntry for a specific category & item |
void |
UserDefinedLogEntry.delete()
Deprecated. Delete this log entry |
java.lang.String |
UserDefinedLog.getDisplayName()
Deprecated. Returns the display name for this UserDefinedLog |
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 |
java.lang.String |
UserDefinedLogEntry.getValue()
Deprecated. Returns the string description stored in this log entry |
boolean |
UserDefinedLog.isRunningLog()
Deprecated. Determine whether this log is currently running |
void |
UserDefinedLogEntry.save()
Deprecated. Save this log entry. |
void |
UserDefinedLogEntry.setValue(java.lang.String logValue)
Deprecated. Store a string with this log entry, overwriting any previous string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |