Interface IPortalModule

All Superinterfaces:
IBasePortalModule, IModule, Remote
All Known Implementing Classes:
PortalModuleImpl

public interface IPortalModule extends IBasePortalModule
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: