se.cambio.cds.model.recommendation.dao
Interface GenericRecommendationDAO
- All Known Implementing Classes:
- SQLGenericRecommendationDAO
public interface GenericRecommendationDAO
- Author:
- iago.corbal
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.