com.filenet.wcm.toolkit.server.util.xml
Class SearchChoiceListProxyUtil

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.xml.SearchChoiceListProxyUtil

public class SearchChoiceListProxyUtil
extends java.lang.Object

SearchChoiceListPoxyUtil class provides utility methods for merging Search Choice Values list XML for the Search Designer.


Constructor Summary
SearchChoiceListProxyUtil(java.lang.String URL, java.lang.String token, java.lang.String cookie)
           
 
Method Summary
 java.util.TreeMap getChoiceValuesListProxy(java.lang.String objectStoreName, java.util.List classNames, java.lang.String propName, boolean retrieveFromServer)
           
 boolean getscvlShowChoiceValue()
           
 boolean isSearchChoiceListXMLExisted()
          Returns true to indicate that the search choice value list existed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchChoiceListProxyUtil

public SearchChoiceListProxyUtil(java.lang.String URL,
                                 java.lang.String token,
                                 java.lang.String cookie)
                          throws java.lang.Exception
Method Detail

getscvlShowChoiceValue

public boolean getscvlShowChoiceValue()

getChoiceValuesListProxy

public java.util.TreeMap getChoiceValuesListProxy(java.lang.String objectStoreName,
                                                  java.util.List classNames,
                                                  java.lang.String propName,
                                                  boolean retrieveFromServer)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

isSearchChoiceListXMLExisted

public boolean isSearchChoiceListXMLExisted()
Returns true to indicate that the search choice value list existed.

Returns:
boolean True to indicate that a valid choice list XML existed.


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