|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleDAO
Rule DAO Interface
Method Summary | |
---|---|
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 |
java.util.List<Rule> |
selectRuleList(IRuleTypesSet ruleTypesSet)
Load the list of rules |
void |
store(Rule rule)
Update the record in the table |
Method Detail |
---|
void delete(int nRuleId)
nRuleId
- The Rule Idvoid insert(Rule rule)
rule
- The rule objectRule load(int nRuleId, IRuleTypesSet ruleTypesSet)
nRuleId
- The identifier of Rule
java.util.List<Rule> selectRuleList(IRuleTypesSet ruleTypesSet)
void store(Rule rule)
rule
- The reference of rule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |