Uses of Interface
com.broadleafcommerce.promotion.offer.service.validation.VoucherOfferUsageValidator
-
Packages that use VoucherOfferUsageValidator Package Description com.broadleafcommerce.promotion.offer.service.validation com.broadleafcommerce.promotion.offer.web.endpoint -
-
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.service.validation
Classes in com.broadleafcommerce.promotion.offer.service.validation that implement VoucherOfferUsageValidator Modifier and Type Class Description classDefaultVoucherOfferUsageValidator -
Uses of VoucherOfferUsageValidator in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as VoucherOfferUsageValidator Modifier and Type Field Description protected VoucherOfferUsageValidatorOfferEngineEndpoint. voucherOfferUsageValidatorConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type VoucherOfferUsageValidator Constructor Description OfferEngineEndpoint(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, OfferEngineService offerEngineService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferCandidateService<? extends Offer> offerCandidateService, OfferUsageValidator offerUsageValidator, OfferCodeUsageValidator offerCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator)
-