Class PriceInfoContext
java.lang.Object
com.broadleafcommerce.pricing.client.domain.context.PriceInfoContext
- All Implemented Interfaces:
Serializable
DTO data needed when requesting
PriceInfos for PriceableTargets.- Author:
- Chad Harchar (charchar)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected Set<PriceableTarget>PriceableTargetsto be priced.protected Set<PriceListRef>PriceListRefsto query for prices for the targets.protected booleanWhether to excludePriceInfo.getPriceTypeDetails()from the response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanPriceableTargetsto be priced.PriceListRefsto query for prices for the targets.inthashCode()booleanWhether to excludePriceInfo.getPriceTypeDetails()from the response.voidsetPriceableTargets(Set<PriceableTarget> priceableTargets) PriceableTargetsto be priced.voidsetPriceLists(Set<PriceListRef> priceLists) PriceListRefsto query for prices for the targets.voidsetSkipDetails(boolean skipDetails) Whether to excludePriceInfo.getPriceTypeDetails()from the response.toString()
-
Field Details
-
PRICE_INFO_CONTEXT_HEADER
- See Also:
-
priceableTargets
PriceableTargetsto be priced. -
priceLists
PriceListRefsto query for prices for the targets. -
skipDetails
protected boolean skipDetailsWhether to excludePriceInfo.getPriceTypeDetails()from the response.
-
-
Constructor Details
-
PriceInfoContext
public PriceInfoContext()
-
-
Method Details
-
getPriceableTargets
PriceableTargetsto be priced. -
getPriceLists
PriceListRefsto query for prices for the targets. -
isSkipDetails
public boolean isSkipDetails()Whether to excludePriceInfo.getPriceTypeDetails()from the response. -
setPriceableTargets
PriceableTargetsto be priced. -
setPriceLists
PriceListRefsto query for prices for the targets. -
setSkipDetails
public void setSkipDetails(boolean skipDetails) Whether to excludePriceInfo.getPriceTypeDetails()from the response. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-