Uses of Interface
com.broadleafcommerce.promotion.offer.service.validation.VoucherOfferUsageValidator
Package
Description
-
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.service.validation
-
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.web.endpoint
Modifier and TypeFieldDescriptionprotected final VoucherOfferUsageValidator
OfferEngineEndpoint.voucherOfferUsageValidator
ModifierConstructorDescriptionOfferEngineEndpoint
(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)