Open SiteSearch 4.1.1
Final

ORG.oclc.obi.util
Class Sorts

java.lang.Object
  |
  +--ORG.oclc.obi.util.Sorts

public class Sorts
extends Object

The Sort class is a set of utility methods used to build the Sort Results message.

See Also:
ZDb, Sort

Constructor Summary
Sorts()
           
 
Method Summary
static String getSortResultMessage(UserStateObject user, String resultset)
          Builds the informational Sort result message indicating the fields sorted on or the Sort error message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorts

public Sorts()
Method Detail

getSortResultMessage

public static String getSortResultMessage(UserStateObject user,
                                          String resultset)
Builds the informational Sort result message indicating the fields sorted on or the Sort error message.
Parameters:
user - the user state object
resultset - the resultset that was sorted
Returns:
Sucess or failure message

Open SiteSearch 4.1.1
Final