Uses of Class
com.broadleafcommerce.pricing.client.domain.PriceListRef
Packages that use PriceListRef
Package
Description
-
Uses of PriceListRef in com.broadleafcommerce.pricing.client.domain
Methods in com.broadleafcommerce.pricing.client.domain that return PriceListRefMethods in com.broadleafcommerce.pricing.client.domain with parameters of type PriceListRef -
Uses of PriceListRef in com.broadleafcommerce.pricing.client.domain.context
Fields in com.broadleafcommerce.pricing.client.domain.context with type parameters of type PriceListRefModifier and TypeFieldDescriptionprotected Set<PriceListRef>
PriceInfoContext.priceLists
PriceListRefs
to query for prices for the targets.Methods in com.broadleafcommerce.pricing.client.domain.context that return types with arguments of type PriceListRefModifier and TypeMethodDescriptionPriceInfoContext.getPriceLists()
PriceListRefs
to query for prices for the targets.Method parameters in com.broadleafcommerce.pricing.client.domain.context with type arguments of type PriceListRefModifier and TypeMethodDescriptionvoid
PriceInfoContext.setPriceLists
(Set<PriceListRef> priceLists) PriceListRefs
to query for prices for the targets.