org.exoplatform.services.wsrp2.type
Class CopyPortlets

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

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

See Also:
Serialized Form

Constructor Summary
CopyPortlets()
           
CopyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 
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
 PortletContext[] getFromPortletContexts()
          Gets the fromPortletContexts value for this CopyPortlets.
 PortletContext getFromPortletContexts(int i)
           
 RegistrationContext getFromRegistrationContext()
          Gets the fromRegistrationContext value for this CopyPortlets.
 UserContext getFromUserContext()
          Gets the fromUserContext value for this CopyPortlets.
 Lifetime getLifetime()
          Gets the lifetime value for this CopyPortlets.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 RegistrationContext getToRegistrationContext()
          Gets the toRegistrationContext value for this CopyPortlets.
 UserContext getToUserContext()
          Gets the toUserContext value for this CopyPortlets.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFromPortletContexts(int i, PortletContext _value)
           
 void setFromPortletContexts(PortletContext[] fromPortletContexts)
          Sets the fromPortletContexts value for this CopyPortlets.
 void setFromRegistrationContext(RegistrationContext fromRegistrationContext)
          Sets the fromRegistrationContext value for this CopyPortlets.
 void setFromUserContext(UserContext fromUserContext)
          Sets the fromUserContext value for this CopyPortlets.
 void setLifetime(Lifetime lifetime)
          Sets the lifetime value for this CopyPortlets.
 void setToRegistrationContext(RegistrationContext toRegistrationContext)
          Sets the toRegistrationContext value for this CopyPortlets.
 void setToUserContext(UserContext toUserContext)
          Sets the toUserContext value for this CopyPortlets.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyPortlets

public CopyPortlets()

CopyPortlets

public CopyPortlets(RegistrationContext toRegistrationContext,
                    UserContext toUserContext,
                    RegistrationContext fromRegistrationContext,
                    UserContext fromUserContext,
                    PortletContext[] fromPortletContexts,
                    Lifetime lifetime)
Method Detail

getToRegistrationContext

public RegistrationContext getToRegistrationContext()
Gets the toRegistrationContext value for this CopyPortlets.

Returns:
toRegistrationContext

setToRegistrationContext

public void setToRegistrationContext(RegistrationContext toRegistrationContext)
Sets the toRegistrationContext value for this CopyPortlets.

Parameters:
toRegistrationContext -

getToUserContext

public UserContext getToUserContext()
Gets the toUserContext value for this CopyPortlets.

Returns:
toUserContext

setToUserContext

public void setToUserContext(UserContext toUserContext)
Sets the toUserContext value for this CopyPortlets.

Parameters:
toUserContext -

getFromRegistrationContext

public RegistrationContext getFromRegistrationContext()
Gets the fromRegistrationContext value for this CopyPortlets.

Returns:
fromRegistrationContext

setFromRegistrationContext

public void setFromRegistrationContext(RegistrationContext fromRegistrationContext)
Sets the fromRegistrationContext value for this CopyPortlets.

Parameters:
fromRegistrationContext -

getFromUserContext

public UserContext getFromUserContext()
Gets the fromUserContext value for this CopyPortlets.

Returns:
fromUserContext

setFromUserContext

public void setFromUserContext(UserContext fromUserContext)
Sets the fromUserContext value for this CopyPortlets.

Parameters:
fromUserContext -

getFromPortletContexts

public PortletContext[] getFromPortletContexts()
Gets the fromPortletContexts value for this CopyPortlets.

Returns:
fromPortletContexts

setFromPortletContexts

public void setFromPortletContexts(PortletContext[] fromPortletContexts)
Sets the fromPortletContexts value for this CopyPortlets.

Parameters:
fromPortletContexts -

getFromPortletContexts

public PortletContext getFromPortletContexts(int i)

setFromPortletContexts

public void setFromPortletContexts(int i,
                                   PortletContext _value)

getLifetime

public Lifetime getLifetime()
Gets the lifetime value for this CopyPortlets.

Returns:
lifetime

setLifetime

public void setLifetime(Lifetime lifetime)
Sets the lifetime value for this CopyPortlets.

Parameters:
lifetime -

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.