@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, setSearchableAttributeValueId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueId
public SearchableAttributeDateTimeValue()
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
public Boolean isRangeValid(String lowerValue, String upperValue)
isRangeValid
in interface SearchableAttributeValue
public Timestamp getSearchableAttributeValue()
getSearchableAttributeValue
in interface SearchableAttributeValue
public void setSearchableAttributeValue(Timestamp searchableAttributeValue)
public DocumentAttributeDateTime toDocumentAttribute()
toDocumentAttribute
in interface SearchableAttributeValue
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.