org.kuali.kfs.coa.service
Interface ObjectConsService

All Known Implementing Classes:
ObjectConsServiceImpl

public interface ObjectConsService

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


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

Method Detail

getByPrimaryId

ObjectConsolidation getByPrimaryId(String chartOfAccountsCode,
                                   String ObjectConsCode)
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.