|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.UserConfiguration
public class UserConfiguration
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.
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 |
---|
public UserConfiguration()
public UserConfiguration(Favorite[] favorites, Priority[] priorities, SavedSearch[] savedSearches, Scoreboard[] scoreboards, User user, SearchMetaData searchMetaData)
Method Detail |
---|
public Favorite[] getFavorites()
public void setFavorites(Favorite[] favorites)
favorites
- public Priority[] getPriorities()
public void setPriorities(Priority[] priorities)
priorities
- public SavedSearch[] getSavedSearches()
public void setSavedSearches(SavedSearch[] savedSearches)
savedSearches
- public Scoreboard[] getScoreboards()
public void setScoreboards(Scoreboard[] scoreboards)
scoreboards
- public User getUser()
public void setUser(User user)
user
- public SearchMetaData getSearchMetaData()
public void setSearchMetaData(SearchMetaData searchMetaData)
searchMetaData
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |