org.kuali.rice.kew.docsearch
Class SearchAttributeCriteriaComponent

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.SearchAttributeCriteriaComponent
All Implemented Interfaces:
Serializable

public class SearchAttributeCriteriaComponent
extends Object
implements Serializable

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
SearchAttributeCriteriaComponent(String formKey, String value, boolean rangeSearch)
           
SearchAttributeCriteriaComponent(String formKey, String value, String savedKey)
           
SearchAttributeCriteriaComponent(String formKey, String value, String savedKey, SearchableAttributeValue searchableAttributeValue)
           
 
Method Summary
 String getFormKey()
           
 String getLookupableFieldType()
           
 String getSavedKey()
           
 SearchableAttributeValue getSearchableAttributeValue()
           
 String getValue()
           
 List<String> getValues()
           
 boolean isAllowInlineRange()
           
 boolean isCanHoldMultipleValues()
           
 boolean isCaseSensitive()
           
 boolean isComponentLowerBoundValue()
           
 boolean isComponentUpperBoundValue()
           
 boolean isNonBlankValueGiven()
           
 boolean isRangeSearch()
           
 boolean isSearchable()
           
 boolean isSearchInclusive()
           
 void setAllowInlineRange(boolean allowInlineRange)
           
 void setCanHoldMultipleValues(boolean canHoldMultipleValues)
           
 void setCaseSensitive(boolean caseSensitive)
           
 void setFormKey(String formKey)
           
 void setLookupableFieldType(String lookupableFieldType)
           
 void setRangeSearch(boolean rangeSearch)
           
 void setSavedKey(String savedKey)
           
 void setSearchable(boolean searchable)
           
 void setSearchableAttributeValue(SearchableAttributeValue searchableAttributeValue)
           
 void setSearchInclusive(boolean searchInclusive)
           
 void setValue(String value)
           
 void setValues(List<String> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAttributeCriteriaComponent

public SearchAttributeCriteriaComponent(String formKey,
                                        String value,
                                        boolean rangeSearch)
Parameters:
formKey - key value associated with the search form
value - value the user is searching on
savedKey - key value associated with the value saved in the database

SearchAttributeCriteriaComponent

public SearchAttributeCriteriaComponent(String formKey,
                                        String value,
                                        String savedKey)
Parameters:
formKey - key value associated with the search form
value - value the user is searching on
savedKey - key value associated with the value saved in the database

SearchAttributeCriteriaComponent

public SearchAttributeCriteriaComponent(String formKey,
                                        String value,
                                        String savedKey,
                                        SearchableAttributeValue searchableAttributeValue)
Parameters:
formKey - key value associated with the search form
value - value the user is searching on
savedKey - key value associated with the value saved in the database
searchableAttributeValue -
Method Detail

isComponentLowerBoundValue

public boolean isComponentLowerBoundValue()

isComponentUpperBoundValue

public boolean isComponentUpperBoundValue()

isNonBlankValueGiven

public boolean isNonBlankValueGiven()

isCanHoldMultipleValues

public boolean isCanHoldMultipleValues()
Returns:
the canHoldMultipleValues

setCanHoldMultipleValues

public void setCanHoldMultipleValues(boolean canHoldMultipleValues)
Parameters:
canHoldMultipleValues - the canHoldMultipleValues to set

isSearchable

public boolean isSearchable()
Returns:
the searchable

setSearchable

public void setSearchable(boolean searchable)
Parameters:
searchable - the searchable to set

isCaseSensitive

public boolean isCaseSensitive()
Returns:
the caseSensitive

setCaseSensitive

public void setCaseSensitive(boolean caseSensitive)
Parameters:
caseSensitive - the caseSensitive to set

getFormKey

public String getFormKey()
Returns:
the formKey

setFormKey

public void setFormKey(String formKey)
Parameters:
formKey - the formKey to set

isRangeSearch

public boolean isRangeSearch()
Returns:
the rangeSearch

setRangeSearch

public void setRangeSearch(boolean rangeSearch)
Parameters:
rangeSearch - the rangeSearch to set

getSavedKey

public String getSavedKey()
Returns:
the savedKey

setSavedKey

public void setSavedKey(String savedKey)
Parameters:
savedKey - the savedKey to set

getSearchableAttributeValue

public SearchableAttributeValue getSearchableAttributeValue()
Returns:
the searchableAttributeValue

setSearchableAttributeValue

public void setSearchableAttributeValue(SearchableAttributeValue searchableAttributeValue)
Parameters:
searchableAttributeValue - the searchableAttributeValue to set

isSearchInclusive

public boolean isSearchInclusive()
Returns:
the searchInclusive

setSearchInclusive

public void setSearchInclusive(boolean searchInclusive)
Parameters:
searchInclusive - the searchInclusive to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

getValues

public List<String> getValues()
Returns:
the values

setValues

public void setValues(List<String> values)
Parameters:
values - the values to set

getLookupableFieldType

public String getLookupableFieldType()
Returns:
the lookupableFieldType

setLookupableFieldType

public void setLookupableFieldType(String lookupableFieldType)
Parameters:
lookupableFieldType - the lookupableFieldType to set

isAllowInlineRange

public boolean isAllowInlineRange()
Returns:
the allowInlineRange

setAllowInlineRange

public void setAllowInlineRange(boolean allowInlineRange)
Parameters:
allowInlineRange - the allowInlineRange to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.