|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.service.wsrp.consumer.PortletServiceManager
public class PortletServiceManager
Portlet service manager.
Method Summary | |
---|---|
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 |
Method Detail |
---|
public java.lang.String getPortletName(java.lang.String portletHandle) throws PortalException
IPortletServiceManager
getPortletName
in interface IPortletServiceManager
portletHandle
- the portlet handle.
PortalException
public java.lang.String getDescriptionFromPortlet(java.lang.String portletHandle) throws PortalException
IPortletServiceManager
getDescriptionFromPortlet
in interface IPortletServiceManager
portletHandle
- the portlet handle.
PortalException
public java.lang.String clonePortlet(java.lang.String portletHandle, java.lang.String friendlyName) throws PortalException
IPortletServiceManager
clonePortlet
in interface IPortletServiceManager
portletHandle
- the portlet handle.friendlyName
- the cloned portlet display name.
PortalException
public java.util.Properties getPortletProperties(java.lang.String portletHandle) throws PortalException
IPortletServiceManager
getPortletProperties
in interface IPortletServiceManager
portletHandle
- the portlet handle.
PortalException
public com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription(java.lang.String portletHandle) throws PortalException
IPortletServiceManager
getPortletDescription
in interface IPortletServiceManager
portletHandle
- the portlet handle.
PortalException
public void setPortletProperties(java.lang.String portletHandle, java.util.Properties properties) throws PortalException
IPortletServiceManager
setPortletProperties
in interface IPortletServiceManager
portletHandle
- the portlet handle.properties
- the new properties.
PortalException
public void removeClone(java.lang.String portletHandle) throws PortalException
IPortletServiceManager
removeClone
in interface IPortletServiceManager
portletHandle
- the portlet handle.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |