Uses of Class
de.hybris.platform.warehousing.util.builder.PriceRowBuilder
-
Packages that use PriceRowBuilder Package Description de.hybris.platform.warehousing.util.builder -
-
Uses of PriceRowBuilder in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return PriceRowBuilder Modifier and Type Method Description static PriceRowBuilderPriceRowBuilder. aModel()PriceRowBuilderPriceRowBuilder. withCatalogVersion(CatalogVersionModel catalogVersion)PriceRowBuilderPriceRowBuilder. withCurrency(CurrencyModel currency)PriceRowBuilderPriceRowBuilder. withPrice(java.lang.Double price)PriceRowBuilderPriceRowBuilder. withProduct(ProductModel product)PriceRowBuilderPriceRowBuilder. withProductId(java.lang.String productId)PriceRowBuilderPriceRowBuilder. withUnit(UnitModel unit)PriceRowBuilderPriceRowBuilder. withUser(UserModel user)
-