Uses of Class
org.broadleafcommerce.core.offer.service.type.OfferAdjustmentType
Packages that use OfferAdjustmentType
Package
Description
-
Uses of OfferAdjustmentType in org.broadleafcommerce.core.offer.domain
Methods in org.broadleafcommerce.core.offer.domain that return OfferAdjustmentTypeModifier and TypeMethodDescriptionOffer.getAdjustmentType()This indicates how an Offer should be fulfilled to the customer, defaulting to order time discount.OfferImpl.getAdjustmentType()Methods in org.broadleafcommerce.core.offer.domain with parameters of type OfferAdjustmentTypeModifier and TypeMethodDescriptionvoidOffer.setAdjustmentType(OfferAdjustmentType adjustmentType) This indicates how an Offer should be fulfilled to the customer, defaulting to order time discount.voidOfferImpl.setAdjustmentType(OfferAdjustmentType adjustmentType) -
Uses of OfferAdjustmentType in org.broadleafcommerce.core.offer.service.type
Fields in org.broadleafcommerce.core.offer.service.type declared as OfferAdjustmentTypeModifier and TypeFieldDescriptionstatic final OfferAdjustmentTypeOfferAdjustmentType.FUTURE_CREDITstatic final OfferAdjustmentTypeOfferAdjustmentType.ORDER_DISCOUNTMethods in org.broadleafcommerce.core.offer.service.type that return OfferAdjustmentTypeModifier and TypeMethodDescriptionstatic OfferAdjustmentTypeOfferAdjustmentType.getInstance(String type)