|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortletServiceManager
Interface for portlet service manager.
Method Summary | |
---|---|
String |
clonePortlet(String portletHandle,
String displayName)
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. |
Method Detail |
---|
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, String displayName) throws PortalException
portletHandle
- the portlet handle.displayName
- the cloned portlet display name.
PortalException
Properties getPortletProperties(String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |