se.cambio.cds.model.rule.dao
Interface GenericRuleDAO

Package class diagram package GenericRuleDAO
All Known Implementing Classes:
SQLGenericRuleDAO

public interface GenericRuleDAO

Author:
iago.corbal

Method Summary
 void add(RuleDTO ruleDTO)
           
 void remove(String idRule)
           
 void removeByGuideId(Integer idGuide)
           
 RuleDTO search(String idRule)
           
 Collection<String> searchAllIds()
           
 

Method Detail

search

RuleDTO search(String idRule)
               throws InternalErrorException,
                      ModelException
Throws:
InternalErrorException
ModelException

searchAllIds

Collection<String> searchAllIds()
                                throws InternalErrorException,
                                       ModelException
Throws:
InternalErrorException
ModelException

add

void add(RuleDTO ruleDTO)
         throws InternalErrorException,
                ModelException
Throws:
InternalErrorException
ModelException

remove

void remove(String idRule)
            throws InternalErrorException,
                   ModelException
Throws:
InternalErrorException
ModelException

removeByGuideId

void removeByGuideId(Integer idGuide)
                     throws InternalErrorException,
                            ModelException
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.