Class PricingCacheSizeProperties
java.lang.Object
com.broadleafcommerce.pricing.cache.PricingCacheSizeProperties
@ConfigurationProperties("broadleaf.pricing.cache.sizes")
public class PricingCacheSizeProperties
extends Object
Properties that influence cache estimated size settings for the service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizeinthashCode()voidsetFeeByApplication(org.springframework.util.unit.DataSize feeByApplication) voidsetPriceDataByTargetDtosAndPriceList(org.springframework.util.unit.DataSize priceDataByTargetDtosAndPriceList) voidsetPriceListByCurrency(org.springframework.util.unit.DataSize priceListByCurrency) voidsetPriceListByPriceList(org.springframework.util.unit.DataSize priceListByPriceList) voidsetPriceListByUser(org.springframework.util.unit.DataSize priceListByUser) voidsetPriceListByVendorAndCurrency(org.springframework.util.unit.DataSize priceListByVendorAndCurrency) toString()
-
Constructor Details
-
PricingCacheSizeProperties
public PricingCacheSizeProperties()
-
-
Method Details
-
getPriceListByCurrency
public org.springframework.util.unit.DataSize getPriceListByCurrency() -
getPriceListByVendorAndCurrency
public org.springframework.util.unit.DataSize getPriceListByVendorAndCurrency() -
getPriceListByPriceList
public org.springframework.util.unit.DataSize getPriceListByPriceList() -
getPriceDataByTargetDtosAndPriceList
public org.springframework.util.unit.DataSize getPriceDataByTargetDtosAndPriceList() -
getPriceListByUser
public org.springframework.util.unit.DataSize getPriceListByUser() -
getFeeByApplication
public org.springframework.util.unit.DataSize getFeeByApplication() -
setPriceListByCurrency
public void setPriceListByCurrency(org.springframework.util.unit.DataSize priceListByCurrency) -
setPriceListByVendorAndCurrency
public void setPriceListByVendorAndCurrency(org.springframework.util.unit.DataSize priceListByVendorAndCurrency) -
setPriceListByPriceList
public void setPriceListByPriceList(org.springframework.util.unit.DataSize priceListByPriceList) -
setPriceDataByTargetDtosAndPriceList
public void setPriceDataByTargetDtosAndPriceList(org.springframework.util.unit.DataSize priceDataByTargetDtosAndPriceList) -
setPriceListByUser
public void setPriceListByUser(org.springframework.util.unit.DataSize priceListByUser) -
setFeeByApplication
public void setFeeByApplication(org.springframework.util.unit.DataSize feeByApplication) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-