org.kuali.kfs.coa.service.impl
Class ObjectConsServiceImpl
java.lang.Object
org.kuali.kfs.coa.service.impl.ObjectConsServiceImpl
- All Implemented Interfaces:
- ObjectConsService
public class ObjectConsServiceImpl
- extends Object
- implements ObjectConsService
This service implementation is the default implementation of the BalanceTyp service that is delivered with Kuali.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectConsServiceImpl
public ObjectConsServiceImpl()
getByPrimaryId
public ObjectConsolidation getByPrimaryId(String chartOfAccountsCode,
String objectConsCode)
- Description copied from interface:
ObjectConsService
- Retrieves an object level object instance by its composite primary id.
- Specified by:
getByPrimaryId
in interface ObjectConsService
- Returns:
- An ObjLevel object instance.
- See Also:
ObjectConsService.getByPrimaryId(java.lang.String, java.lang.String)
getObjectConsDao
public ObjectConsDao getObjectConsDao()
- Returns:
- Returns the objectLevelDao.
setObjectConsDao
public void setObjectConsDao(ObjectConsDao objectConsDao)
- Parameters:
objectLevelDao
- The objectLevelDao to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.