org.kuali.kfs.coa.dataaccess
Interface PriorYearAccountDao
- All Known Implementing Classes:
- PriorYearAccountDaoOjb
public interface PriorYearAccountDao
This interface defines data access methods for PriorYearAccount
getByPrimaryId
PriorYearAccount getByPrimaryId(String chartOfAccountsCode,
String accountNumber)
- Retrieves an Account object based on primary key.
- Parameters:
chartOfAccountsCode
- - part of composite keyaccountNumber
- - part of composite key
- Returns:
PriorYearAccount
based on primary key
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.