Package com.axemble.vdoc.sdk.modules
Interface IPortalModule
- All Superinterfaces:
- IBasePortalModule,- IModule,- Remote
- All Known Implementing Classes:
- PortalModuleImpl
The IPortalModule interface is the main entry point from where most of the methods to manipulate the full set of portal 
 objects are made available.
 
Code sample :
 
 // creation of a portal module object
 IPortalModule portalModule = Modules.getPortalModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        Modules.releaseModule(portalModule);
 }
 
- Since:
- 2.0
- Version:
- 1.0, 14/02/2009
- Author:
- vlygeros
- See Also:
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.modules.IBasePortalModuleaddAuthenticationKey, createConnectionDefinition, createMailingList, createNewSession, executeTask, generateAuthenticationKey, getAsyncJobQueueController, getConfiguration, getConnectionDefinition, getConnectionDefinitions, getConnectionDefinitionsByCategoryName, getConnectionDefinitionsByTypeName, getElementByProtocolURI, getHistoryEventController, getIndexController, getJMSController, getMailingList, getMailingList, getMailingList, getMailingLists, getNotificationController, getPortlet, getProtocolURI, getProtocolURI, getSecurityController, getValidatorErrorMessage, killCurrentSession, killSession, replaceCurrentSession, send, validate, validate, verifyAuthentication, verifyPassword, verifyPassword, verifyTokenMethods inherited from interface com.axemble.vdoc.sdk.modules.IModulebeginTransaction, beginTransaction, commitTransaction, commitTransaction, convertId, findNativeClass, generateSystemName, getAnonymous, getAnonymousContext, getContext, getContext, getContextByLogin, getElementFromExternalElement, getExternalElement, getExternalElement, getLoggedOnUser, getLoggedOnUserContext, getLoggedOnUserLanguage, getProtocolPath, getProtocolPath, getProtocolURI, getProtocolURI, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysadmin, getSysadminContext, getTranslation, getTranslationForLanguage, getTranslationKey, initialize, isTransactionActive, rollbackTransaction, rollbackTransaction, setTransactionTimeout, unInitialize