|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
Interface providing methods for Context
Field Summary | |
---|---|
static java.lang.String |
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 |
TimezoneResolver |
getTimezoneResolver()
Gets a utility for processing timezone related information. |
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
CatalogManager getCatalogManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationCatalogManager
HierarchyManager getHierarchyManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationHierarchyManager
LookupTableManager getLookupTableManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationLookupTableManager
SearchManager getSearchManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationSearchManager
SpecManager getSpecManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationSpecManager
UserDefinedLogManager getUserDefinedLogManager() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationUserDefinedLogManager
ContextAttributes getContextAttributes() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationContextAttributes
void startTransaction() throws PIMInternalException, PIMAuthorizationException, PIMAlreadyInTransactionException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operation
PIMAlreadyInTransactionException
- if a transaction is already started. This situation must be handled; the user can commit, rollback or cancel their operation but should not continue normal processing if this is thrown, as subsequent code will think it is in a new transaction.void commit() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationvoid rollback() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationboolean inTransaction() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operationTimezoneResolver getTimezoneResolver() throws PIMInternalException
PIMInternalException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |