Project

General

Profile

« Previous | Next » 

Revision 28225

Added by Nikon Gasparis almost 10 years ago

*support for entity_type field in rules table

View differences:

RuleStoredDAO.java
5 5

  
6 6
public interface RuleStoredDAO extends DAO<RuleStored> {
7 7

  
8
	List<RuleStored> getAllRulesByJobType(String jobType);
9
	List<RulePair> getAllRulesToRulePair();
10
	Properties getProperties(String ruleId);
8
	public List<RuleStored> getAllRulesByJobTypeEntityType(String jobType, String entityType);
9
	public List<RuleStored> getAllRulesByJobType(String jobType);
10
	public List<RulePair> getAllRulesToRulePair();
11
	public Properties getProperties(String ruleId);
11 12

  
12 13
}

Also available in: Unified diff