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

All Known Implementing Classes:
KemidGeneralLedgerAccountDaoOjb

public interface KemidGeneralLedgerAccountDao


Method Summary
 Map<String,String> getChartAndAccountNumber(String kemid, String incomePrincipalIndicator)
          Gets a Map containing CHRT_CD and ACCT_NBR from END_KEMID_GL_LNK_T table
 

Method Detail

getChartAndAccountNumber

Map<String,String> getChartAndAccountNumber(String kemid,
                                            String incomePrincipalIndicator)
Gets a Map containing CHRT_CD and ACCT_NBR from END_KEMID_GL_LNK_T table

Parameters:
kemid, - incomePrincipalIndicator
Returns:
a map containing chart and account number


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