Uses of Class
de.hybris.platform.timedaccesspromotionengineservices.model.FlashBuyCouponModel
-
Packages that use FlashBuyCouponModel Package Description de.hybris.platform.timedaccesspromotionenginebackoffice.widgets de.hybris.platform.timedaccesspromotionengineservices de.hybris.platform.timedaccesspromotionengineservices.cart.hooks de.hybris.platform.timedaccesspromotionengineservices.daos de.hybris.platform.timedaccesspromotionengineservices.daos.impl de.hybris.platform.timedaccesspromotionengineservices.impl de.hybris.platform.timedaccesspromotionengineservices.interceptor de.hybris.platform.timedaccesspromotionengineservices.model Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.de.hybris.platform.timedaccesspromotionengineservices.order.hooks -
-
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets
Methods in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description protected java.util.function.Predicate<FlashBuyCouponModel>FlashBuyCouponEditorAreaLogicHandler. areCouponsDuplicated(FlashBuyCouponModel currentFlashBuyCoupon)Check if 2 flash-buy coupons' valid period are overlappingMethods in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets with parameters of type FlashBuyCouponModel Modifier and Type Method Description protected java.util.function.Predicate<FlashBuyCouponModel>FlashBuyCouponEditorAreaLogicHandler. areCouponsDuplicated(FlashBuyCouponModel currentFlashBuyCoupon)Check if 2 flash-buy coupons' valid period are overlappingprotected voidFlashBuyCouponEditorAreaLogicHandler. validateProduct(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon)Verify product quantity and coupon overlapsprotected voidFlashBuyCouponEditorAreaLogicHandler. validatePromotionSourceRule(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon)Check if the promotion is available for the flash-buy coupon.If available, then check product(s) quantity for the promotionprotected voidFlashBuyCouponEditorAreaLogicHandler. validateRuleConditions(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices
Methods in de.hybris.platform.timedaccesspromotionengineservices that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description java.util.List<FlashBuyCouponModel>FlashBuyService. getFlashBuyCouponByProduct(ProductModel product)Gets flash buy coupon by productjava.util.Optional<FlashBuyCouponModel>FlashBuyService. getFlashBuyCouponByPromotionCode(java.lang.String code)Gets flash buy coupon by promotion source ruleMethods in de.hybris.platform.timedaccesspromotionengineservices with parameters of type FlashBuyCouponModel Modifier and Type Method Description voidFlashBuyService. createCronJobForFlashBuyCoupon(FlashBuyCouponModel coupon)Create or update cronjob for flash buy coupon to reset max order quantityvoidFlashBuyService. deleteCronJobAndTrigger(FlashBuyCouponModel coupon)Deletes cronjobs for setting and resetting max order quantity and triggered by flash buy couponvoidFlashBuyService. performFlashBuyCronJob(FlashBuyCouponModel coupon)Performs cronjob for flash buy directly -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks
Methods in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description protected java.util.List<FlashBuyCouponModel>DefaultFlashBuyCartValidationHook. getFlashBuyCouponByAppliedCouponCodes(CartModel cart)protected java.util.List<FlashBuyCouponModel>DefaultFlashBuyCartValidationHook. getFlashBuyCouponByAppliedPromotions(CartModel cart) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.daos
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description java.util.List<FlashBuyCouponModel>FlashBuyDao. findFlashBuyCouponByProduct(ProductModel product)Finds flash buy coupon by productjava.util.Optional<FlashBuyCouponModel>FlashBuyDao. findFlashBuyCouponByPromotionCode(java.lang.String promotionCode)Finds FlashBuyCoupon by given promotion code -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.daos.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description java.util.List<FlashBuyCouponModel>DefaultFlashBuyDao. findFlashBuyCouponByProduct(ProductModel product)java.util.Optional<FlashBuyCouponModel>DefaultFlashBuyDao. findFlashBuyCouponByPromotionCode(java.lang.String promotionCode) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.impl that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description java.util.List<FlashBuyCouponModel>DefaultFlashBuyService. getFlashBuyCouponByProduct(ProductModel product)java.util.Optional<FlashBuyCouponModel>DefaultFlashBuyService. getFlashBuyCouponByPromotionCode(java.lang.String code)Methods in de.hybris.platform.timedaccesspromotionengineservices.impl with parameters of type FlashBuyCouponModel Modifier and Type Method Description voidDefaultFlashBuyService. createCronJobForFlashBuyCoupon(FlashBuyCouponModel coupon)protected FlashBuyCronJobModelDefaultFlashBuyService. createFlashBuyCronJob(FlashBuyCouponModel coupon, ServicelayerJobModel job)protected voidDefaultFlashBuyService. createResetMaxQtyJobTrigger(FlashBuyCouponModel coupon, FlashBuyCronJobModel cronJob)protected voidDefaultFlashBuyService. createSetMaxQtyJobTrigger(FlashBuyCouponModel coupon, FlashBuyCronJobModel cronJob)voidDefaultFlashBuyService. deleteCronJobAndTrigger(FlashBuyCouponModel coupon)voidDefaultFlashBuyService. performFlashBuyCronJob(FlashBuyCouponModel coupon) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.interceptor
Methods in de.hybris.platform.timedaccesspromotionengineservices.interceptor with parameters of type FlashBuyCouponModel Modifier and Type Method Description voidFlashBuyCouponCleanUpInterceptor. onRemove(FlashBuyCouponModel coupon, InterceptorContext ctx)Deletes the cronjob after removing a flash buy coupon -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model
Methods in de.hybris.platform.timedaccesspromotionengineservices.model that return FlashBuyCouponModel Modifier and Type Method Description FlashBuyCouponModelFlashBuyCronJobModel. getFlashBuyCoupon()Generated method - Getter of theFlashBuyCronJob.flashBuyCouponattribute defined at extensiontimedaccesspromotionengineservices.Methods in de.hybris.platform.timedaccesspromotionengineservices.model with parameters of type FlashBuyCouponModel Modifier and Type Method Description voidFlashBuyCronJobModel. setFlashBuyCoupon(FlashBuyCouponModel value)Generated method - Setter ofFlashBuyCronJob.flashBuyCouponattribute defined at extensiontimedaccesspromotionengineservices. -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.order.hooks
Methods in de.hybris.platform.timedaccesspromotionengineservices.order.hooks that return types with arguments of type FlashBuyCouponModel Modifier and Type Method Description protected CouponRedemptionStrategy<FlashBuyCouponModel>DefaultFlashBuyCommercePlaceOrderMethodHook. getCouponRedemptionStrategy()Methods in de.hybris.platform.timedaccesspromotionengineservices.order.hooks with parameters of type FlashBuyCouponModel Modifier and Type Method Description protected booleanDefaultFlashBuyCommercePlaceOrderMethodHook. isFlashBuyCouponCompleted(java.lang.String code, FlashBuyCouponModel flashBuyCoupon)Method parameters in de.hybris.platform.timedaccesspromotionengineservices.order.hooks with type arguments of type FlashBuyCouponModel Modifier and Type Method Description voidDefaultFlashBuyCommercePlaceOrderMethodHook. setCouponRedemptionStrategy(CouponRedemptionStrategy<FlashBuyCouponModel> couponRedemptionStrategy)
-