Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

TypeSearchError Members

TypeSearchError overview

Public Static Fields

TYPE_ADMIN_PREFS_NOT_SET Administrative preferences not set; results in a link to the administrative preferences page.
TYPE_OTHER_ERROR Error; the message passed into the SearchException constructor is displayed.
TYPE_USER_INFO_NOT_SET User Information not set; results in a link to the User Profile page.
TYPE_USER_PREFS_NOT_SET User preferences not set; results in a link to the user preferences page.

Public Static Methods

Parse Creates a TypeSearchError from the int passed in. @param val A valid search error. @return The TypeSearchError.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCode Gets the code associated with this TypeSearchError. @return The code associated with this TypeSearchError as an int.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

TypeSearchError Class | Plumtree.Remote.Search Namespace