|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.service.wsrp.consumer.RemotePortletManagementManagerV1
public class RemotePortletManagementManagerV1
Remote portlet manager implementation for version 1.
Constructor Summary | |
---|---|
RemotePortletManagementManagerV1(java.net.URL producerURL,
com.sun.portal.wsrp.common.stubs.v2.RegistrationContext registrationContext)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePortletManagementManagerV1(java.net.URL producerURL, com.sun.portal.wsrp.common.stubs.v2.RegistrationContext registrationContext)
Method Detail |
---|
public java.lang.String getPortletName(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletName
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public java.lang.String getDescriptionFromPortlet(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
getDescriptionFromPortlet
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletDescription
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public java.lang.String clonePortlet(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
clonePortlet
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public java.util.Properties getPortletProperties(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
getPortletProperties
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public java.lang.String getPortletPropertyDescription(java.lang.String portletHandle, java.lang.String propertyName) throws PortalException
RemotePortletManagementManager
getPortletPropertyDescription
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.propertyName
- the property name.
PortalException
public void removeClone(java.lang.String portletHandle) throws PortalException
RemotePortletManagementManager
removeClone
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.
PortalException
public void setPortletProperties(java.lang.String portletHandle, java.util.Properties properties) throws PortalException
RemotePortletManagementManager
setPortletProperties
in interface RemotePortletManagementManager
portletHandle
- the portlet handle.properties
- the new properties.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |