@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, setSearchableAttributeValueIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueIdpublic SearchableAttributeStringValue()
public void setupAttributeValue(String value)
setupAttributeValue in interface SearchableAttributeValuepublic void setupAttributeValue(ResultSet resultSet, String columnName) throws SQLException
setupAttributeValue in interface SearchableAttributeValueSQLExceptionpublic String getSearchableAttributeDisplayValue()
getSearchableAttributeDisplayValue in interface SearchableAttributeValuepublic String getAttributeDataType()
getAttributeDataType in interface SearchableAttributeValuepublic String getAttributeTableName()
getAttributeTableName in interface SearchableAttributeValuepublic boolean allowsWildcards()
allowsWildcards in interface SearchableAttributeValuepublic boolean allowsCaseInsensitivity()
allowsCaseInsensitivity in interface SearchableAttributeValuepublic boolean allowsRangeSearches()
allowsRangeSearches in interface SearchableAttributeValuepublic boolean isPassesDefaultValidation(String valueEntered)
isPassesDefaultValidation in interface SearchableAttributeValuevalueEntered 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 SearchableAttributeValuepublic Boolean isRangeValid(String lowerValue, String upperValue, boolean caseSensitive)
isRangeValid in interface CaseAwareSearchableAttributeValuepublic String getSearchableAttributeValue()
getSearchableAttributeValue in interface SearchableAttributeValuepublic void setSearchableAttributeValue(String searchableAttributeValue)
public DocumentAttributeString toDocumentAttribute()
toDocumentAttribute in interface SearchableAttributeValueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.