uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class ServiceDescription

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.ServiceDescription
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 ServiceDescription
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServiceDescription()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 ItemDescription[] getCustomModeDescriptions()
          Deprecated.  
 ItemDescription getCustomModeDescriptions(int i)
          Deprecated.  
 ItemDescription[] getCustomUserProfileItemDescriptions()
          Deprecated.  
 ItemDescription getCustomUserProfileItemDescriptions(int i)
          Deprecated.  
 ItemDescription[] getCustomWindowStateDescriptions()
          Deprecated.  
 ItemDescription getCustomWindowStateDescriptions(int i)
          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
 Extension[] getExtensions()
          Deprecated.  
 Extension getExtensions(int i)
          Deprecated.  
 java.lang.String[] getLocales()
          Deprecated.  
 java.lang.String getLocales(int i)
          Deprecated.  
 PortletDescription[] getOfferedPortlets()
          Deprecated.  
 PortletDescription getOfferedPortlets(int i)
          Deprecated.  
 ModelDescription getRegistrationPropertyDescription()
          Deprecated.  
 CookieProtocol getRequiresInitCookie()
          Deprecated.  
 ResourceList getResourceList()
          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
 ItemDescription[] getUserCategoryDescriptions()
          Deprecated.  
 ItemDescription getUserCategoryDescriptions(int i)
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean isRequiresRegistration()
          Deprecated.  
 void setCustomModeDescriptions(int i, ItemDescription value)
          Deprecated.  
 void setCustomModeDescriptions(ItemDescription[] customModeDescriptions)
          Deprecated.  
 void setCustomUserProfileItemDescriptions(int i, ItemDescription value)
          Deprecated.  
 void setCustomUserProfileItemDescriptions(ItemDescription[] customUserProfileItemDescriptions)
          Deprecated.  
 void setCustomWindowStateDescriptions(int i, ItemDescription value)
          Deprecated.  
 void setCustomWindowStateDescriptions(ItemDescription[] customWindowStateDescriptions)
          Deprecated.  
 void setExtensions(Extension[] extensions)
          Deprecated.  
 void setExtensions(int i, Extension value)
          Deprecated.  
 void setLocales(int i, java.lang.String value)
          Deprecated.  
 void setLocales(java.lang.String[] locales)
          Deprecated.  
 void setOfferedPortlets(int i, PortletDescription value)
          Deprecated.  
 void setOfferedPortlets(PortletDescription[] offeredPortlets)
          Deprecated.  
 void setRegistrationPropertyDescription(ModelDescription registrationPropertyDescription)
          Deprecated.  
 void setRequiresInitCookie(CookieProtocol requiresInitCookie)
          Deprecated.  
 void setRequiresRegistration(boolean requiresRegistration)
          Deprecated.  
 void setResourceList(ResourceList resourceList)
          Deprecated.  
 void setUserCategoryDescriptions(int i, ItemDescription value)
          Deprecated.  
 void setUserCategoryDescriptions(ItemDescription[] userCategoryDescriptions)
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription()
Deprecated. 
Method Detail

isRequiresRegistration

public boolean isRequiresRegistration()
Deprecated. 

setRequiresRegistration

public void setRequiresRegistration(boolean requiresRegistration)
Deprecated. 

getOfferedPortlets

public PortletDescription[] getOfferedPortlets()
Deprecated. 

setOfferedPortlets

public void setOfferedPortlets(PortletDescription[] offeredPortlets)
Deprecated. 

getOfferedPortlets

public PortletDescription getOfferedPortlets(int i)
Deprecated. 

setOfferedPortlets

public void setOfferedPortlets(int i,
                               PortletDescription value)
Deprecated. 

getUserCategoryDescriptions

public ItemDescription[] getUserCategoryDescriptions()
Deprecated. 

setUserCategoryDescriptions

public void setUserCategoryDescriptions(ItemDescription[] userCategoryDescriptions)
Deprecated. 

getUserCategoryDescriptions

public ItemDescription getUserCategoryDescriptions(int i)
Deprecated. 

setUserCategoryDescriptions

public void setUserCategoryDescriptions(int i,
                                        ItemDescription value)
Deprecated. 

getCustomUserProfileItemDescriptions

public ItemDescription[] getCustomUserProfileItemDescriptions()
Deprecated. 

setCustomUserProfileItemDescriptions

public void setCustomUserProfileItemDescriptions(ItemDescription[] customUserProfileItemDescriptions)
Deprecated. 

getCustomUserProfileItemDescriptions

public ItemDescription getCustomUserProfileItemDescriptions(int i)
Deprecated. 

setCustomUserProfileItemDescriptions

public void setCustomUserProfileItemDescriptions(int i,
                                                 ItemDescription value)
Deprecated. 

getCustomWindowStateDescriptions

public ItemDescription[] getCustomWindowStateDescriptions()
Deprecated. 

setCustomWindowStateDescriptions

public void setCustomWindowStateDescriptions(ItemDescription[] customWindowStateDescriptions)
Deprecated. 

getCustomWindowStateDescriptions

public ItemDescription getCustomWindowStateDescriptions(int i)
Deprecated. 

setCustomWindowStateDescriptions

public void setCustomWindowStateDescriptions(int i,
                                             ItemDescription value)
Deprecated. 

getCustomModeDescriptions

public ItemDescription[] getCustomModeDescriptions()
Deprecated. 

setCustomModeDescriptions

public void setCustomModeDescriptions(ItemDescription[] customModeDescriptions)
Deprecated. 

getCustomModeDescriptions

public ItemDescription getCustomModeDescriptions(int i)
Deprecated. 

setCustomModeDescriptions

public void setCustomModeDescriptions(int i,
                                      ItemDescription value)
Deprecated. 

getRequiresInitCookie

public CookieProtocol getRequiresInitCookie()
Deprecated. 

setRequiresInitCookie

public void setRequiresInitCookie(CookieProtocol requiresInitCookie)
Deprecated. 

getRegistrationPropertyDescription

public ModelDescription getRegistrationPropertyDescription()
Deprecated. 

setRegistrationPropertyDescription

public void setRegistrationPropertyDescription(ModelDescription registrationPropertyDescription)
Deprecated. 

getLocales

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

setLocales

public void setLocales(java.lang.String[] locales)
Deprecated. 

getLocales

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

setLocales

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

getResourceList

public ResourceList getResourceList()
Deprecated. 

setResourceList

public void setResourceList(ResourceList resourceList)
Deprecated. 

getExtensions

public Extension[] getExtensions()
Deprecated. 

setExtensions

public void setExtensions(Extension[] extensions)
Deprecated. 

getExtensions

public Extension getExtensions(int i)
Deprecated. 

setExtensions

public void setExtensions(int i,
                          Extension 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