Uses of Class
de.hybris.platform.europe1.model.PriceRowModel
-
-
Uses of PriceRowModel in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators that return PriceRowModel Modifier and Type Method Description protected PriceRowModelExcelEurope1PricesTypeTranslatorTest. mockPriceRow()Methods in com.hybris.backoffice.excel.translators with parameters of type PriceRowModel Modifier and Type Method Description protected java.lang.StringExcelEurope1PricesTypeTranslator. exportPriceRow(PriceRowModel priceRow)Method parameters in com.hybris.backoffice.excel.translators with type arguments of type PriceRowModel Modifier and Type Method Description java.util.Optional<java.lang.Object>ExcelEurope1PricesTypeTranslator. exportData(java.util.Collection<PriceRowModel> objectToExport) -
Uses of PriceRowModel in com.hybris.backoffice.labels.labelproviders
Methods in com.hybris.backoffice.labels.labelproviders with parameters of type PriceRowModel Modifier and Type Method Description java.lang.StringPriceRowLabelProvider. getDescription(PriceRowModel price)java.lang.StringPriceRowLabelProvider. getIconPath(PriceRowModel price)java.lang.StringPriceRowLabelProvider. getLabel(PriceRowModel priceRow)protected java.lang.StringPriceRowLabelProvider. getPriceLabel(PriceRowModel priceRow)protected java.lang.StringPriceRowLabelProvider. getPriceTypeLabel(PriceRowModel priceRow)protected java.lang.StringPriceRowLabelProvider. getProductLabel(PriceRowModel priceRow)protected java.lang.StringPriceRowLabelProvider. getUserLabel(PriceRowModel priceRow) -
Uses of PriceRowModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return PriceRowModel Modifier and Type Method Description PriceRowModelModelFactory. createPriceRow(CurrencyModel currency, java.lang.Double price, UnitModel unit, ProductModel product, java.lang.Boolean isNet) -
Uses of PriceRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return PriceRowModel Modifier and Type Method Description protected PriceRowModelCatalogUnawareEurope1PricesTest. givenRowForAnyProduct()protected PriceRowModelCatalogUnawareEurope1PricesTest. givenRowForProduct(ProductModel product)protected PriceRowModelCatalogUnawareEurope1PricesTest. givenRowForProductId(java.lang.String productId)Methods in de.hybris.platform.catalog that return types with arguments of type PriceRowModel Modifier and Type Method Description protected java.util.Collection<PriceRowModel>CatalogUnawareEurope1PricesTest. getRowsFrom(ProductModel product)protected java.util.List<PriceRowModel>CatalogUnawareEurope1PricesTest. getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type PriceRowModel Modifier and Type Method Description protected voidCatalogUnawareEurope1PricesTest. assertThatTgtRowMatchSrcRow(PriceRowModel tgtRow, PriceRowModel srcRow) -
Uses of PriceRowModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type PriceRowModel Modifier and Type Method Description protected CatalogVersionModelPriceRowModelLabelProvider. getCatalogVersionModel(PriceRowModel itemModel)protected java.lang.StringPriceRowModelLabelProvider. getIconPath(PriceRowModel item)protected java.lang.StringPriceRowModelLabelProvider. getIconPath(PriceRowModel item, java.lang.String languageIso)protected java.lang.StringPriceRowModelLabelProvider. getItemDescription(PriceRowModel item)protected java.lang.StringPriceRowModelLabelProvider. getItemDescription(PriceRowModel item, java.lang.String languageIso)protected java.lang.StringPriceRowModelLabelProvider. getItemLabel(PriceRowModel priceRow)protected java.lang.StringPriceRowModelLabelProvider. getItemLabel(PriceRowModel priceRow, java.lang.String languageIso) -
Uses of PriceRowModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type PriceRowModel Modifier and Type Method Description protected intProductPriceRangeValueProvider.PriceRangeComparator. compareInstances(PriceRowModel price1, PriceRowModel price2)Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type PriceRowModel Modifier and Type Method Description protected java.lang.StringProductPriceRangeValueProvider. getPriceRangeString(java.util.List<PriceRowModel> allPricesInfos) -
Uses of PriceRowModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Collection<PriceRowModel>ProductModel. getEurope1Prices()Generated method - Getter of theProduct.europe1Pricesdynamic attribute defined at extensioneurope1.java.util.Collection<PriceRowModel>ProductModel. getOwnEurope1Prices()Generated method - Getter of theProduct.ownEurope1Pricesattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.product with type arguments of type PriceRowModel Modifier and Type Method Description voidProductModel. setEurope1Prices(java.util.Collection<PriceRowModel> value)Generated method - Setter ofProduct.europe1Pricesdynamic attribute defined at extensioneurope1.voidProductModel. setOwnEurope1Prices(java.util.Collection<PriceRowModel> value)Generated method - Setter ofProduct.ownEurope1Pricesattribute defined at extensioneurope1. -
Uses of PriceRowModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic that return types with arguments of type PriceRowModel Modifier and Type Method Description protected java.util.Collection<PriceRowModel>ProductEurope1PricesAttributeHandler. getOwnPdtRowModels(ProductModel product)protected java.util.Comparator<PriceRowModel>ProductEurope1PricesAttributeHandler. getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type PriceRowModel Modifier and Type Method Description protected voidProductEurope1PricesAttributeHandler. setOwnPdtRowModels(ProductModel product, java.util.Collection<PriceRowModel> priceRowModels) -
Uses of PriceRowModel in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Comparator<PriceRowModel>DefaultPriceRowInfoMatchComparatorProvider. comparator(PriceValueInfoCriteria criteria)java.util.Comparator<PriceRowModel>DefaultPriceRowValueMatchComparatorProvider. comparator(PriceValueInfoCriteria criteria)Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type PriceRowModel Modifier and Type Method Description intDefaultPriceRowInfoMatchComparatorProvider.PriceRowInfoMatchComparator. compare(PriceRowModel row1, PriceRowModel row2)intDefaultPriceRowValueMatchComparatorProvider.PriceRowValueMatchComparator. compare(PriceRowModel row1, PriceRowModel row2) -
Uses of PriceRowModel in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl with parameters of type PriceRowModel Modifier and Type Method Description PriceInformationDefaultPriceInfoConverter. convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria)PriceValueDefaultPriceValueConverter. convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria)PriceInformationDefaultPriceInfoConverter. createPriceInformation(PriceRowModel row, CurrencyModel currency) -
Uses of PriceRowModel in de.hybris.platform.order.strategies.calculation.pdt.filter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.filter.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Collection<PriceRowModel>DefaultPriceRowInfoFilter. filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)java.util.Collection<PriceRowModel>DefaultPriceRowValueFilter. filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)Method parameters in de.hybris.platform.order.strategies.calculation.pdt.filter.impl with type arguments of type PriceRowModel Modifier and Type Method Description java.util.Collection<PriceRowModel>DefaultPriceRowInfoFilter. filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)java.util.Collection<PriceRowModel>DefaultPriceRowValueFilter. filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria) -
Uses of PriceRowModel in de.hybris.platform.order.strategies.calculation.pdt.postmatcher.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.postmatcher.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description protected java.util.List<PriceRowModel>DefaultPriceInfoPostMatcher. filterPriceRows(java.util.Collection<PriceRowModel> priceRows)Removes price rows from set of matching rows if they will never be applicable.java.util.Collection<PriceRowModel>DefaultPriceInfoPostMatcher. process(java.util.Collection<PriceRowModel> models, PriceValueInfoCriteria criteria)java.util.Collection<PriceRowModel>DefaultPriceValuePostMatcher. process(java.util.Collection<PriceRowModel> models, PriceValueInfoCriteria criteria)Method parameters in de.hybris.platform.order.strategies.calculation.pdt.postmatcher.impl with type arguments of type PriceRowModel Modifier and Type Method Description protected java.util.List<PriceRowModel>DefaultPriceInfoPostMatcher. filterPriceRows(java.util.Collection<PriceRowModel> priceRows)Removes price rows from set of matching rows if they will never be applicable.java.util.Collection<PriceRowModel>DefaultPriceInfoPostMatcher. process(java.util.Collection<PriceRowModel> models, PriceValueInfoCriteria criteria)java.util.Collection<PriceRowModel>DefaultPriceValuePostMatcher. process(java.util.Collection<PriceRowModel> models, PriceValueInfoCriteria criteria) -
Uses of PriceRowModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl with parameters of type PriceRowModel Modifier and Type Method Description protected intPriceRowPrepareInterceptor. calculateMatchValue(PriceRowModel price)Value 9 : P + C 10 10 : 10 8 : PG + C 01 10 : 6 !!! 7 : P + CG 10 01 : 9 6 : PG + CG 01 01 : 5 !!! 5 : P + 10 00 : 8 4 : PG + 01 00 : 4 3 : + C 00 10 : 2 2 : + CG 00 01 : 1 1 : + 00 00 : 0voidPriceRowValidateInterceptor. onValidate(PriceRowModel priceRow, InterceptorContext ctx) -
Uses of PriceRowModel in de.hybris.platform.subscriptionservices.model
Subclasses of PriceRowModel in de.hybris.platform.subscriptionservices.model Modifier and Type Class Description classSubscriptionPricePlanModelGenerated model class for type SubscriptionPricePlan first defined at extension subscriptionservices. -
Uses of PriceRowModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return PriceRowModel Modifier and Type Method Description PriceRowModelPriceRowBuilder. build() -
Uses of PriceRowModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return PriceRowModel Modifier and Type Method Description PriceRowModelPriceRows. CameraPrice(java.lang.String productId)PriceRowModelPriceRows. LensPrice(java.lang.String productId)PriceRowModelPriceRows. MemoryCardPrice(java.lang.String productId)
-