public interface IRuleDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nRuleId)
Delete a record from the table
|
void |
insert(Rule rule)
Insert a new record in the table.
|
Rule |
load(int nRuleId,
IRuleTypesSet ruleTypesSet)
Load the data of Rule from the table
|
List<Rule> |
selectRuleList(IRuleTypesSet ruleTypesSet)
Load the list of rules
|
List<Rule> |
selectRuleListByRuleTypeKey(String strRuleTypeKey,
IRuleTypesSet ruleTypesSet)
Load the list of rules specified by rule type key
|
void |
store(Rule rule)
Update the record in the table
|
void delete(int nRuleId)
nRuleId - The Rule Idvoid insert(Rule rule)
rule - The rule objectRule load(int nRuleId, IRuleTypesSet ruleTypesSet)
nRuleId - The identifier of RuleruleTypesSet - The rule type setList<Rule> selectRuleList(IRuleTypesSet ruleTypesSet)
ruleTypesSet - The rule type setList<Rule> selectRuleListByRuleTypeKey(String strRuleTypeKey, IRuleTypesSet ruleTypesSet)
strRuleTypeKey - The rule type keyruleTypesSet - The rule types setvoid store(Rule rule)
rule - The reference of ruleCopyright © 2020 City of Paris. All rights reserved.