Class RemoteServiceManagerFactory


  • public class RemoteServiceManagerFactory
    extends Object
    Factory for remote service manager.
    Since:
    6.0.0
    Version:
    $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
    • 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.