public interface IPortletServiceManager
Modifier and Type | Method and Description |
---|---|
String |
clonePortlet(String portletHandle,
String displayName)
Clones a portlet.
|
String |
getDescriptionFromPortlet(String portletHandle)
Returns the description from portlet.
|
com.sun.portal.wsrp.common.stubs.v2.PortletDescription |
getPortletDescription(String portletHandle)
Returns the portlet description.
|
String |
getPortletName(String portletHandle)
Returns the portlet name.
|
Properties |
getPortletProperties(String portletHandle)
Returns the portlet properties.
|
void |
removeClone(String portletHandle)
Removes the clone.
|
void |
setPortletProperties(String portletHandle,
Properties properties)
Sets the portlet properties.
|
String getPortletName(String portletHandle) throws PortalException
portletHandle
- the portlet handle.PortalException
String getDescriptionFromPortlet(String portletHandle) throws PortalException
portletHandle
- the portlet handle.PortalException
com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription(String portletHandle) throws PortalException
portletHandle
- the portlet handle.PortalException
String clonePortlet(String portletHandle, String displayName) throws PortalException
portletHandle
- the portlet handle.displayName
- the cloned portlet display name.PortalException
Properties getPortletProperties(String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.PortalException
void removeClone(String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.PortalException
void setPortletProperties(String portletHandle, Properties properties) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.properties
- the new properties.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.