Uses of Interface
com.broadleafcommerce.promotion.offer.service.validation.OfferUsageValidator
-
Packages that use OfferUsageValidator Package Description com.broadleafcommerce.promotion.offer.service.validation com.broadleafcommerce.promotion.offer.web.endpoint -
-
Uses of OfferUsageValidator in com.broadleafcommerce.promotion.offer.service.validation
Classes in com.broadleafcommerce.promotion.offer.service.validation that implement OfferUsageValidator Modifier and Type Class Description classDefaultOfferUsageValidator -
Uses of OfferUsageValidator in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferUsageValidator Modifier and Type Field Description protected OfferUsageValidatorOfferEngineEndpoint. offerUsageValidatorConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferUsageValidator 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)
-