|
||||||||||
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
Deprecated. |
Method Summary | |
---|---|
void |
commit()
Deprecated. Commit transaction. |
CatalogManager |
getCatalogManager()
Deprecated. Gets the CatalogManager for this context |
ContextAttributes |
getContextAttributes()
Deprecated. Gets the context attributes for this context |
HierarchyManager |
getHierarchyManager()
Deprecated. Gets the HierarchyManager for this context |
LookupTableManager |
getLookupTableManager()
Deprecated. Gets the LookupTableManager for this context |
SearchManager |
getSearchManager()
Deprecated. Gets the SearchManager for this context |
SpecManager |
getSpecManager()
Deprecated. Gets the SpecManager for this context |
TimezoneResolver |
getTimezoneResolver()
Deprecated. Gets a utility for processing timezone related information. |
UserDefinedLogManager |
getUserDefinedLogManager()
Deprecated. Gets the UserDefinedLogManager for this context |
boolean |
inTransaction()
Deprecated. Return true if in a transaction, or false otherwise |
void |
rollback()
Deprecated. Rollback transaction. |
void |
startTransaction()
Deprecated. 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 |