Interface PromotionCodeService
- All Known Implementing Classes:
PromotionCodeServiceImpl
public interface PromotionCodeService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheckPromotionCode
(String promotionCodeString, List<Entity> articles) @Nullable Entity
getPromotionCodeEntity
(String promotionCodeString) getPromotionCodeLogicForEntity
(Entity entity)
-
Method Details
-
checkPromotionCode
PromotionCodeService.PromotionCodeStatus checkPromotionCode(String promotionCodeString, List<Entity> articles) -
getPromotionCodeEntity
-
getPromotionCodeLogicForEntity
-