Uses of Enum Class
com.broadleafcommerce.promotion.offer.service.dto.OfferNotAppliedReasonEnum
Packages that use OfferNotAppliedReasonEnum
Package
Description
-
Uses of OfferNotAppliedReasonEnum in com.broadleafcommerce.promotion.offer.service
Methods in com.broadleafcommerce.promotion.offer.service with parameters of type OfferNotAppliedReasonEnumModifier and TypeMethodDescriptionprotected com.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
DefaultOfferService.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason) -
Uses of OfferNotAppliedReasonEnum in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return OfferNotAppliedReasonEnumModifier and TypeMethodDescriptionstatic OfferNotAppliedReasonEnum
Returns the enum constant of this class with the specified name.static OfferNotAppliedReasonEnum[]
OfferNotAppliedReasonEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type OfferNotAppliedReasonEnumModifier and TypeMethodDescriptionprotected com.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
OfferProcessingContext.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason, com.broadleafcommerce.common.extension.TypeFactory offerFactory, org.springframework.context.MessageSource messageSource) -
Uses of OfferNotAppliedReasonEnum in com.broadleafcommerce.promotion.offer.service.engine.application.processor.helper
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor.helper with parameters of type OfferNotAppliedReasonEnumModifier and TypeMethodDescriptioncom.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
DefaultOrderAndItemOfferHelper.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason) com.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
OrderAndItemOfferHelper.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason) Returns the CodeResponse built from the suppliedOfferNotAppliedReasonEnum
. -
Uses of OfferNotAppliedReasonEnum in com.broadleafcommerce.promotion.offer.service.engine.application.processor.helper.item
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor.helper.item with parameters of type OfferNotAppliedReasonEnumModifier and TypeMethodDescriptionprotected com.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
DefaultQualifierAndTargetMarker.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason) -
Uses of OfferNotAppliedReasonEnum in com.broadleafcommerce.promotion.offer.service.engine.candidate
Methods in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferNotAppliedReasonEnumModifier and TypeMethodDescriptionprotected com.broadleafcommerce.promotion.offer.client.web.context.discounts.CodeResponse
DefaultOfferCandidateService.createCodeResponse
(OfferNotAppliedReasonEnum notUsedReason)