Class DeleteQuestionServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.DeleteQuestionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
,GetByIdQuestionAndAnswersResponse> DeleteByIdQuestionsService
@Service
public class DeleteQuestionServiceImpl
extends Object
implements DeleteByIdQuestionsService
Class DeleteQuestionServiceImpl
This class provides the impelemntation of Deleting a Question.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteQuestionServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionmethod process This method is used to delete Question with the help of input argument passed to it.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
DeleteQuestionServiceImpl
@Autowired public DeleteQuestionServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
@SendEvent(eventType="ratingsreviewsservice/deleteByIdQuestion/delete", identifier="request_questionId") public GetByIdQuestionAndAnswersResponse process(RatingsReviewsQAInfoDataRequest input) method process This method is used to delete Question with the help of input argument passed to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
GetByIdQuestionAndAnswersResponse> - Returns:
- GetByIdQuestionAndAnswersResponse The response of the method process is returned in the type of GetByIdQuestionAndAnswersResponse.
-