Uses of Class
de.hybris.platform.europe1.model.PriceRowModel
Packages that use PriceRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of PriceRowModel in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators that return PriceRowModelModifier and TypeMethodDescriptionprotected PriceRowModelExcelEurope1PricesTypeTranslatorTest.mockPriceRow()Methods in com.hybris.backoffice.excel.translators with parameters of type PriceRowModelModifier and TypeMethodDescriptionprotected StringExcelEurope1PricesTypeTranslator.exportPriceRow(PriceRowModel priceRow) Method parameters in com.hybris.backoffice.excel.translators with type arguments of type PriceRowModelModifier and TypeMethodDescriptionExcelEurope1PricesTypeTranslator.exportData(Collection<PriceRowModel> objectToExport) -
Uses of PriceRowModel in com.hybris.backoffice.labels.labelproviders
Methods in com.hybris.backoffice.labels.labelproviders with parameters of type PriceRowModelModifier and TypeMethodDescriptionPriceRowLabelProvider.getDescription(PriceRowModel price) PriceRowLabelProvider.getIconPath(PriceRowModel price) PriceRowLabelProvider.getLabel(PriceRowModel priceRow) protected StringPriceRowLabelProvider.getPriceLabel(PriceRowModel priceRow) protected StringPriceRowLabelProvider.getPriceTypeLabel(PriceRowModel priceRow) protected StringPriceRowLabelProvider.getProductLabel(PriceRowModel priceRow) protected StringPriceRowLabelProvider.getUserLabel(PriceRowModel priceRow) -
Uses of PriceRowModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return PriceRowModelModifier and TypeMethodDescriptionModelFactory.createPriceRow(CurrencyModel currency, Double price, UnitModel unit, ProductModel product, Boolean isNet) -
Uses of PriceRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return PriceRowModelModifier and TypeMethodDescriptionprotected PriceRowModelCatalogUnawareEurope1PricesTest.givenRowForAnyProduct()protected PriceRowModelCatalogUnawareEurope1PricesTest.givenRowForProduct(ProductModel product) protected PriceRowModelCatalogUnawareEurope1PricesTest.givenRowForProductId(String productId) Methods in de.hybris.platform.catalog that return types with arguments of type PriceRowModelModifier and TypeMethodDescriptionprotected Collection<PriceRowModel>CatalogUnawareEurope1PricesTest.getRowsFrom(ProductModel product) protected List<PriceRowModel>CatalogUnawareEurope1PricesTest.getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type PriceRowModelModifier and TypeMethodDescriptionprotected 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 PriceRowModelModifier and TypeMethodDescriptionprotected CatalogVersionModelPriceRowModelLabelProvider.getCatalogVersionModel(PriceRowModel itemModel) protected StringPriceRowModelLabelProvider.getIconPath(PriceRowModel item) protected StringPriceRowModelLabelProvider.getIconPath(PriceRowModel item, String languageIso) protected StringPriceRowModelLabelProvider.getItemDescription(PriceRowModel item) protected StringPriceRowModelLabelProvider.getItemDescription(PriceRowModel item, String languageIso) protected StringPriceRowModelLabelProvider.getItemLabel(PriceRowModel priceRow) protected StringPriceRowModelLabelProvider.getItemLabel(PriceRowModel priceRow, 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 PriceRowModelModifier and TypeMethodDescriptionprotected intProductPriceRangeValueProvider.PriceRangeComparator.compareInstances(PriceRowModel price1, PriceRowModel price2) Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type PriceRowModelModifier and TypeMethodDescriptionprotected StringProductPriceRangeValueProvider.getPriceRangeString(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 PriceRowModelModifier and TypeMethodDescriptionProductModel.getEurope1Prices()Generated method - Getter of theProduct.europe1Pricesdynamic attribute defined at extensioneurope1.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 PriceRowModelModifier and TypeMethodDescriptionvoidProductModel.setEurope1Prices(Collection<PriceRowModel> value) Generated method - Setter ofProduct.europe1Pricesdynamic attribute defined at extensioneurope1.voidProductModel.setOwnEurope1Prices(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 PriceRowModelModifier and TypeMethodDescriptionprotected Collection<PriceRowModel>ProductEurope1PricesAttributeHandler.getOwnPdtRowModels(ProductModel product) protected Comparator<PriceRowModel>ProductEurope1PricesAttributeHandler.getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type PriceRowModelModifier and TypeMethodDescriptionprotected voidProductEurope1PricesAttributeHandler.setOwnPdtRowModels(ProductModel product, 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 PriceRowModelModifier and TypeMethodDescriptionDefaultPriceRowInfoMatchComparatorProvider.comparator(PriceValueInfoCriteria criteria) DefaultPriceRowValueMatchComparatorProvider.comparator(PriceValueInfoCriteria criteria) Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type PriceRowModelModifier and TypeMethodDescriptionintDefaultPriceRowInfoMatchComparatorProvider.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 PriceRowModelModifier and TypeMethodDescriptionDefaultPriceInfoConverter.convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria) DefaultPriceValueConverter.convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria) final 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 PriceRowModelModifier and TypeMethodDescriptionDefaultPriceRowInfoFilter.filter(Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria) DefaultPriceRowValueFilter.filter(Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria) Method parameters in de.hybris.platform.order.strategies.calculation.pdt.filter.impl with type arguments of type PriceRowModelModifier and TypeMethodDescriptionDefaultPriceRowInfoFilter.filter(Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria) DefaultPriceRowValueFilter.filter(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 PriceRowModelModifier and TypeMethodDescriptionprotected List<PriceRowModel>DefaultPriceInfoPostMatcher.filterPriceRows(Collection<PriceRowModel> priceRows) Removes price rows from set of matching rows if they will never be applicable.DefaultPriceInfoPostMatcher.process(Collection<PriceRowModel> models, PriceValueInfoCriteria criteria) DefaultPriceValuePostMatcher.process(Collection<PriceRowModel> models, PriceValueInfoCriteria criteria) Method parameters in de.hybris.platform.order.strategies.calculation.pdt.postmatcher.impl with type arguments of type PriceRowModelModifier and TypeMethodDescriptionprotected List<PriceRowModel>DefaultPriceInfoPostMatcher.filterPriceRows(Collection<PriceRowModel> priceRows) Removes price rows from set of matching rows if they will never be applicable.DefaultPriceInfoPostMatcher.process(Collection<PriceRowModel> models, PriceValueInfoCriteria criteria) DefaultPriceValuePostMatcher.process(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 PriceRowModelModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeClassDescriptionclassGenerated 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 -
Uses of PriceRowModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return PriceRowModelModifier and TypeMethodDescriptionPriceRows.CameraPrice(String productId) PriceRows.MemoryCardPrice(String productId)