org.kuali.kfs.module.endow.dataaccess
Interface KemidDao

All Known Implementing Classes:
KemidDaoOjb

public interface KemidDao


Method Summary
 List<String> getAttributeValues(String attributeName, List<String> values)
          Gets all the values of the attribute by the given value strings
 List<KEMID> getKemidRecordsByIds(List<String> kemids, String endowmentOption, String closedIndicator)
          Gets KEMIDs by kemids
 List<String> getKemidsByAttribute(String attributeName, List<String> values)
          Gets kemids by the given attribute value strings
 List<String> getKemidsByAttributeWithEndowmentOption(String attributeName, List<String> values, String endowmentOption, String closedIndicator)
          Gets kemids by the given criteria
 

Method Detail

getKemidRecordsByIds

List<KEMID> getKemidRecordsByIds(List<String> kemids,
                                 String endowmentOption,
                                 String closedIndicator)
Gets KEMIDs by kemids

Parameters:
kemids -
endowmentOption -
currentDate -
Returns:

getKemidsByAttributeWithEndowmentOption

List<String> getKemidsByAttributeWithEndowmentOption(String attributeName,
                                                     List<String> values,
                                                     String endowmentOption,
                                                     String closedIndicator)
Gets kemids by the given criteria

Parameters:
attributeName -
values -
endowmentOption -
Returns:

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 all the values of the attribute by the given value strings

Parameters:
attributeName -
values -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.