@Entity public class SearchableAttributeStringValue extends SearchableAttributeBase implements CaseAwareSearchableAttributeValue, Serializable
ojbConcreteClass
Constructor and Description |
---|
SearchableAttributeStringValue()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowsCaseInsensitivity() |
boolean |
allowsRangeSearches() |
boolean |
allowsWildcards() |
String |
getAttributeDataType() |
String |
getAttributeTableName() |
String |
getSearchableAttributeDisplayValue() |
String |
getSearchableAttributeValue() |
boolean |
isPassesDefaultValidation(String valueEntered) |
Boolean |
isRangeValid(String lowerValue,
String upperValue) |
Boolean |
isRangeValid(String lowerValue,
String upperValue,
boolean caseSensitive) |
void |
setSearchableAttributeValue(String searchableAttributeValue) |
void |
setupAttributeValue(ResultSet resultSet,
String columnName) |
void |
setupAttributeValue(String value) |
DocumentAttributeString |
toDocumentAttribute() |
getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueId
public SearchableAttributeStringValue()
public void setupAttributeValue(String value)
setupAttributeValue
in interface SearchableAttributeValue
public void setupAttributeValue(ResultSet resultSet, String columnName) throws SQLException
setupAttributeValue
in interface SearchableAttributeValue
SQLException
public String getSearchableAttributeDisplayValue()
getSearchableAttributeDisplayValue
in interface SearchableAttributeValue
public String getAttributeDataType()
getAttributeDataType
in interface SearchableAttributeValue
public String getAttributeTableName()
getAttributeTableName
in interface SearchableAttributeValue
public boolean allowsWildcards()
allowsWildcards
in interface SearchableAttributeValue
public boolean allowsCaseInsensitivity()
allowsCaseInsensitivity
in interface SearchableAttributeValue
public boolean allowsRangeSearches()
allowsRangeSearches
in interface SearchableAttributeValue
public boolean isPassesDefaultValidation(String valueEntered)
isPassesDefaultValidation
in interface SearchableAttributeValue
valueEntered
parameter is not null and is equal to or
less than the specified max length defined by STRING_MAX_LENGTH
.public Boolean isRangeValid(String lowerValue, String upperValue)
isRangeValid
in interface SearchableAttributeValue
public Boolean isRangeValid(String lowerValue, String upperValue, boolean caseSensitive)
isRangeValid
in interface CaseAwareSearchableAttributeValue
public String getSearchableAttributeValue()
getSearchableAttributeValue
in interface SearchableAttributeValue
public void setSearchableAttributeValue(String searchableAttributeValue)
public DocumentAttributeString toDocumentAttribute()
toDocumentAttribute
in interface SearchableAttributeValue
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.