@Entity public class SearchableAttributeDateTimeValue extends SearchableAttributeBase implements SearchableAttributeValue, Serializable
ojbConcreteClass| Constructor and Description |
|---|
SearchableAttributeDateTimeValue()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsCaseInsensitivity() |
boolean |
allowsRangeSearches() |
boolean |
allowsWildcards() |
String |
getAttributeDataType() |
String |
getAttributeTableName() |
String |
getSearchableAttributeDisplayValue() |
Timestamp |
getSearchableAttributeValue() |
boolean |
isPassesDefaultValidation(String valueEntered) |
Boolean |
isRangeValid(String lowerValue,
String upperValue) |
void |
setSearchableAttributeValue(Timestamp searchableAttributeValue) |
void |
setupAttributeValue(ResultSet resultSet,
String columnName) |
void |
setupAttributeValue(String value) |
DocumentAttributeDateTime |
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 SearchableAttributeDateTimeValue()
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 SearchableAttributeValuepublic Boolean isRangeValid(String lowerValue, String upperValue)
isRangeValid in interface SearchableAttributeValuepublic Timestamp getSearchableAttributeValue()
getSearchableAttributeValue in interface SearchableAttributeValuepublic void setSearchableAttributeValue(Timestamp searchableAttributeValue)
public DocumentAttributeDateTime toDocumentAttribute()
toDocumentAttribute in interface SearchableAttributeValueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.