com.ibm.pim.interfaces.managers
Interface CatalogManager

All Superinterfaces:
Manager

Deprecated.

public interface CatalogManager
extends Manager

Read-only Interface for the manager of Catalog objects


Field Summary
static java.lang.String copyright
          Deprecated.  
 
Method Summary
 Catalog getCatalogByName(java.lang.String name)
          Deprecated. Retrieves a specific Catalog by name
 PIMCollection getCatalogs()
          Deprecated. Retrieves all Catalogs available in the current context
 
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager
getManagerName
 

Field Detail

copyright

static final java.lang.String copyright
Deprecated. 
See Also:
Constant Field Values
Method Detail

getCatalogs

PIMCollection getCatalogs()
                          throws PIMInternalException,
                                 PIMAuthorizationException
Deprecated. 
Retrieves all Catalogs available in the current context

Returns:
A PIMCollection of Catalogs. Please note this is a lazily instantiated collection
Throws:
PIMInternalException - If an internal error occurs
PIMAuthorizationException - If the user is not allowed to perform this operation
See Also:
for more info, Catalog

getCatalogByName

Catalog getCatalogByName(java.lang.String name)
                         throws PIMInternalException,
                                PIMAuthorizationException
Deprecated. 
Retrieves a specific Catalog by name

Parameters:
name - The name of the Catalog to be retrieved
Returns:
The Catalog matching that name, or null if no matches found.
Throws:
PIMInternalException - If an internal error occurs
PIMAuthorizationException - If the user is not allowed to perform this operation
See Also:
Catalog