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