com.ibm.ccd.ui.portlets.quicksearch
Interface IQuickSearch


public interface IQuickSearch

This interface lists the methods for search criteria and search results


Field Summary
static java.lang.String BUSINESS_ACTION_CONFIG
          indiccates the application mode
static java.lang.String BUSINESS_ACTION_VIEW
          indiccates the application mode
static java.lang.String BUSINESS_FUNCTION_QUICK_SEARCH
          Indicates the business function search criteria
static java.lang.String CONFIG_ATTRIBUTE_TOKENIZER
           
static java.lang.String CONFIG_INDEX_TOKENIZER
           
static java.lang.String ELEMENT_SEARCH_CRITERIA
          form element for search criteria
static java.lang.String ELEMENT_SEARCH_RESULT
          form element for search result
static java.lang.String FORM_ACTION_CONFIG
          Indicates the form acotion for serach view jsp
static java.lang.String FORM_ACTION_PERFORM_SEARCH
          Indicates the form action
static java.lang.String FORM_ACTION_VIEW
          Indicates the form acotion for serach view jsp
static java.lang.String KEY_CONFIG_ATTRIBUTES
           
static java.lang.String KEY_SEARCH_CONFIG_BEAN
          Indicates the key for storing QuickSearchConfigBean
static java.lang.String KEY_SEARCH_CRITERIA_BEAN
          Indicates the key for storing SearchCriteriaViewBean
static java.lang.String LABEL_CONFIG_SUBMIT
          key for button label
static java.lang.String MSG_APPLICATION_EXCEPTION
          Indicates the message code for application exception message
static java.lang.String MSG_SYSTEM_EXCEPTION
          Indicates the message code for application exception message
static java.lang.String MSG_TRY_LATER
          Indicates the message code for processing failur
static java.lang.String PATH_SEARCH_CONFIG_JSP
          indicates path of config jsp
static java.lang.String PATH_SEARCH_HELP_JSP
          indicates path of help jsp
static java.lang.String PATH_SEARCH_VIEW_JSP
          indicates path of view jsp
 

Field Detail

FORM_ACTION_VIEW

static final java.lang.String FORM_ACTION_VIEW
Indicates the form acotion for serach view jsp

See Also:
Constant Field Values

FORM_ACTION_CONFIG

static final java.lang.String FORM_ACTION_CONFIG
Indicates the form acotion for serach view jsp

See Also:
Constant Field Values

KEY_SEARCH_CRITERIA_BEAN

static final java.lang.String KEY_SEARCH_CRITERIA_BEAN
Indicates the key for storing SearchCriteriaViewBean

See Also:
Constant Field Values

BUSINESS_FUNCTION_QUICK_SEARCH

static final java.lang.String BUSINESS_FUNCTION_QUICK_SEARCH
Indicates the business function search criteria

See Also:
Constant Field Values

BUSINESS_ACTION_VIEW

static final java.lang.String BUSINESS_ACTION_VIEW
indiccates the application mode

See Also:
Constant Field Values

BUSINESS_ACTION_CONFIG

static final java.lang.String BUSINESS_ACTION_CONFIG
indiccates the application mode

See Also:
Constant Field Values

FORM_ACTION_PERFORM_SEARCH

static final java.lang.String FORM_ACTION_PERFORM_SEARCH
Indicates the form action

See Also:
Constant Field Values

LABEL_CONFIG_SUBMIT

static final java.lang.String LABEL_CONFIG_SUBMIT
key for button label

See Also:
Constant Field Values

KEY_SEARCH_CONFIG_BEAN

static final java.lang.String KEY_SEARCH_CONFIG_BEAN
Indicates the key for storing QuickSearchConfigBean

See Also:
Constant Field Values

MSG_APPLICATION_EXCEPTION

static final java.lang.String MSG_APPLICATION_EXCEPTION
Indicates the message code for application exception message

See Also:
Constant Field Values

MSG_SYSTEM_EXCEPTION

static final java.lang.String MSG_SYSTEM_EXCEPTION
Indicates the message code for application exception message

See Also:
Constant Field Values

MSG_TRY_LATER

static final java.lang.String MSG_TRY_LATER
Indicates the message code for processing failur

See Also:
Constant Field Values

PATH_SEARCH_VIEW_JSP

static final java.lang.String PATH_SEARCH_VIEW_JSP
indicates path of view jsp

See Also:
Constant Field Values

PATH_SEARCH_CONFIG_JSP

static final java.lang.String PATH_SEARCH_CONFIG_JSP
indicates path of config jsp

See Also:
Constant Field Values

PATH_SEARCH_HELP_JSP

static final java.lang.String PATH_SEARCH_HELP_JSP
indicates path of help jsp

See Also:
Constant Field Values

ELEMENT_SEARCH_CRITERIA

static final java.lang.String ELEMENT_SEARCH_CRITERIA
form element for search criteria

See Also:
Constant Field Values

ELEMENT_SEARCH_RESULT

static final java.lang.String ELEMENT_SEARCH_RESULT
form element for search result

See Also:
Constant Field Values

CONFIG_INDEX_TOKENIZER

static final java.lang.String CONFIG_INDEX_TOKENIZER
See Also:
Constant Field Values

CONFIG_ATTRIBUTE_TOKENIZER

static final java.lang.String CONFIG_ATTRIBUTE_TOKENIZER
See Also:
Constant Field Values

KEY_CONFIG_ATTRIBUTES

static final java.lang.String KEY_CONFIG_ATTRIBUTES
See Also:
Constant Field Values