se.cambio.cds.model.rule.dao
Class StandardSQLRuleDAO
java.lang.Object
se.cambio.cds.model.rule.dao.StandardSQLRuleDAO
- All Implemented Interfaces:
- SQLRuleDAO
public class StandardSQLRuleDAO
- extends Object
- implements SQLRuleDAO
- Author:
- iago.corbal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSQLRuleDAO
public StandardSQLRuleDAO()
search
public RuleDTO search(Connection connection,
String idRule)
throws InternalErrorException,
ModelException
- Specified by:
search
in interface SQLRuleDAO
- Throws:
InternalErrorException
ModelException
searchAllIds
public Collection<String> searchAllIds(Connection connection)
throws InternalErrorException,
ModelException
- Specified by:
searchAllIds
in interface SQLRuleDAO
- Throws:
InternalErrorException
ModelException
add
public void add(Connection connection,
RuleDTO ruleDTO)
throws InternalErrorException,
ModelException
- Specified by:
add
in interface SQLRuleDAO
- Throws:
InternalErrorException
ModelException
remove
public void remove(Connection connection,
String idRule)
throws InternalErrorException,
ModelException
- Specified by:
remove
in interface SQLRuleDAO
- Throws:
InternalErrorException
ModelException
removeByGuideId
public void removeByGuideId(Connection connection,
Integer idGuide)
throws InternalErrorException,
ModelException
- Specified by:
removeByGuideId
in interface SQLRuleDAO
- Throws:
InternalErrorException
ModelException
Copyright © 2013 Cambio. All Rights Reserved.