org.kuali.kfs.module.cg.service.impl
Class AgencyServiceImpl
java.lang.Object
org.kuali.kfs.module.cg.service.impl.AgencyServiceImpl
- All Implemented Interfaces:
- AgencyService
public class AgencyServiceImpl
- extends Object
- implements AgencyService
Implementation of the Agency service.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgencyServiceImpl
public AgencyServiceImpl()
getByPrimaryId
public Agency getByPrimaryId(String agencyNumber)
- Description copied from interface:
AgencyService
- Finds a Agency by agency number.
- Specified by:
getByPrimaryId
in interface AgencyService
- Parameters:
agencyNumber
- the primary key of the Agency to get
- Returns:
- the corresponding Agency, or null if none
- See Also:
AgencyService.getByPrimaryId(String)
mapPrimaryKeys
protected Map<String,Object> mapPrimaryKeys(String agencyNumber)
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
- Sets the BusinessObjectService. Provides Spring compatibility.
- Parameters:
businessObjectService
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.