Class PortletServiceManagerFactory


  • public abstract class PortletServiceManagerFactory
    extends java.lang.Object
    Factory for PortletServiceManager.
    Since:
    6.0.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • PortletServiceManagerFactory

        public PortletServiceManagerFactory()
    • Method Detail

      • getPortletServiceManager

        public static IPortletServiceManager getPortletServiceManager​(java.lang.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.