public interface SearchableAttributeDAO
Modifier and Type | Method and Description |
---|---|
List<Timestamp> |
getSearchableAttributeDateTimeValuesByKey(String documentId,
String key) |
List<BigDecimal> |
getSearchableAttributeFloatValuesByKey(String documentId,
String key) |
List<Long> |
getSearchableAttributeLongValuesByKey(String documentId,
String key) |
List<String> |
getSearchableAttributeStringValuesByKey(String documentId,
String key) |
List<String> getSearchableAttributeStringValuesByKey(String documentId, String key)
List<Timestamp> getSearchableAttributeDateTimeValuesByKey(String documentId, String key)
List<BigDecimal> getSearchableAttributeFloatValuesByKey(String documentId, String key)
List<Long> getSearchableAttributeLongValuesByKey(String documentId, String key)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.