Package lumis.service.wsrp.consumer
Class PortletServiceManagerFactory
- java.lang.Object
-
- lumis.service.wsrp.consumer.PortletServiceManagerFactory
-
public abstract class PortletServiceManagerFactory extends Object
Factory for PortletServiceManager.- Since:
- 6.0.0
- Version:
- $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
-
-
Constructor Summary
Constructors Constructor Description PortletServiceManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IPortletServiceManager
getPortletServiceManager(String producerEntityId)
Returns an instance of a PortletServiceManager.
-
-
-
Method Detail
-
getPortletServiceManager
public static IPortletServiceManager getPortletServiceManager(String producerEntityId) throws PortalException
Returns an instance of a PortletServiceManager.- Parameters:
producerEntityId
- id of the producer entity that this PortletServiceManager will manage.- Returns:
- the portlet service manager
- Throws:
PortalException
- if the entity version is not correct.
-
-