Package org.kuali.rice.kew.docsearch
Class SearchableAttributeDateTimeValue
java.lang.Object
org.kuali.rice.kew.docsearch.SearchableAttributeBase
org.kuali.rice.kew.docsearch.SearchableAttributeDateTimeValue
- All Implemented Interfaces:
Serializable,SearchableAttributeValue
@Entity
public class SearchableAttributeDateTimeValue
extends SearchableAttributeBase
implements SearchableAttributeValue, Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.kew.docsearch.SearchableAttributeBase
ojbConcreteClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanisPassesDefaultValidation(String valueEntered) isRangeValid(String lowerValue, String upperValue) voidsetSearchableAttributeValue(Timestamp searchableAttributeValue) voidsetupAttributeValue(String value) voidsetupAttributeValue(ResultSet resultSet, String columnName) Methods inherited from class org.kuali.rice.kew.docsearch.SearchableAttributeBase
getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kew.docsearch.SearchableAttributeValue
getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeKey, getSearchableAttributeValueId, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueId
-
Constructor Details
-
SearchableAttributeDateTimeValue
public SearchableAttributeDateTimeValue()
-
-
Method Details
-
setupAttributeValue
- Specified by:
setupAttributeValuein interfaceSearchableAttributeValue
-
setupAttributeValue
- Specified by:
setupAttributeValuein interfaceSearchableAttributeValue- Throws:
SQLException
-
getSearchableAttributeDisplayValue
- Specified by:
getSearchableAttributeDisplayValuein interfaceSearchableAttributeValue
-
getAttributeDataType
- Specified by:
getAttributeDataTypein interfaceSearchableAttributeValue
-
getAttributeTableName
- Specified by:
getAttributeTableNamein interfaceSearchableAttributeValue
-
allowsWildcards
public boolean allowsWildcards()- Specified by:
allowsWildcardsin interfaceSearchableAttributeValue
-
allowsCaseInsensitivity
public boolean allowsCaseInsensitivity()- Specified by:
allowsCaseInsensitivityin interfaceSearchableAttributeValue
-
allowsRangeSearches
public boolean allowsRangeSearches()- Specified by:
allowsRangeSearchesin interfaceSearchableAttributeValue
-
isPassesDefaultValidation
- Specified by:
isPassesDefaultValidationin interfaceSearchableAttributeValue
-
isRangeValid
- Specified by:
isRangeValidin interfaceSearchableAttributeValue
-
getSearchableAttributeValue
- Specified by:
getSearchableAttributeValuein interfaceSearchableAttributeValue
-
setSearchableAttributeValue
-
toDocumentAttribute
- Specified by:
toDocumentAttributein interfaceSearchableAttributeValue
-