public class RemotePortletManagementManagerV2 extends Object implements RemotePortletManagementManager
Constructor and Description |
---|
RemotePortletManagementManagerV2(URL producerURL,
com.sun.portal.wsrp.common.stubs.v2.RegistrationContext registrationContext) |
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.
|
public RemotePortletManagementManagerV2(URL producerURL, com.sun.portal.wsrp.common.stubs.v2.RegistrationContext registrationContext)
public String getPortletName(String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletName
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public String getDescriptionFromPortlet(String portletHandle) throws PortalException
RemotePortletManagementManager
getDescriptionFromPortlet
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription(String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletDescription
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public String clonePortlet(String portletHandle) throws PortalException
RemotePortletManagementManager
clonePortlet
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public Properties getPortletProperties(String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletProperties
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public String getPortletPropertyDescription(String portletHandle, String propertyName) throws PortalException
RemotePortletManagementManager
getPortletPropertyDescription
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.propertyName
- the property name.PortalException
public void removeClone(String portletHandle) throws PortalException
RemotePortletManagementManager
removeClone
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.PortalException
public void setPortletProperties(String portletHandle, Properties properties) throws PortalException
RemotePortletManagementManager
setPortletProperties
in interface RemotePortletManagementManager
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.