se.cambio.cds.controller.recommendation
Interface DeliveredRecomendation

Package class diagram package DeliveredRecomendation

public interface DeliveredRecomendation


Method Summary
 Collection<RecommendationDTO> getUnresolvedRecommendations()
           
 RecommendationDTO insertHistoryRecommendation(RecommendationDTO historyRecommendationDTO)
           
 RecommendationDTO insertUnresolvedRecommendation(RecommendationDTO unresolvedRecommendationDTO)
           
 void removeUnresolvedRecommendation(Long idDeliveredRecommendation)
           
 

Method Detail

insertUnresolvedRecommendation

RecommendationDTO insertUnresolvedRecommendation(RecommendationDTO unresolvedRecommendationDTO)

insertHistoryRecommendation

RecommendationDTO insertHistoryRecommendation(RecommendationDTO historyRecommendationDTO)

getUnresolvedRecommendations

Collection<RecommendationDTO> getUnresolvedRecommendations()

removeUnresolvedRecommendation

void removeUnresolvedRecommendation(Long idDeliveredRecommendation)


Copyright © 2013 Cambio. All Rights Reserved.