IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class UserConfiguration

java.lang.Object
  extended by com.lombardisoftware.webapi.UserConfiguration
All Implemented Interfaces:
java.io.Serializable

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

UserConfiguration is used to retrieve multiple pieces of information about the current user from the server in a single operation. See the documentation for each type contained in a UserConfiguration for more information.

See Also:
Serialized Form

Constructor Summary
UserConfiguration()
           
UserConfiguration(Favorite[] favorites, Priority[] priorities, SavedSearch[] savedSearches, Scoreboard[] scoreboards, User user, SearchMetaData searchMetaData)
           
 
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
 Favorite[] getFavorites()
          Gets the favorites value for this UserConfiguration.
 Priority[] getPriorities()
          Gets the priorities value for this UserConfiguration.
 SavedSearch[] getSavedSearches()
          Gets the savedSearches value for this UserConfiguration.
 Scoreboard[] getScoreboards()
          Gets the scoreboards value for this UserConfiguration.
 SearchMetaData getSearchMetaData()
          Gets the searchMetaData value for this UserConfiguration.
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
 User getUser()
          Gets the user value for this UserConfiguration.
 int hashCode()
           
 void setFavorites(Favorite[] favorites)
          Sets the favorites value for this UserConfiguration.
 void setPriorities(Priority[] priorities)
          Sets the priorities value for this UserConfiguration.
 void setSavedSearches(SavedSearch[] savedSearches)
          Sets the savedSearches value for this UserConfiguration.
 void setScoreboards(Scoreboard[] scoreboards)
          Sets the scoreboards value for this UserConfiguration.
 void setSearchMetaData(SearchMetaData searchMetaData)
          Sets the searchMetaData value for this UserConfiguration.
 void setUser(User user)
          Sets the user value for this UserConfiguration.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserConfiguration

public UserConfiguration()

UserConfiguration

public UserConfiguration(Favorite[] favorites,
                         Priority[] priorities,
                         SavedSearch[] savedSearches,
                         Scoreboard[] scoreboards,
                         User user,
                         SearchMetaData searchMetaData)
Method Detail

getFavorites

public Favorite[] getFavorites()
Gets the favorites value for this UserConfiguration.

Returns:
favorites

setFavorites

public void setFavorites(Favorite[] favorites)
Sets the favorites value for this UserConfiguration.

Parameters:
favorites -

getPriorities

public Priority[] getPriorities()
Gets the priorities value for this UserConfiguration.

Returns:
priorities

setPriorities

public void setPriorities(Priority[] priorities)
Sets the priorities value for this UserConfiguration.

Parameters:
priorities -

getSavedSearches

public SavedSearch[] getSavedSearches()
Gets the savedSearches value for this UserConfiguration.

Returns:
savedSearches

setSavedSearches

public void setSavedSearches(SavedSearch[] savedSearches)
Sets the savedSearches value for this UserConfiguration.

Parameters:
savedSearches -

getScoreboards

public Scoreboard[] getScoreboards()
Gets the scoreboards value for this UserConfiguration.

Returns:
scoreboards

setScoreboards

public void setScoreboards(Scoreboard[] scoreboards)
Sets the scoreboards value for this UserConfiguration.

Parameters:
scoreboards -

getUser

public User getUser()
Gets the user value for this UserConfiguration.

Returns:
user

setUser

public void setUser(User user)
Sets the user value for this UserConfiguration.

Parameters:
user -

getSearchMetaData

public SearchMetaData getSearchMetaData()
Gets the searchMetaData value for this UserConfiguration.

Returns:
searchMetaData

setSearchMetaData

public void setSearchMetaData(SearchMetaData searchMetaData)
Sets the searchMetaData value for this UserConfiguration.

Parameters:
searchMetaData -

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


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.