org.kuali.kfs.coa.dataaccess
Interface SubFundGroupDao

All Known Implementing Classes:
SubFundGroupDaoOjb

public interface SubFundGroupDao

This interface specifies data access methods for SubFundGroup


Method Summary
 SubFundGroup getByChartAndAccount(String chartCode, String accountNumber)
          This method retrieves a specific SubFundGroup based on chart code and account number
 SubFundGroup getByPrimaryId(String subFundGroupCode)
          This method retrieves a specific SubFundGroup based on primary key
 

Method Detail

getByPrimaryId

SubFundGroup getByPrimaryId(String subFundGroupCode)
This method retrieves a specific SubFundGroup based on primary key

Parameters:
subFundGroupCode -
Returns:
a SubFundGroup based on primary key

getByChartAndAccount

SubFundGroup getByChartAndAccount(String chartCode,
                                  String accountNumber)
This method retrieves a specific SubFundGroup based on chart code and account number

Parameters:
chartCode -
accountNumber -
Returns:
a SubFundGroup based on chart code and account number


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