public interface OfferCodePersister
| Modifier and Type | Method and Description |
|---|---|
int |
persistOfferCodeBatch(OfferCodeGenerationInfo info,
Set<String> currentCodeSet)
Persists a batch of offers in a transaction.
|
List<org.broadleafcommerce.core.offer.domain.OfferCode> |
persistOfferCodes(OfferCodeGenerationInfo info,
Set<String> currentCodeSet) |
int persistOfferCodeBatch(OfferCodeGenerationInfo info, Set<String> currentCodeSet)
info - currentCodeSet - List<org.broadleafcommerce.core.offer.domain.OfferCode> persistOfferCodes(OfferCodeGenerationInfo info, Set<String> currentCodeSet)
Copyright © 2020. All rights reserved.