com.filenet.wcm.apps.server.util
Class WcmSearchUtil

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.WcmSearchUtil

public class WcmSearchUtil
extends java.lang.Object


Constructor Summary
WcmSearchUtil()
           
 
Method Summary
static void configChoiceLists(SimpleSearchState pageState, com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
           
static void configFilterPropChoiceList(SimpleSearchState pageState, com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
           
static void configFilterPropMarkingList(SimpleSearchState pageState, com.filenet.wcm.api.ObjectStore objectStore)
           
static void configMarkingLists(SimpleSearchState pageState, com.filenet.wcm.api.ObjectStore objectStore)
           
static java.lang.String encodeRank(java.lang.String str)
           
static java.lang.Object getChoiceListFlat(java.lang.String choiceListID, java.lang.String objectStoreName, com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
           
static java.util.List getClassSubClassList(SimpleSearchState pageState, com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcmSearchUtil

public WcmSearchUtil()
Method Detail

configChoiceLists

public static void configChoiceLists(SimpleSearchState pageState,
                                     com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getClassSubClassList

public static java.util.List getClassSubClassList(SimpleSearchState pageState,
                                                  com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

configFilterPropChoiceList

public static void configFilterPropChoiceList(SimpleSearchState pageState,
                                              com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

getChoiceListFlat

public static java.lang.Object getChoiceListFlat(java.lang.String choiceListID,
                                                 java.lang.String objectStoreName,
                                                 com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

encodeRank

public static java.lang.String encodeRank(java.lang.String str)

configMarkingLists

public static void configMarkingLists(SimpleSearchState pageState,
                                      com.filenet.wcm.api.ObjectStore objectStore)

configFilterPropMarkingList

public static void configFilterPropMarkingList(SimpleSearchState pageState,
                                               com.filenet.wcm.api.ObjectStore objectStore)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.