org.kuali.rice.kew.docsearch
Class TestXMLSearchableAttributeFloat

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

public class TestXMLSearchableAttributeFloat
extends Object
implements SearchableAttribute

See Also:
Serialized Form

Field Summary
static String SEARCH_STORAGE_KEY
           
static BigDecimal SEARCH_STORAGE_VALUE
           
 
Fields inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute
SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST
 
Constructor Summary
TestXMLSearchableAttributeFloat()
           
 
Method Summary
 String getSearchContent(DocumentSearchContext documentSearchContext)
           
 List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
           
 List<SearchableAttributeValue> getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
 List<WorkflowAttributeValidationError> validateUserSearchInputs(Map<Object,Object> paramMap, DocumentSearchContext documentSearchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_STORAGE_KEY

public static final String SEARCH_STORAGE_KEY
See Also:
Constant Field Values

SEARCH_STORAGE_VALUE

public static final BigDecimal SEARCH_STORAGE_VALUE
Constructor Detail

TestXMLSearchableAttributeFloat

public TestXMLSearchableAttributeFloat()
Method Detail

getSearchContent

public String getSearchContent(DocumentSearchContext documentSearchContext)
Specified by:
getSearchContent in interface SearchableAttribute

getSearchStorageValues

public List<SearchableAttributeValue> getSearchStorageValues(DocumentSearchContext documentSearchContext)
Specified by:
getSearchStorageValues in interface SearchableAttribute

getSearchingRows

public List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
Specified by:
getSearchingRows in interface SearchableAttribute

validateUserSearchInputs

public List<WorkflowAttributeValidationError> validateUserSearchInputs(Map<Object,Object> paramMap,
                                                                       DocumentSearchContext documentSearchContext)
Specified by:
validateUserSearchInputs in interface SearchableAttribute


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