Uses of Class
org.broadleafcommerce.core.offer.service.type.CustomerMaxUsesStrategyType
Packages that use CustomerMaxUsesStrategyType
Package
Description
-
Uses of CustomerMaxUsesStrategyType in org.broadleafcommerce.core.offer.domain
Methods in org.broadleafcommerce.core.offer.domain that return CustomerMaxUsesStrategyTypeModifier and TypeMethodDescriptionOffer.getMaxUsesStrategyType()Enum that allows implementations to vary how customer max uses will be interpreted.OfferImpl.getMaxUsesStrategyType()Methods in org.broadleafcommerce.core.offer.domain with parameters of type CustomerMaxUsesStrategyTypeModifier and TypeMethodDescriptionvoidOffer.setMaxUsesStrategyType(CustomerMaxUsesStrategyType strategyType) Sets the strategy for determining customer max uses.voidOfferImpl.setMaxUsesStrategyType(CustomerMaxUsesStrategyType strategyType) -
Uses of CustomerMaxUsesStrategyType in org.broadleafcommerce.core.offer.service.type
Fields in org.broadleafcommerce.core.offer.service.type declared as CustomerMaxUsesStrategyTypeModifier and TypeFieldDescriptionstatic final CustomerMaxUsesStrategyTypeCustomerMaxUsesStrategyType.ACCOUNTstatic final CustomerMaxUsesStrategyTypeCustomerMaxUsesStrategyType.CUSTOMERMethods in org.broadleafcommerce.core.offer.service.type that return CustomerMaxUsesStrategyTypeModifier and TypeMethodDescriptionstatic CustomerMaxUsesStrategyTypeCustomerMaxUsesStrategyType.getInstance(String type)