Package com.skava.promotion.service
Interface CreatePromotionService
- All Superinterfaces:
com.skava.core.EcommService<PromotionRequestInternal,
PromotionAPIResponse>
- All Known Implementing Classes:
CreatePromotionServiceImpl
@Service
public interface CreatePromotionService
extends com.skava.core.EcommService<PromotionRequestInternal,PromotionAPIResponse>
This class contains the functionality to create a promotion
- Since:
- 6.0
- Version:
- 7.5
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isValidRequest
(PromotionDO promotionDORequest, PromotionAPIResponse promotionAPIResponse) Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process
-
Method Details
-
isValidRequest
-