public interface SearchableAttributeValue
Modifier and Type | Method and Description |
---|---|
boolean |
allowsCaseInsensitivity() |
boolean |
allowsRangeSearches() |
boolean |
allowsWildcards() |
String |
getAttributeDataType() |
String |
getAttributeTableName() |
String |
getDocumentId() |
String |
getOjbConcreteClass() |
DocumentRouteHeaderValue |
getRouteHeader() |
String |
getSearchableAttributeDisplayValue() |
String |
getSearchableAttributeKey() |
Object |
getSearchableAttributeValue() |
String |
getSearchableAttributeValueId() |
boolean |
isPassesDefaultValidation(String valueEntered) |
Boolean |
isRangeValid(String lowerValue,
String upperValue) |
void |
setDocumentId(String documentId) |
void |
setOjbConcreteClass(String ojbConcreteClass) |
void |
setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
setSearchableAttributeKey(String searchableAttributeKey) |
void |
setSearchableAttributeValueId(String searchableAttributeValueId) |
void |
setupAttributeValue(ResultSet resultSet,
String columnName) |
void |
setupAttributeValue(String value) |
DocumentAttribute |
toDocumentAttribute() |
String getAttributeDataType()
String getAttributeTableName()
boolean allowsWildcards()
boolean allowsCaseInsensitivity()
boolean allowsRangeSearches()
boolean isPassesDefaultValidation(String valueEntered)
Boolean isRangeValid(String lowerValue, String upperValue)
void setupAttributeValue(String value)
void setupAttributeValue(ResultSet resultSet, String columnName) throws SQLException
SQLException
String getSearchableAttributeDisplayValue()
String getOjbConcreteClass()
void setOjbConcreteClass(String ojbConcreteClass)
DocumentRouteHeaderValue getRouteHeader()
void setRouteHeader(DocumentRouteHeaderValue routeHeader)
String getDocumentId()
void setDocumentId(String documentId)
String getSearchableAttributeKey()
void setSearchableAttributeKey(String searchableAttributeKey)
String getSearchableAttributeValueId()
void setSearchableAttributeValueId(String searchableAttributeValueId)
Object getSearchableAttributeValue()
DocumentAttribute toDocumentAttribute()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.