org.kuali.kfs.coa.dataaccess
Interface A21SubAccountDao
- All Known Implementing Classes:
- A21SubAccountDaoOjb
public interface A21SubAccountDao
This interface defines what methods of data retrieval should be allowed for A21SubAccount
getByPrimaryKey
A21SubAccount getByPrimaryKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
- This method retrieves an A21SubAccount based on it's primary keys
- Parameters:
chartOfAccountsCode
- accountNumber
- subAccountNumber
-
- Returns:
- the A21SubAccount that matches this primary key
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.