public class SearchableAttributeDAOOjbImpl extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements SearchableAttributeDAO
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
SearchableAttributeDAOOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Timestamp> |
getSearchableAttributeDateTimeValuesByKey(String documentId,
String key)
This overridden method queries the SearchableAttributeDateTimeValue persistence class
|
List<BigDecimal> |
getSearchableAttributeFloatValuesByKey(String documentId,
String key)
This overridden method queries the SearchableAttributeFloatValue persistence class
|
List<Long> |
getSearchableAttributeLongValuesByKey(String documentId,
String key)
This overridden method queries the SearchableAttributeLongValue persistence class
|
List<String> |
getSearchableAttributeStringValuesByKey(String documentId,
String key)
This overridden method queries the SearchableAttributeStringValue persistence class
|
public static final org.apache.log4j.Logger LOG
public SearchableAttributeDAOOjbImpl()
public List<Timestamp> getSearchableAttributeDateTimeValuesByKey(String documentId, String key)
getSearchableAttributeDateTimeValuesByKey in interface SearchableAttributeDAOorg.kuali.rice.kew.docsearch.dao.SearchableAttributeDAO#getSearchableAttributeDateTimeValuesByKey(java.lang.Long, java.lang.String)public List<BigDecimal> getSearchableAttributeFloatValuesByKey(String documentId, String key)
getSearchableAttributeFloatValuesByKey in interface SearchableAttributeDAOorg.kuali.rice.kew.docsearch.dao.SearchableAttributeDAO#getSearchableAttributeFloatValuesByKey(java.lang.Long, java.lang.String)public List<String> getSearchableAttributeStringValuesByKey(String documentId, String key)
getSearchableAttributeStringValuesByKey in interface SearchableAttributeDAOorg.kuali.rice.kew.docsearch.dao.SearchableAttributeDAO#getSearchableAttributeStringValuesByKey(java.lang.Long, java.lang.String)public List<Long> getSearchableAttributeLongValuesByKey(String documentId, String key)
getSearchableAttributeLongValuesByKey in interface SearchableAttributeDAOorg.kuali.rice.kew.docsearch.dao.SearchableAttributeDAO#getSearchableAttributeValuesByKey(java.lang.Long, java.lang.String)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.