Uses of Interface
com.broadleafcommerce.promotion.offer.service.validation.OfferAndOfferCodeUsageValidator
Package
Description
-
Uses of OfferAndOfferCodeUsageValidator in com.broadleafcommerce.promotion.offer.service.validation
-
Uses of OfferAndOfferCodeUsageValidator in com.broadleafcommerce.promotion.offer.web.endpoint
Modifier and TypeFieldDescriptionprotected final OfferAndOfferCodeUsageValidator
OfferEngineEndpoint.offerandOfferCodeUsageValidator
protected final OfferAndOfferCodeUsageValidator
SharedCodeAuditSummaryEndpoint.offerandOfferCodeUsageValidator
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) SharedCodeAuditSummaryEndpoint
(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, AuditVerficationProperties auditVerificationProperties)