uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class _getPortletProperties

java.lang.Object
  extended byorg.jasig.portal.wsrp.types._getPortletProperties
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

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

See Also:
Serialized Form

Constructor Summary
_getPortletProperties()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Deserializer
 java.lang.String[] getNames()
          Deprecated.  
 java.lang.String getNames(int i)
          Deprecated.  
 PortletContext getPortletContext()
          Deprecated.  
 RegistrationContext getRegistrationContext()
          Deprecated.  
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Deprecated. Return type metadata object
 UserContext getUserContext()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setNames(int i, java.lang.String value)
          Deprecated.  
 void setNames(java.lang.String[] names)
          Deprecated.  
 void setPortletContext(PortletContext portletContext)
          Deprecated.  
 void setRegistrationContext(RegistrationContext registrationContext)
          Deprecated.  
 void setUserContext(UserContext userContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_getPortletProperties

public _getPortletProperties()
Deprecated. 
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()
Deprecated. 

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)
Deprecated. 

getPortletContext

public PortletContext getPortletContext()
Deprecated. 

setPortletContext

public void setPortletContext(PortletContext portletContext)
Deprecated. 

getUserContext

public UserContext getUserContext()
Deprecated. 

setUserContext

public void setUserContext(UserContext userContext)
Deprecated. 

getNames

public java.lang.String[] getNames()
Deprecated. 

setNames

public void setNames(java.lang.String[] names)
Deprecated. 

getNames

public java.lang.String getNames(int i)
Deprecated. 

setNames

public void setNames(int i,
                     java.lang.String value)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 
Get Custom Deserializer


uPortal 2.4.1
API Documentation