uPortal 2.3.2
API Documentation

org.jasig.portal.wsrp
Class PortletManagementService

java.lang.Object
  extended byorg.jasig.portal.wsrp.PortletManagementService

public class PortletManagementService
extends java.lang.Object

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.

Version:
$Revision: 1.3 $
Author:
Ken Weiner, kweiner@unicon.net

Method Summary
 PortletContext clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext)
           
 DestroyPortletsResponse destroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles)
           
 PortletDescriptionResponse getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 PropertyList getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 PortletPropertyDescriptionResponse getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
static PortletManagementService getService(java.lang.String baseEndpoint)
           
 PortletContext setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getService

public static PortletManagementService getService(java.lang.String baseEndpoint)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getPortletDescription

public PortletDescriptionResponse getPortletDescription(RegistrationContext registrationContext,
                                                        PortletContext portletContext,
                                                        UserContext userContext,
                                                        java.lang.String[] desiredLocales)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

clonePortlet

public PortletContext clonePortlet(RegistrationContext registrationContext,
                                   PortletContext portletContext,
                                   UserContext userContext)
                            throws java.lang.Exception
Throws:
java.lang.Exception

destroyPortlets

public DestroyPortletsResponse destroyPortlets(RegistrationContext registrationContext,
                                               java.lang.String[] portletHandles)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

setPortletProperties

public PortletContext setPortletProperties(RegistrationContext registrationContext,
                                           PortletContext portletContext,
                                           UserContext userContext,
                                           PropertyList propertyList)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getPortletProperties

public PropertyList getPortletProperties(RegistrationContext registrationContext,
                                         PortletContext portletContext,
                                         UserContext userContext,
                                         java.lang.String[] names)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getPortletPropertyDescription

public PortletPropertyDescriptionResponse getPortletPropertyDescription(RegistrationContext registrationContext,
                                                                        PortletContext portletContext,
                                                                        UserContext userContext,
                                                                        java.lang.String[] desiredLocales)
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

uPortal 2.3.2
API Documentation