Class RemoteServiceManagerFactory


  • public class RemoteServiceManagerFactory
    extends java.lang.Object
    Factory for remote service manager.
    Since:
    6.0.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • RemoteServiceManagerFactory

        public RemoteServiceManagerFactory()
    • Method Detail

      • getRemotePortletManagementManager

        public RemotePortletManagementManager getRemotePortletManagementManager​(ProducerEntityImpl producerEntity)
                                                                         throws PortalException
        Retrieves the RemotePortletManagmentManager for the given producerEntity.
        Parameters:
        producerEntity - producer entity to get the RemotePortletManagmentManager of.
        Returns:
        the RemotePortletManagmentManager of the correct version for the producerEntity.
        Throws:
        PortalException - if the entity version is not correct.