com.ptc.wvs.common.ui
Class SearchHelper.Server
java.lang.Object
com.ptc.wvs.common.ui.SearchHelper.Server
- All Implemented Interfaces:
- RemoteAccess
- Enclosing class:
- SearchHelper
- public static class SearchHelper.Server
- extends Object
- implements RemoteAccess
Method Summary |
static StringBuffer |
createResultsTable(QueryResult results,
String searchType,
boolean allIterations,
boolean longListing,
boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips,
Locale locale)
|
static Boolean |
deleteObject(String reference)
|
static Boolean |
deleteObjects(Vector references)
|
static StringBuffer |
formatResult(Persistable result,
String searchType,
boolean allIterations,
boolean longListing,
boolean showEDRDelete,
String allLineFlag,
Boolean expanded,
String hide_thumbnail_tip,
String show_thumbnail_tip,
String delete_tip,
int bcol,
int i,
Locale locale)
|
static String |
getPropertyPageURL(String oid)
|
static Vector |
getRepresentables(QueryResult results)
|
static Vector |
getRepresentations(QueryResult results)
|
static Boolean |
isEnterpriseSearchInstalled()
|
static SortedEnumeration |
performLocalSearch(Vector vector,
Hashtable criteria,
Vector vector1,
String sortPreference,
Locale locale)
|
static Object[] |
performUnifiedSearch(Vector classnames,
Hashtable criteria,
String keyword,
Vector display,
Vector sortKeys,
Integer pageOffset,
Integer pageRange,
Boolean allIterations,
Locale locale,
Long sessionID,
String searchType,
Boolean longListing,
Boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips)
|
static StringBuffer |
reformatResults(Vector representations,
Boolean allIterations,
String searchType,
Boolean longListing,
Boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips,
Locale locale)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchHelper.Server
public SearchHelper.Server()
performLocalSearch
public static SortedEnumeration performLocalSearch(Vector vector,
Hashtable criteria,
Vector vector1,
String sortPreference,
Locale locale)
performUnifiedSearch
public static Object[] performUnifiedSearch(Vector classnames,
Hashtable criteria,
String keyword,
Vector display,
Vector sortKeys,
Integer pageOffset,
Integer pageRange,
Boolean allIterations,
Locale locale,
Long sessionID,
String searchType,
Boolean longListing,
Boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips)
reformatResults
public static StringBuffer reformatResults(Vector representations,
Boolean allIterations,
String searchType,
Boolean longListing,
Boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips,
Locale locale)
createResultsTable
public static StringBuffer createResultsTable(QueryResult results,
String searchType,
boolean allIterations,
boolean longListing,
boolean showEDRDelete,
String allLineFlag,
Vector vexpanded,
Vector toolTips,
Locale locale)
formatResult
public static StringBuffer formatResult(Persistable result,
String searchType,
boolean allIterations,
boolean longListing,
boolean showEDRDelete,
String allLineFlag,
Boolean expanded,
String hide_thumbnail_tip,
String show_thumbnail_tip,
String delete_tip,
int bcol,
int i,
Locale locale)
getRepresentables
public static Vector getRepresentables(QueryResult results)
getRepresentations
public static Vector getRepresentations(QueryResult results)
deleteObject
public static Boolean deleteObject(String reference)
deleteObjects
public static Boolean deleteObjects(Vector references)
isEnterpriseSearchInstalled
public static Boolean isEnterpriseSearchInstalled()
getPropertyPageURL
public static String getPropertyPageURL(String oid)