org.kuali.kfs.coa.service
Interface ObjectLevelService

All Known Implementing Classes:
ObjectLevelServiceImpl

public interface ObjectLevelService

This service interface defines methods necessary for retrieving fully populated ObjLevel business objects from the database that are necessary for transaction processing in the application.


Method Summary
 ObjectLevel getByPrimaryId(String chartOfAccountsCode, String ObjectLevelCode)
          Retrieves an object level object instance by its composite primary id.
 

Method Detail

getByPrimaryId

ObjectLevel getByPrimaryId(String chartOfAccountsCode,
                           String ObjectLevelCode)
Retrieves an object level object instance by its composite primary id.

Parameters:
chartOfAccountsCode -
ObjectLevelCode -
Returns:
An ObjLevel object instance.


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