| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseAwareSearchableAttributeValue
SearchableAttributeValue that can validate ignoring case
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchableAttributeDateTimeValue |
class |
SearchableAttributeFloatValue |
class |
SearchableAttributeLongValue |
class |
SearchableAttributeStringValue |
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends SearchableAttributeValue>> |
DocumentSearchInternalUtils.SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST |
| Modifier and Type | Method and Description |
|---|---|
static SearchableAttributeValue |
DocumentSearchInternalUtils.getSearchableAttributeValueByDataTypeString(String dataType) |
| Modifier and Type | Method and Description |
|---|---|
static List<SearchableAttributeValue> |
DocumentSearchInternalUtils.getSearchableAttributeValueObjectTypes() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<RemotableAttributeError> |
DocumentSearchInternalUtils.validateParsedSearchFieldValue(String fieldName,
SearchableAttributeValue attributeValue,
String parsedValue,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator)
Validates a single terminal value from a single search field (list of values); calls a custom validator if default validation passes and
custom validator is given
|
static List<RemotableAttributeError> |
DocumentSearchInternalUtils.validateSearchFieldValue(String fieldName,
SearchableAttributeValue attributeValue,
String enteredValue,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator)
Validates a single DocumentSearchCriteria searchable attribute field value (of the list of possibly multiple values)
|
static List<RemotableAttributeError> |
DocumentSearchInternalUtils.validateSearchFieldValues(String fieldName,
SearchableAttributeValue attributeValue,
List<String> searchValues,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAO.findSearchableAttributeValues(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRouteHeaderDAO.save(SearchableAttributeValue searchableAttribute) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAOOjbImpl.findSearchableAttributeValues(String documentId) |
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAOJpaImpl.findSearchableAttributeValues(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRouteHeaderDAOOjbImpl.save(SearchableAttributeValue searchableAttributeValue) |
void |
DocumentRouteHeaderDAOJpaImpl.save(SearchableAttributeValue searchableAttributeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteHeaderService.updateRouteHeaderSearchValues(String documentId,
List<SearchableAttributeValue> searchAttributes)
Updates the searchable attribute values for the document with the given id to the given values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteHeaderServiceImpl.updateRouteHeaderSearchValues(String documentId,
List<SearchableAttributeValue> searchAttributes) |
| Modifier and Type | Method and Description |
|---|---|
SearchableAttributeValue |
KeyValueSort.getSearchableAttributeValue() |
| Constructor and Description |
|---|
KeyValueSort(String key,
String value,
Object sortValue,
SearchableAttributeValue searchableAttributeValue) |
KeyValueSort(String key,
String value,
String userDisplayValue,
Object sortValue,
SearchableAttributeValue searchableAttributeValue) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.