Package lumis.portlet.container.service
Class PortletService
- java.lang.Object
-
- lumis.portal.service.GenericService
-
- lumis.portlet.container.service.PortletService
-
- All Implemented Interfaces:
IService
public class PortletService extends GenericService
A service that allows the use of JSR-168 portlets as its interfaces.- Since:
- 4.0.7
- Version:
- $Revision: 12710 $ $Date: 2011-03-18 17:00:16 -0300 (Fri, 18 Mar 2011) $
- See Also:
PortletServiceInterface
-
-
Field Summary
-
Fields inherited from class lumis.portal.service.GenericService
serviceConfig
-
-
Constructor Summary
Constructors Constructor Description PortletService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postUnregister(SessionConfig sessionConfig, ITransaction transaction)
Called by the service manager after a service has been unregistered.-
Methods inherited from class lumis.portal.service.GenericService
autoAddDependencies, deserializeContent, getDefaultServiceInstanceMenu, getResourceClassName, instanceAdded, instanceDeleted, instanceDeserialized, instanceDeserialized, instanceLoaded, instanceMoved, instanceMoved, instanceSerialized, instanceSerialized, instanceUnloaded, load, postRegister, preRegister, preUnregister, unload
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.service.IService
checkFileAccess, instanceMoved
-
-
-
-
Method Detail
-
postUnregister
public void postUnregister(SessionConfig sessionConfig, ITransaction transaction) throws PortalException
Description copied from interface:IService
Called by the service manager after a service has been unregistered.- Specified by:
postUnregister
in interfaceIService
- Overrides:
postUnregister
in classGenericService
- Parameters:
sessionConfig
- the user session information.transaction
- transaction for persistence access.- Throws:
PortalException
-
-