Uses of Class
com.ibm.pim.exceptions.PIMAuthorizationException

Packages that use PIMAuthorizationException
com.ibm.pim.interfaces.catalog   
com.ibm.pim.interfaces.category   
com.ibm.pim.interfaces.context   
com.ibm.pim.interfaces.hierarchy   
com.ibm.pim.interfaces.item   
com.ibm.pim.interfaces.lookuptable   
com.ibm.pim.interfaces.managers   
com.ibm.pim.interfaces.search   
com.ibm.pim.interfaces.spec   
com.ibm.pim.interfaces.userdefinedlogs   
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.catalog
 

Methods in com.ibm.pim.interfaces.catalog that throw PIMAuthorizationException
 Item Catalog.createItem()
          Create a new item in the Catalog.
 PIMCollection Catalog.getHierarchies()
          Retrieve all Hierarchies associated with this Catalog
 Hierarchy Catalog.getPrimaryHierarchy()
          Retrieve the primary Hierarchy associated with this 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
 java.lang.String Catalog.getDisplayName()
          Retrieve the name of this Catalog
 PrimarySpec Catalog.getPrimarySpec()
          Retrieve the Primary Spec of the Items within this Catalog
 PIMCollection Catalog.getItems()
          Retrieve a collection of all of the Items within this Catalog
 PIMCollection Catalog.getItemsByCategory(Category category)
          Retrieve a collection of the Items within this Catalog belong to the specified Category
 CatalogHierarchySpecificDetails Catalog.getCatalogHierarchySpecificDetails(Hierarchy hierarchy)
          Retrieve an object giving access to details specific to the relationship between this Catalog and a specified Hierarchy, for example, location hierarchy information.
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.category
 

Methods in com.ibm.pim.interfaces.category that throw PIMAuthorizationException
 Hierarchy Category.getHierarchy()
          Returns the Hierarchy object containing this Category object.
 java.lang.String Category.getDisplayName()
          Returns the name of this Category object
 PIMCollection Category.getChildCategories()
          Retrieves a collection of Categories that are children of this Category
 boolean Category.isRoot()
          Identifies whether this Category is the root Category of the Hierarchy it lives within
 java.lang.Object Category.getAttribute(java.lang.String path)
          Get an attribute value.
 int Category.getAttributeOccurrenceCount(java.lang.String path)
          Returns the number of occurrences of a particular attribute of this Category, specified by path
 java.lang.String Category.getPrimaryKey()
          Return the primary key of this Category
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.context
 

Methods in com.ibm.pim.interfaces.context that throw PIMAuthorizationException
 void ContextAttributes.setCurrentUser(User user)
          Set the current user associated with these attributes
 CatalogManager Context.getCatalogManager()
          Gets the CatalogManager for this context
 HierarchyManager Context.getHierarchyManager()
          Gets the HierarchyManager for this context
 LookupTableManager Context.getLookupTableManager()
          Gets the LookupTableManager for this context
 SearchManager Context.getSearchManager()
          Gets the SearchManager for this context
 SpecManager Context.getSpecManager()
          Gets the SpecManager for this context
 UserDefinedLogManager Context.getUserDefinedLogManager()
          Gets the UserDefinedLogManager for this context
 ContextAttributes Context.getContextAttributes()
          Gets the context attributes for this context
 void Context.startTransaction()
          Start a transaction.
 void Context.commit()
          Commit transaction.
 void Context.rollback()
          Rollback transaction.
 boolean Context.inTransaction()
          Return true if in a transaction, or false otherwise
 

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)
          Retrieves a Category within the Hierarchy, or returns null if it is not found.
 Category Hierarchy.getRootCategory()
          Returns the root category for this Hierarchy
 java.lang.String Hierarchy.getDisplayName()
          Returns the display name of this Hierarchy
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.item
 

Methods in com.ibm.pim.interfaces.item that throw PIMAuthorizationException
 void Item.addToCategory(Category category)
          Add an item to a category.
 void Item.removeFromCategory(Category category)
          Remove an item from a category.
 void Item.setLocationAvailable(Category location, boolean isAvailable, boolean recursive)
          Set the availability of a location.
 boolean Item.hasLocationData(Category location)
          Returns true if the location contains any data.
 void Item.setAttribute(java.lang.String path, java.lang.Object value)
          Set an attribute value on an item.
 void Item.setAttribute(Category location, java.lang.String path, java.lang.Object value)
          Set an attribute at a location.
 void Item.resetAttribute(java.lang.String path)
          Reset the attribute to its default value.
 void Item.resetAttribute(Category location, java.lang.String path)
          Reset the attribute to its default value.
 void Item.clearAttribute(java.lang.String path)
          Clear an attribute such that it still exists but contains no value.
 void Item.clearAttribute(Category location, java.lang.String path)
          Clear an attribute such that it still exists but contains no value.
 void Item.setAttributeInherited(Category location, java.lang.String path, boolean inherit)
          Set the inheritence state of a location attribute.
 java.lang.Object Item.getAttribute(java.lang.String path)
          Get an attribute value.
 java.lang.Object Item.getAttribute(Category location, java.lang.String path)
          Get an attribute from a location.
 void Item.addAttributeOccurrence(java.lang.String path)
          Add an occurrence to a multi-occurrence or grouping attribute.
 void Item.addAttributeOccurrence(Category location, java.lang.String path)
          Add an occurrence to a multi-occurrence or grouping attribute.
 void Item.deleteAttributeOccurrence(java.lang.String path)
          Delete an occurrence from an attribute.
 void Item.deleteAttributeOccurrence(Category location, java.lang.String path)
          Delete an occurrence from an attribute.
 int Item.getAttributeOccurrenceCount(java.lang.String path)
          Get the number of occurrences in a multi-occurrence attribute or the number of child attributes in a grouping node.
 int Item.getAttributeOccurrenceCount(Category location, java.lang.String path)
          Get the number of occurrences in a multi-occurrence attribute or the number of child attributes in a grouping node.
 boolean Item.isAttributeInherited(Category location, java.lang.String path)
          Returns true if the attribute is set to inherit a value.
 Catalog Item.getCatalog()
          Returns the catalog to which this item belongs.
 PIMCollection Item.getCategories()
          Returns the categories to which this item belongs.
 java.lang.String Item.getPrimaryKey()
          Returns the primary key.
 java.lang.String Item.getDisplayName()
          Returns the display name.
 PIMCollection Item.getLocationHierarchies()
          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()
          Returns the specs in which this item participates.
 boolean Item.isValid()
          Returns true if the item has no validation errors.
 void Item.save()
          Saves the item.
 void Item.delete()
          Deletes the item from the Product Information Manager.
 ValidationErrors Item.getValidationErrors()
          Returns the validation errors from the last Item.isValid(), Item.delete() or Item.save() call.
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.lookuptable
 

Methods in com.ibm.pim.interfaces.lookuptable that throw PIMAuthorizationException
 java.lang.Object LookupTableEntry.getAttribute(java.lang.String path)
          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)
          Retrieve a LookupTableEntry identified by the given key
 java.util.ArrayList LookupTable.getAllLookupTableEntrys()
          Retrieves all the LookupTableEntrys for this LookupTable
 LookupSpec LookupTable.getSpec()
          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)
          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)
          Creates a UserDefined Log based upon an owning Hierarchy Retrieve a UserDefinedLog based upon the owning hierarchy and log name
 PIMCollection UserDefinedLogManager.getUserDefinedLogs()
          Retrieves all UserDefinedLogs available in the current context
 java.util.Collection UserDefinedLogManager.getUserDefinedLogs(Catalog catalog)
          Retrieves all UserDefinedLogs available in the current context for the specified Catalog
 java.util.Collection UserDefinedLogManager.getUserDefinedLogs(Hierarchy hierarchy)
          Retrieves all UserDefinedLogs available in the current context for the specified Hierarchy
 UserDefinedLog UserDefinedLogManager.getUserDefinedLogByName(Catalog catalog, java.lang.String name)
          Retrieves a specific UserDefinedLog in a specified catalog with a specified name
 UserDefinedLog UserDefinedLogManager.getUserDefinedLogByName(Hierarchy hierarchy, java.lang.String name)
          Retrieves a specific UserDefinedLog in a specified hierarchy with a specified name
 PIMCollection SpecManager.getSpecs()
          Retrieves all Specs available in the current context
 Spec SpecManager.getSpecByName(java.lang.String specName)
          Retrieves a specific Spec by name
 PIMCollection SpecManager.getSpecsByType(int type)
          Retrieves all Specs available of the specified type in the current context
 SearchQuery SearchManager.getSearchQuery(java.lang.String queryString)
          Obtain a Query object for the specified query String
 PIMCollection LookupTableManager.getLookupTables()
          Retrieves all LookupTables available in the current context
 LookupTable LookupTableManager.getLookupTableByName(java.lang.String lookupTableName)
          Retrieves a specific LookupTable by name
 PIMCollection HierarchyManager.getHierarchies()
          Retrieves all Hierarchies available in the current context
 Hierarchy HierarchyManager.getHierarchyByName(java.lang.String name)
          Retrieves a specific Hierarchy by name
 PIMCollection CatalogManager.getCatalogs()
          Retrieves all Catalogs available in the current context
 Catalog CatalogManager.getCatalogByName(java.lang.String name)
          Retrieves a specific Catalog by name
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.search
 

Methods in com.ibm.pim.interfaces.search that throw PIMAuthorizationException
 SearchQuery SearchResultSet.getQuery()
          Returns the Query object which returned this SearchResultSet.
 SearchColumnType[] SearchResultSet.getMetaData()
          Returns MetaData information of each column of resultset in form of com.ibm.pim.interfaces.search.SqlColumnTypearray.
 boolean SearchResultSet.next()
          Use this method to iterate through rows in result set.
 int SearchResultSet.size()
          Returns the number of rows in the resultset.
 int SearchResultSet.getInt(int columnIndex)
          Get the value of a column in the current row as a Java int value.
 double SearchResultSet.getDouble(int columnIndex)
          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)
          Get the value of a column in the current row as Java Float value.It can be used for "Number" SpecNode type.
 long SearchResultSet.getLong(int columnIndex)
          Get the value of a column in the current row as Java long value.It can be used for "Number" SpecNode type.
 java.lang.String SearchResultSet.getString(int columnIndex)
          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 SearchResultSet.getBoolean(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for "Flag" SpecNode type.
 java.util.Date SearchResultSet.getDate(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for "Date" SpecNode type.
 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
 Category SearchResultSet.getCategory(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Categoryobject.
 Catalog SearchResultSet.getCatalog(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Catalogobject
 Hierarchy SearchResultSet.getHierarchy(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Hierarchyobject
 Spec SearchResultSet.getSpec(int columnIndex)
          Get the value of a column in the current row as Java Float value.It can be used for Specobject
 SearchResultSet SearchQuery.execute()
          Executes the Query and returns the SearchResultSet
 SearchColumnType[] SearchQuery.getMetaData()
          Returns meta data about the result set
 boolean SearchQuery.isItemQuery()
          Returns true if query is on a PIM Item.
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.spec
 

Methods in com.ibm.pim.interfaces.spec that throw PIMAuthorizationException
 SpecNode LookupSpec.getPrimaryKeySpecNode()
          Returns the primary key SpecNode for this LookupSpec
 java.lang.String Spec.getDisplayName()
          Returns the Spec Name
 java.util.Collection Spec.getSpecNodes()
          Returns all SpecNodes for this Spec
 SpecNode Spec.getSpecNodeByPath(java.lang.String path)
          Return a specific SpecNode for this Spec, by path
 boolean Spec.isLocalized()
          Identify whether this Spec is localized
 java.util.Collection Spec.getLocales()
          Returns all associated Locales if this Spec is localized
 SpecNode PrimarySpec.getPrimaryKeySpecNode()
          Returns the primary key SpecNode for this PrimarySpec
 

Uses of PIMAuthorizationException in com.ibm.pim.interfaces.userdefinedlogs
 

Methods in com.ibm.pim.interfaces.userdefinedlogs that throw PIMAuthorizationException
 void UserDefinedLogEntry.save()
          Save this log entry.
 void UserDefinedLogEntry.delete()
          Delete this log entry
 void UserDefinedLogEntry.setValue(java.lang.String logValue)
          Store a string with this log entry, overwriting any previous string.
 java.lang.String UserDefinedLogEntry.getValue()
          Returns the string description stored in this log entry
 java.lang.String UserDefinedLog.getDisplayName()
          Returns the display name for this UserDefinedLog
 boolean UserDefinedLog.isRunningLog()
          Determine whether this log is currently running
 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
 PIMCollection UserDefinedLog.getLogEntries()
          Retrieves all UserDefinedLogEntrys associated with this UserDefinedLog