Interface RemotePortletManagementManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String clonePortlet​(java.lang.String portletHandle)
      Clones a portlet.
      java.lang.String getDescriptionFromPortlet​(java.lang.String portletHandle)
      Returns the description from portlet.
      com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription​(java.lang.String portletHandle)
      Returns the PortletDescription for the given portletHandle.
      java.lang.String getPortletName​(java.lang.String portletHandle)
      Returns the portlet display name.
      java.util.Properties getPortletProperties​(java.lang.String portletHandle)
      Returns the portlet properties.
      java.lang.String getPortletPropertyDescription​(java.lang.String portletHandle, java.lang.String propertyName)
      Returns the portlet property description.
      void removeClone​(java.lang.String portletHandle)
      Removes the clone.
      void setPortletProperties​(java.lang.String portletHandle, java.util.Properties properties)
      Sets the portlet properties.
    • Method Detail

      • getPortletName

        java.lang.String getPortletName​(java.lang.String portletHandle)
                                 throws PortalException
        Returns the portlet display name.
        Parameters:
        portletHandle - the portlet handle.
        Returns:
        the portlet display name.
        Throws:
        PortalException
        Since:
        6.0.0
      • getDescriptionFromPortlet

        java.lang.String getDescriptionFromPortlet​(java.lang.String portletHandle)
                                            throws PortalException
        Returns the description from portlet.
        Parameters:
        portletHandle - the portlet handle.
        Returns:
        the description from portlet.
        Throws:
        PortalException
        Since:
        6.0.0
      • getPortletDescription

        com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription​(java.lang.String portletHandle)
                                                                              throws PortalException
        Returns the PortletDescription for the given portletHandle.
        Parameters:
        portletHandle - the portlet handle.
        Returns:
        the PortletDescription.
        Throws:
        PortalException
        Since:
        6.0.0
      • clonePortlet

        java.lang.String clonePortlet​(java.lang.String portletHandle)
                               throws PortalException
        Clones a portlet.
        Parameters:
        producerEntityId - the producer entity id.
        portletHandle - the portlet handle.
        Returns:
        the portletHandle of the cloned portlet.
        Throws:
        PortalException
        Since:
        6.0.0
      • getPortletProperties

        java.util.Properties getPortletProperties​(java.lang.String portletHandle)
                                           throws PortalException
        Returns the portlet properties.
        Parameters:
        producerEntityId - the producer entity id.
        portletHandle - the portlet handle.
        Returns:
        the properties of the portlet.
        Throws:
        PortalException
        Since:
        6.0.0
      • getPortletPropertyDescription

        java.lang.String getPortletPropertyDescription​(java.lang.String portletHandle,
                                                       java.lang.String propertyName)
                                                throws PortalException
        Returns the portlet property description.
        Parameters:
        producerEntityId - the producer entity id.
        portletHandle - the portlet handle.
        propertyName - the property name.
        Returns:
        the portlet property description.
        Throws:
        PortalException
        Since:
        6.0.0
      • removeClone

        void removeClone​(java.lang.String portletHandle)
                  throws PortalException
        Removes the clone.
        Parameters:
        producerEntityId - the producer entity id.
        portletHandle - the portlet handle.
        Throws:
        PortalException
        Since:
        6.0.0
      • setPortletProperties

        void setPortletProperties​(java.lang.String portletHandle,
                                  java.util.Properties properties)
                           throws PortalException
        Sets the portlet properties.
        Parameters:
        producerEntityId - the producer entity id.
        portletHandle - the portlet handle.
        properties - the new properties.
        Throws:
        PortalException
        Since:
        6.0.0