Class PortletServiceManager

  • All Implemented Interfaces:
    IPortletServiceManager

    public class PortletServiceManager
    extends java.lang.Object
    implements IPortletServiceManager
    Portlet service manager.
    Since:
    6.0.0
    Version:
    $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String clonePortlet​(java.lang.String portletHandle, java.lang.String friendlyName)
      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 portlet description.
      java.lang.String getPortletName​(java.lang.String portletHandle)
      Returns the portlet name.
      java.util.Properties getPortletProperties​(java.lang.String portletHandle)
      Returns the portlet properties.
      void removeClone​(java.lang.String portletHandle)
      Removes the clone.
      void setPortletProperties​(java.lang.String portletHandle, java.util.Properties properties)
      Sets the portlet properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait