org.kuali.kfs.module.cg.document.service.impl
Class RoutingFormResearchRiskServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cg.document.service.impl.RoutingFormResearchRiskServiceImpl
All Implemented Interfaces:
RoutingFormResearchRiskService

public class RoutingFormResearchRiskServiceImpl
extends Object
implements RoutingFormResearchRiskService


Constructor Summary
RoutingFormResearchRiskServiceImpl()
           
 
Method Summary
protected  List<ResearchRiskType> getAllResearchRiskTypes()
          Get the list of all active research risk types from the database.
 List<ResearchRiskType> getResearchRiskTypes(String[] exceptCodes)
          Get the list of active research risk types from the database.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Setter for BusinessObjectService property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingFormResearchRiskServiceImpl

public RoutingFormResearchRiskServiceImpl()
Method Detail

getAllResearchRiskTypes

protected List<ResearchRiskType> getAllResearchRiskTypes()
Get the list of all active research risk types from the database.

Returns:
List

getResearchRiskTypes

public List<ResearchRiskType> getResearchRiskTypes(String[] exceptCodes)
Description copied from interface: RoutingFormResearchRiskService
Get the list of active research risk types from the database.

Specified by:
getResearchRiskTypes in interface RoutingFormResearchRiskService
Parameters:
exceptCodes - the codes of research risk types to exclude from the results
Returns:
List
See Also:
RoutingFormResearchRiskService.getResearchRiskTypes(String[])

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Setter for BusinessObjectService property.

Parameters:
businessObjectService - businessObjectService


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.