org.kuali.kfs.module.cg.service.impl
Class AgencyServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cg.service.impl.AgencyServiceImpl
All Implemented Interfaces:
AgencyService

public class AgencyServiceImpl
extends Object
implements AgencyService

Implementation of the Agency service.


Constructor Summary
AgencyServiceImpl()
           
 
Method Summary
 Agency getByPrimaryId(String agencyNumber)
          Finds a Agency by agency number.
protected  Map<String,Object> mapPrimaryKeys(String agencyNumber)
           
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the BusinessObjectService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgencyServiceImpl

public AgencyServiceImpl()
Method Detail

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.