Package com.skava.promotion.service.impl
Class DeletePromotionListServiceImpl
java.lang.Object
com.skava.promotion.service.impl.DeletePromotionListServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PromotionListRequestInternal,
,PromotionListAPIResponse> DeletePromotionListService
@Service
public class DeletePromotionListServiceImpl
extends Object
implements DeletePromotionListService
This class contains functionality to delete the promo code list and list items based on the given request
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method returns Validator ArrayListprocess
(PromotionListRequestInternal request) 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
-
Constructor Details
-
DeletePromotionListServiceImpl
public DeletePromotionListServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="promotionservice/promotionlist/delete", identifier="response_promotionListResponse.collectionId") public PromotionListAPIResponse process(PromotionListRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<PromotionListRequestInternal,
PromotionListAPIResponse>
-
getValidator
@ValidatorEvent(serviceName="promotion", webhookName="promotionservice/validator/promotionlist", actionType="delete") public List<com.skava.core.validation.ValidatorComponent> getValidator()This method returns Validator ArrayList- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PromotionListRequestInternal,
PromotionListAPIResponse>
-