|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.wsrp.PortletManagementService
This class is a helper class that makes it easier for a WSRP consumer to call the methods of the PortletManagementService API for a particular service endpoint.
Method Summary | |
PortletContext |
clonePortlet(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext)
Deprecated. |
DestroyPortletsResponse |
destroyPortlets(RegistrationContext registrationContext,
java.lang.String[] portletHandles)
Deprecated. |
PortletDescriptionResponse |
getPortletDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
Deprecated. |
PropertyList |
getPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] names)
Deprecated. |
PortletPropertyDescriptionResponse |
getPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
Deprecated. |
static PortletManagementService |
getService(java.lang.String baseEndpoint)
Deprecated. |
PortletContext |
setPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PortletManagementService getService(java.lang.String baseEndpoint) throws java.lang.Exception
java.lang.Exception
public PortletDescriptionResponse getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales) throws java.lang.Exception
java.lang.Exception
public PortletContext clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext) throws java.lang.Exception
java.lang.Exception
public DestroyPortletsResponse destroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles) throws java.lang.Exception
java.lang.Exception
public PortletContext setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList) throws java.lang.Exception
java.lang.Exception
public PropertyList getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names) throws java.lang.Exception
java.lang.Exception
public PortletPropertyDescriptionResponse getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales) throws java.lang.Exception
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |