org.kuali.kfs.coa.dataaccess
Interface PriorYearAccountDao

All Known Implementing Classes:
PriorYearAccountDaoOjb

public interface PriorYearAccountDao

This interface defines data access methods for PriorYearAccount


Method Summary
 PriorYearAccount getByPrimaryId(String chartOfAccountsCode, String accountNumber)
          Retrieves an Account object based on primary key.
 

Method Detail

getByPrimaryId

PriorYearAccount getByPrimaryId(String chartOfAccountsCode,
                                String accountNumber)
Retrieves an Account object based on primary key.

Parameters:
chartOfAccountsCode - - part of composite key
accountNumber - - part of composite key
Returns:
PriorYearAccount based on primary key


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