@Entity public class SearchableAttributeStringValue extends Object implements CaseAwareSearchableAttributeValue, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
ojbConcreteClass |
| Constructor and Description |
|---|
SearchableAttributeStringValue()
Default constructor.
|
protected String ojbConcreteClass
public 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_LENGTHorg.kuali.rice.kew.docsearch.SearchableAttributeValue#isPassesDefaultValidation()public Boolean isRangeValid(String lowerValue, String upperValue)
isRangeValid in interface SearchableAttributeValuepublic Boolean isRangeValid(String lowerValue, String upperValue, boolean caseSensitive)
isRangeValid in interface CaseAwareSearchableAttributeValuepublic String getOjbConcreteClass()
getOjbConcreteClass in interface SearchableAttributeValuepublic void setOjbConcreteClass(String ojbConcreteClass)
setOjbConcreteClass in interface SearchableAttributeValuepublic DocumentRouteHeaderValue getRouteHeader()
getRouteHeader in interface SearchableAttributeValuepublic void setRouteHeader(DocumentRouteHeaderValue routeHeader)
setRouteHeader in interface SearchableAttributeValuepublic String getDocumentId()
getDocumentId in interface SearchableAttributeValuepublic void setDocumentId(String documentId)
setDocumentId in interface SearchableAttributeValuepublic String getSearchableAttributeKey()
getSearchableAttributeKey in interface SearchableAttributeValuepublic void setSearchableAttributeKey(String searchableAttributeKey)
setSearchableAttributeKey in interface SearchableAttributeValuepublic String getSearchableAttributeValue()
getSearchableAttributeValue in interface SearchableAttributeValuepublic void setSearchableAttributeValue(String searchableAttributeValue)
public String getSearchableAttributeValueId()
getSearchableAttributeValueId in interface SearchableAttributeValuepublic void setSearchableAttributeValueId(String searchableAttributeValueId)
setSearchableAttributeValueId in interface SearchableAttributeValuepublic void beforeInsert()
public DocumentAttributeString toDocumentAttribute()
toDocumentAttribute in interface SearchableAttributeValueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.