|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface providing methods for Context
Field Summary | |
static java.lang.String |
copyright
IBM standard copyright |
Method Summary | |
void |
commit()
Commit transaction. |
CatalogManager |
getCatalogManager()
Gets the CatalogManager for this context |
ContextAttributes |
getContextAttributes()
Gets the context attributes for this context |
HierarchyManager |
getHierarchyManager()
Gets the HierarchyManager for this context |
LookupTableManager |
getLookupTableManager()
Gets the LookupTableManager for this context |
SearchManager |
getSearchManager()
Gets the SearchManager for this context |
SpecManager |
getSpecManager()
Gets the SpecManager for this context |
UserDefinedLogManager |
getUserDefinedLogManager()
Gets the UserDefinedLogManager for this context |
boolean |
inTransaction()
Return true if in a transaction, or false otherwise |
void |
rollback()
Rollback transaction. |
void |
startTransaction()
Start a transaction. |
Field Detail |
public static final java.lang.String copyright
copyright
Method Detail |
public CatalogManager getCatalogManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationCatalogManager
public HierarchyManager getHierarchyManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationHierarchyManager
public LookupTableManager getLookupTableManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationLookupTableManager
public SearchManager getSearchManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationSearchManager
public SpecManager getSpecManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationSpecManager
public UserDefinedLogManager getUserDefinedLogManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationUserDefinedLogManager
public ContextAttributes getContextAttributes() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationContextAttributes
public void startTransaction() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationpublic void commit() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationpublic void rollback() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationpublic boolean inTransaction() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |