|
||||||||||
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 | |
---|---|
java.lang.String |
clonePortlet(java.lang.String portletHandle,
java.lang.String displayName)
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. |
Method Detail |
---|
java.lang.String getPortletName(java.lang.String portletHandle) throws PortalException
portletHandle
- the portlet handle.
PortalException
java.lang.String getDescriptionFromPortlet(java.lang.String portletHandle) throws PortalException
portletHandle
- the portlet handle.
PortalException
com.sun.portal.wsrp.common.stubs.v2.PortletDescription getPortletDescription(java.lang.String portletHandle) throws PortalException
portletHandle
- the portlet handle.
PortalException
java.lang.String clonePortlet(java.lang.String portletHandle, java.lang.String displayName) throws PortalException
portletHandle
- the portlet handle.displayName
- the cloned portlet display name.
PortalException
java.util.Properties getPortletProperties(java.lang.String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.
PortalException
void removeClone(java.lang.String portletHandle) throws PortalException
producerEntityId
- the producer entity id.portletHandle
- the portlet handle.
PortalException
void setPortletProperties(java.lang.String portletHandle, java.util.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 |