Interface IBasePortalModule

All Superinterfaces:
IModule, Remote
All Known Subinterfaces:
IPortalModule
All Known Implementing Classes:
PortalModuleImpl

public interface IBasePortalModule extends IModule
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
 IBasePortalModule portalModule = Modules.getPortalModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        Modules.releaseModule(portalModule);
 }
 

Since:
2.0
Version:
1.0, 14/02/2009
Author:
vlygeros
See Also: