org.kuali.kfs.module.cg.document.service
Interface RoutingFormResearchRiskService

All Known Implementing Classes:
RoutingFormResearchRiskServiceImpl

public interface RoutingFormResearchRiskService

This interface defines methods that a RoutingFormResearchRiskService must provide


Method Summary
 List<ResearchRiskType> getResearchRiskTypes(String[] exceptCodes)
          Get the list of active research risk types from the database.
 

Method Detail

getResearchRiskTypes

List<ResearchRiskType> getResearchRiskTypes(String[] exceptCodes)
Get the list of active research risk types from the database.

Parameters:
exceptCodes - the codes of research risk types to exclude from the results
Returns:
List


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