| |
|
| java.lang.Object edu.iu.uis.eden.docsearch.SearchAttributeCriteriaComponent
SearchAttributeCriteriaComponent | public class SearchAttributeCriteriaComponent implements Serializable(Code) | | author: delyea |
SearchAttributeCriteriaComponent | public SearchAttributeCriteriaComponent(String formKey, String value, boolean rangeSearch)(Code) | | Parameters: formKey - key value associated with the search form Parameters: value - value the user is searching on Parameters: savedKey - key value associated with the value saved in the database |
SearchAttributeCriteriaComponent | public SearchAttributeCriteriaComponent(String formKey, String value, String savedKey)(Code) | | Parameters: formKey - key value associated with the search form Parameters: value - value the user is searching on Parameters: savedKey - key value associated with the value saved in the database |
SearchAttributeCriteriaComponent | public SearchAttributeCriteriaComponent(String formKey, String value, String savedKey, SearchableAttributeValue searchableAttributeValue)(Code) | | Parameters: formKey - key value associated with the search form Parameters: value - value the user is searching on Parameters: savedKey - key value associated with the value saved in the database Parameters: searchableAttributeValue - |
getLookupableFieldType | public String getLookupableFieldType()(Code) | | the lookupableFieldType |
isAllowWildcards | public boolean isAllowWildcards()(Code) | | the allowWildcards |
isAutoWildcardBeginning | public boolean isAutoWildcardBeginning()(Code) | | the autoWildcardBeginning |
isAutoWildcardEnd | public boolean isAutoWildcardEnd()(Code) | | the autoWildcardEnd |
isCanHoldMultipleValues | public boolean isCanHoldMultipleValues()(Code) | | the canHoldMultipleValues |
isCaseSensitive | public boolean isCaseSensitive()(Code) | | the caseSensitive |
isComponentLowerBoundValue | public boolean isComponentLowerBoundValue()(Code) | | |
isComponentUpperBoundValue | public boolean isComponentUpperBoundValue()(Code) | | |
isNonBlankValueGiven | public boolean isNonBlankValueGiven()(Code) | | |
isRangeSearch | public boolean isRangeSearch()(Code) | | the rangeSearch |
isSearchInclusive | public boolean isSearchInclusive()(Code) | | the searchInclusive |
isSearchable | public boolean isSearchable()(Code) | | the searchable |
setAllowWildcards | public void setAllowWildcards(boolean allowWildcards)(Code) | | Parameters: allowWildcards - the allowWildcards to set |
setAutoWildcardBeginning | public void setAutoWildcardBeginning(boolean autoWildcardBeginning)(Code) | | Parameters: autoWildcardBeginning - the autoWildcardBeginning to set |
setAutoWildcardEnd | public void setAutoWildcardEnd(boolean autoWildcardEnd)(Code) | | Parameters: autoWildcardEnd - the autoWildcardEnd to set |
setCanHoldMultipleValues | public void setCanHoldMultipleValues(boolean canHoldMultipleValues)(Code) | | Parameters: canHoldMultipleValues - the canHoldMultipleValues to set |
setCaseSensitive | public void setCaseSensitive(boolean caseSensitive)(Code) | | Parameters: caseSensitive - the caseSensitive to set |
setFormKey | public void setFormKey(String formKey)(Code) | | Parameters: formKey - the formKey to set |
setLookupableFieldType | public void setLookupableFieldType(String lookupableFieldType)(Code) | | Parameters: lookupableFieldType - the lookupableFieldType to set |
setRangeSearch | public void setRangeSearch(boolean rangeSearch)(Code) | | Parameters: rangeSearch - the rangeSearch to set |
setSavedKey | public void setSavedKey(String savedKey)(Code) | | Parameters: savedKey - the savedKey to set |
setSearchInclusive | public void setSearchInclusive(boolean searchInclusive)(Code) | | Parameters: searchInclusive - the searchInclusive to set |
setSearchable | public void setSearchable(boolean searchable)(Code) | | Parameters: searchable - the searchable to set |
setSearchableAttributeValue | public void setSearchableAttributeValue(SearchableAttributeValue searchableAttributeValue)(Code) | | Parameters: searchableAttributeValue - the searchableAttributeValue to set |
setValue | public void setValue(String value)(Code) | | Parameters: value - the value to set |
setValues | public void setValues(List<String> values)(Code) | | Parameters: values - the values to set |
|
|
|