org.exoplatform.services.wsrp2.type
Class HandleEvents

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.HandleEvents
All Implemented Interfaces:
java.io.Serializable

public class HandleEvents
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HandleEvents()
           
HandleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EventParams getEventParams()
          Gets the eventParams value for this HandleEvents.
 MarkupParams getMarkupParams()
          Gets the markupParams value for this HandleEvents.
 PortletContext getPortletContext()
          Gets the portletContext value for this HandleEvents.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this HandleEvents.
 RuntimeContext getRuntimeContext()
          Gets the runtimeContext value for this HandleEvents.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 UserContext getUserContext()
          Gets the userContext value for this HandleEvents.
 int hashCode()
           
 void setEventParams(EventParams eventParams)
          Sets the eventParams value for this HandleEvents.
 void setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this HandleEvents.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this HandleEvents.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this HandleEvents.
 void setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this HandleEvents.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this HandleEvents.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleEvents

public HandleEvents()

HandleEvents

public HandleEvents(RegistrationContext registrationContext,
                    PortletContext portletContext,
                    RuntimeContext runtimeContext,
                    UserContext userContext,
                    MarkupParams markupParams,
                    EventParams eventParams)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()
Gets the registrationContext value for this HandleEvents.

Returns:
registrationContext

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)
Sets the registrationContext value for this HandleEvents.

Parameters:
registrationContext -

getPortletContext

public PortletContext getPortletContext()
Gets the portletContext value for this HandleEvents.

Returns:
portletContext

setPortletContext

public void setPortletContext(PortletContext portletContext)
Sets the portletContext value for this HandleEvents.

Parameters:
portletContext -

getRuntimeContext

public RuntimeContext getRuntimeContext()
Gets the runtimeContext value for this HandleEvents.

Returns:
runtimeContext

setRuntimeContext

public void setRuntimeContext(RuntimeContext runtimeContext)
Sets the runtimeContext value for this HandleEvents.

Parameters:
runtimeContext -

getUserContext

public UserContext getUserContext()
Gets the userContext value for this HandleEvents.

Returns:
userContext

setUserContext

public void setUserContext(UserContext userContext)
Sets the userContext value for this HandleEvents.

Parameters:
userContext -

getMarkupParams

public MarkupParams getMarkupParams()
Gets the markupParams value for this HandleEvents.

Returns:
markupParams

setMarkupParams

public void setMarkupParams(MarkupParams markupParams)
Sets the markupParams value for this HandleEvents.

Parameters:
markupParams -

getEventParams

public EventParams getEventParams()
Gets the eventParams value for this HandleEvents.

Returns:
eventParams

setEventParams

public void setEventParams(EventParams eventParams)
Sets the eventParams value for this HandleEvents.

Parameters:
eventParams -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010 eXo Platform SAS. All Rights Reserved.