Uses of Class
org.bhn.promotion.voucherify.model.WebhookRequest.WebhookModel.BaseModel
Packages that use WebhookRequest.WebhookModel.BaseModel
Package
Description
Provides the classes to convert between different object types for PIMCore
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of WebhookRequest.WebhookModel.BaseModel in org.bhn.promotion.voucherify.mapper
Methods in org.bhn.promotion.voucherify.mapper with parameters of type WebhookRequest.WebhookModel.BaseModelModifier and TypeMethodDescriptionvoidPimcorePromotionModelMapper.updatePimcorePromotionModelFromPromotion(WebhookRequest.WebhookModel.BaseModel webhookModel, PimcorePromotionModel pimcorePromotionModel) Updates the specifiedPimcorePromotionModelinstance with values from a givenWebhookRequest.WebhookModel.BaseModelwebhook model.voidPimcorePromotionModelMapperImpl.updatePimcorePromotionModelFromPromotion(WebhookRequest.WebhookModel.BaseModel webhookModel, PimcorePromotionModel pimcorePromotionModel) -
Uses of WebhookRequest.WebhookModel.BaseModel in org.bhn.promotion.voucherify.service
Methods in org.bhn.promotion.voucherify.service with parameters of type WebhookRequest.WebhookModel.BaseModelModifier and TypeMethodDescriptionvoidVoucherifyCampaignService.createOrUpdateCampaignBudget(@Valid WebhookRequest.WebhookModel.BaseModel campaignModel, PimcorePromotionModel pimcorePromotionModel) Create or Updates the campaign budget and processes the associated validation rules.voidVoucherifyPromotionTierService.createOrUpdatePromotionTier(WebhookRequest.WebhookModel.BaseModel promotionTier, PimcorePromotionModel pimcorePromotionModel) Creates or updates aPimcorePromotionModelbased on the providedWebhookRequest.WebhookModel.BaseModelresponse.voidVoucherifyVoucherService.deleteVoucher(WebhookRequest.WebhookModel.BaseModel voucher, PimcorePromotionModel pimcorePromotionModel) Marks a voucher as deleted based on the providedWebhookRequest.WebhookModel.BaseModelmodel.voidVoucherifyPromotionTierService.enableOrDisablePromotionTier(WebhookRequest.WebhookModel.BaseModel promotionTier, PimcorePromotionModel pimcorePromotionModel) Enables or disables a promotion based on the providedWebhookRequest.WebhookModel.BaseModel.voidVoucherifyVoucherService.enableOrDisableVoucher(WebhookRequest.WebhookModel.BaseModel voucher, PimcorePromotionModel pimcorePromotionModel) Enables or disables a voucher based on the providedWebhookRequest.WebhookModel.BaseModel.