Uses of Interface
com.broadleafcommerce.promotion.offer.service.validation.VoucherOfferUsageValidator
Packages that use VoucherOfferUsageValidator
Package
Description
-
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.service.validation
Classes in com.broadleafcommerce.promotion.offer.service.validation that implement VoucherOfferUsageValidator -
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as VoucherOfferUsageValidatorModifier and TypeFieldDescriptionprotected final VoucherOfferUsageValidator
OfferEngineEndpoint.voucherOfferUsageValidator
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type VoucherOfferUsageValidatorModifierConstructorDescriptionOfferEngineEndpoint
(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, OfferEngineService offerEngineService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferCandidateService<? extends Offer> offerCandidateService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, AuditVerficationProperties auditVerificationProperties)