Uses of Class
com.broadleafcommerce.promotion.offer.domain.SharedCode
-
-
Uses of SharedCode in com.broadleafcommerce.promotion.offer.domain
Methods in com.broadleafcommerce.promotion.offer.domain that return types with arguments of type SharedCode Modifier and Type Method Description Set<SharedCode>Offer. getSharedCodes()TheSharedCodesthat can be used to retrieve this offer.Method parameters in com.broadleafcommerce.promotion.offer.domain with type arguments of type SharedCode Modifier and Type Method Description voidOffer. setSharedCodes(Set<SharedCode> sharedCodes)TheSharedCodesthat can be used to retrieve this offer. -
Uses of SharedCode in com.broadleafcommerce.promotion.offer.provider.jpa.domain
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain that return types with arguments of type SharedCode Modifier and Type Method Description static org.modelmapper.Converter<SharedCode,JpaSharedCode>JpaOffer. sharedCodeValuesToSharedCodeEntities() -
Uses of SharedCode in com.broadleafcommerce.promotion.offer.service.engine.candidate
Methods in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type SharedCode Modifier and Type Method Description protected com.broadleafcommerce.promotion.offer.client.web.context.CodeUsageDefaultOfferUserService. getCodeUses(Offer offer, SharedCode sharedCode, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-