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

Package class diagram package GenericRecommendationDAO
All Known Implementing Classes:
SQLGenericRecommendationDAO

public interface GenericRecommendationDAO

Author:
iago.corbal

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

Method Detail

search

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

searchUnresolved

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

add

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

update

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

remove

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


Copyright © 2013 Cambio. All Rights Reserved.