org.kuali.rice.kew.docsearch.dao
Interface SearchableAttributeDAO
- All Known Implementing Classes:
- SearchableAttributeDAOJpaImpl, SearchableAttributeDAOOjbImpl
public interface SearchableAttributeDAO
getSearchableAttributeStringValuesByKey
List<String> getSearchableAttributeStringValuesByKey(String documentId,
String key)
getSearchableAttributeDateTimeValuesByKey
List<Timestamp> getSearchableAttributeDateTimeValuesByKey(String documentId,
String key)
getSearchableAttributeFloatValuesByKey
List<BigDecimal> getSearchableAttributeFloatValuesByKey(String documentId,
String key)
getSearchableAttributeLongValuesByKey
List<Long> getSearchableAttributeLongValuesByKey(String documentId,
String key)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.