se.cambio.cds.model.recommendation.dao
Interface SQLRecommendationDAO

Package class diagram package SQLRecommendationDAO
All Known Implementing Classes:
StandardSQLRecommendationDAO

public interface SQLRecommendationDAO

Author:
iago.corbal

Method Summary
 RecommendationDTO add(Connection connection, RecommendationDTO RecommendationDTO)
           
 void remove(Connection connection, Long idRecommendation)
           
 RecommendationDTO search(Connection connection, Long idRecommendation)
           
 Collection<RecommendationDTO> searchUnresolved(Connection connection)
           
 void update(Connection connection, RecommendationDTO RecommendationDTO)
           
 

Method Detail

search

RecommendationDTO search(Connection connection,
                         Long idRecommendation)
                         throws InternalErrorException,
                                ModelException
Throws:
InternalErrorException
ModelException

searchUnresolved

Collection<RecommendationDTO> searchUnresolved(Connection connection)
                                               throws InternalErrorException,
                                                      ModelException
Throws:
InternalErrorException
ModelException

add

RecommendationDTO add(Connection connection,
                      RecommendationDTO RecommendationDTO)
                      throws InternalErrorException,
                             ModelException
Throws:
InternalErrorException
ModelException

update

void update(Connection connection,
            RecommendationDTO RecommendationDTO)
            throws InternalErrorException,
                   ModelException
Throws:
InternalErrorException
ModelException

remove

void remove(Connection connection,
            Long idRecommendation)
            throws InternalErrorException,
                   ModelException
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.