org.exoplatform.services.wsrp.producer
Interface PortletManagementOperationsInterface

All Known Implementing Classes:
PortletManagementOperationsInterfaceImpl

public interface PortletManagementOperationsInterface

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.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)
           
 PortletContext setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 

Method Detail

getPortletDescription

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

destroyPortlets

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

setPortletProperties

PortletContext setPortletProperties(RegistrationContext registrationContext,
                                    PortletContext portletContext,
                                    UserContext userContext,
                                    PropertyList propertyList)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPortletProperties

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

getPortletPropertyDescription

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

clonePortlet

PortletContext clonePortlet(RegistrationContext registrationContext,
                            PortletContext portletContext,
                            UserContext userContext)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.