org.kuali.kfs.coa.dataaccess
Interface ObjectLevelDao
- All Known Implementing Classes:
- ObjectLevelDaoOjb
public interface ObjectLevelDao
This interface defines basic methods that ObjLevel Dao's must provide
getByPrimaryId
ObjectLevel getByPrimaryId(String chartOfAccountsCode,
String objectLevelCode)
- This method retrieves a
ObjLevel
based on primary keys
- Parameters:
chartOfAccountsCode
- objectLevelCode
-
- Returns:
- a specific
ObjLevel
based on primary keys
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.