public interface RemotePortletManagementManager
Modifier and Type | Method and Description |
---|---|
String |
clonePortlet(String portletHandle)
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 PortletDescription for the given portletHandle.
|
String |
getPortletName(String portletHandle)
Returns the portlet display name.
|
Properties |
getPortletProperties(String portletHandle)
Returns the portlet properties.
|
String |
getPortletPropertyDescription(String portletHandle,
String propertyName)
Returns the portlet property description.
|
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) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.PortalException
Properties getPortletProperties(String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.PortalException
String getPortletPropertyDescription(String portletHandle, String propertyName) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.propertyName
- the property name.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.