org.exoplatform.services.wsrp.producer
Interface PortletManagementOperationsInterface

All Known Implementing Classes:
PortletManagementOperationsInterfaceImpl

public interface PortletManagementOperationsInterface

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net

Method Summary
 org.exoplatform.services.wsrp.type.PortletContext clonePortlet(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp.type.PortletContext portletContext, org.exoplatform.services.wsrp.type.UserContext userContext)
           
 org.exoplatform.services.wsrp.type.DestroyPortletsResponse destroyPortlets(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, String[] portletHandles)
           
 org.exoplatform.services.wsrp.type.PortletDescriptionResponse getPortletDescription(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp.type.PortletContext portletContext, org.exoplatform.services.wsrp.type.UserContext userContext, String[] desiredLocales)
           
 org.exoplatform.services.wsrp.type.PropertyList getPortletProperties(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp.type.PortletContext portletContext, org.exoplatform.services.wsrp.type.UserContext userContext, String[] names)
           
 org.exoplatform.services.wsrp.type.PortletPropertyDescriptionResponse getPortletPropertyDescription(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp.type.PortletContext portletContext, org.exoplatform.services.wsrp.type.UserContext userContext, String[] desiredLocales)
           
 org.exoplatform.services.wsrp.type.PortletContext setPortletProperties(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp.type.PortletContext portletContext, org.exoplatform.services.wsrp.type.UserContext userContext, org.exoplatform.services.wsrp.type.PropertyList propertyList)
           
 

Method Detail

getPortletDescription

org.exoplatform.services.wsrp.type.PortletDescriptionResponse getPortletDescription(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                                                    org.exoplatform.services.wsrp.type.PortletContext portletContext,
                                                                                    org.exoplatform.services.wsrp.type.UserContext userContext,
                                                                                    String[] desiredLocales)
                                                                                    throws RemoteException
Throws:
RemoteException

destroyPortlets

org.exoplatform.services.wsrp.type.DestroyPortletsResponse destroyPortlets(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                                           String[] portletHandles)
                                                                           throws RemoteException
Throws:
RemoteException

setPortletProperties

org.exoplatform.services.wsrp.type.PortletContext setPortletProperties(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                                       org.exoplatform.services.wsrp.type.PortletContext portletContext,
                                                                       org.exoplatform.services.wsrp.type.UserContext userContext,
                                                                       org.exoplatform.services.wsrp.type.PropertyList propertyList)
                                                                       throws RemoteException
Throws:
RemoteException

getPortletProperties

org.exoplatform.services.wsrp.type.PropertyList getPortletProperties(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                                     org.exoplatform.services.wsrp.type.PortletContext portletContext,
                                                                     org.exoplatform.services.wsrp.type.UserContext userContext,
                                                                     String[] names)
                                                                     throws RemoteException
Throws:
RemoteException

getPortletPropertyDescription

org.exoplatform.services.wsrp.type.PortletPropertyDescriptionResponse getPortletPropertyDescription(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                                                                    org.exoplatform.services.wsrp.type.PortletContext portletContext,
                                                                                                    org.exoplatform.services.wsrp.type.UserContext userContext,
                                                                                                    String[] desiredLocales)
                                                                                                    throws RemoteException
Throws:
RemoteException

clonePortlet

org.exoplatform.services.wsrp.type.PortletContext clonePortlet(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                               org.exoplatform.services.wsrp.type.PortletContext portletContext,
                                                               org.exoplatform.services.wsrp.type.UserContext userContext)
                                                               throws RemoteException
Throws:
RemoteException


Copyright © 2009 eXo Platform SAS. All Rights Reserved.