Package com.skava.ratingandreviews.web
Class QnAWebDependencies
java.lang.Object
com.skava.ratingandreviews.web.QnAWebDependencies
Class QnAWebDependencies
This class is the Question and Answer Dependencies class contains all service class implementations.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionQnAWebDependencies
(CreateRatingQuestionsAndAnswersService createRatingQuestionsAndAnswersService, FindbyIdQuestionsAndAnswersService findbyIdQuestionsAndAnswersService, UpdateAllAnswersForQuestion updateAllAnswersForQuestion, CreateRatingAnswersForQuestionService createRatingAnswersForQuestionService) -
Method Summary
-
Constructor Details
-
QnAWebDependencies
@Autowired public QnAWebDependencies(CreateRatingQuestionsAndAnswersService createRatingQuestionsAndAnswersService, FindbyIdQuestionsAndAnswersService findbyIdQuestionsAndAnswersService, UpdateAllAnswersForQuestion updateAllAnswersForQuestion, CreateRatingAnswersForQuestionService createRatingAnswersForQuestionService)
-