Project

General

Profile

« Previous | Next » 

Revision 57005

Updating rule set to search by guidelines acronym

View differences:

RulesetsDAO.java
18 18
	 * @return
19 19
	 */
20 20
	public List<RuleSet> getRuleSets() throws DaoException;
21

  
22
	/**
23
	 *
24
	 * @return
25
	 */
26
	public List<RuleSet> getRuleSets(String guidelineAcronym) throws DaoException;
27

  
21 28
	
22 29
}

Also available in: Unified diff