org.kuali.kfs.module.endow.dataaccess
Interface KemidReportGroupDao
- All Known Implementing Classes:
- KemidReportGroupDaoOjb
public interface KemidReportGroupDao
getKemidsByAttribute
List<String> getKemidsByAttribute(String attributeName,
List<String> values)
- Gets kemids by the given attribute value strings
- Parameters:
attributeName
- values
-
- Returns:
getAttributeValues
List<String> getAttributeValues(String attributeName,
List<String> values)
- Gets the attributes value strings
- Parameters:
attributeName
- values
-
- Returns:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.