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