Uses of Class
de.hybris.platform.europe1.model.PriceRowModel
-
-
Uses of PriceRowModel in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type PriceRowModel Modifier and Type Class Description classTmaBasicPricePopulator<SOURCE extends PriceRowModel,TARGET extends PriceData>PopulatesPriceDatabased onPriceRowModel.classTmaSppOneTimeChargePopulator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>Deprecated.since 2007 because Subscription Price Price Model will not be used and it is replaced with Price RowclassTmaSppRecurringChargePopulator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>Deprecated.since 2007 because Subscription Price Price Model will not be used and it is replaced with Price RowclassTmaSppUsageChargePopulator<SOURCE extends PriceRowModel,TARGET extends SubscriptionPricePlanData>Deprecated.since 2007 because Subscription Price Price Model will not be used and it is replaced with Price RowMethods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type PriceRowModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData>TmaProductOfferingPricesPopulator. getTmaPriceDataConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData>TmaProductOfferingPricesPopulator. getTmaSubscriptionPricePlanConverter()Deprecated.since 2007Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type PriceRowModel Modifier and Type Method Description voidTmaSubscriptionPricePlanPopulator. populate(PriceRowModel source, SubscriptionPricePlanData target)Deprecated.Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type PriceRowModel Modifier and Type Method Description protected java.util.List<SubscriptionPricePlanData>TmaProductOfferingPricesPopulator. getProductOfferingPrices(java.util.Collection<PriceRowModel> priceRowModels)voidTmaProductOfferingPricesPopulator. setTmaSubscriptionPricePlanConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData> tmaSubscriptionPricePlanConverter)Deprecated.since 2007Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type PriceRowModel Constructor Description TmaProductOfferingPricesPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> tmaPriceDataConverter) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcofacades.price.converters
Classes in de.hybris.platform.b2ctelcofacades.price.converters with type parameters of type PriceRowModel Modifier and Type Class Description classTmaPriceRowContextPopulator<SOURCE extends PriceRowModel,TARGET extends PriceData>PopulatesPriceDatacontext attributes based onPriceRowModel.Methods in de.hybris.platform.b2ctelcofacades.price.converters that return types with arguments of type PriceRowModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData>TmaProductPricePopulator. getPriceDataConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.price.converters with type arguments of type PriceRowModel Constructor Description TmaProductPricePopulator(de.hybris.platform.servicelayer.i18n.CommonI18NService i18NService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> priceDataConverter) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcofacades.price.impl
Methods in de.hybris.platform.b2ctelcofacades.price.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData>DefaultTmaPriceFacade. getPriceDataConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData>DefaultTmaPriceFacade. getSubscriptionPricePlanConverter()Deprecated.since 2007.de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData>DefaultTmaPriceOverrideFacade. getSubscriptionPricePlanConverter()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2ctelcofacades.price.impl with type arguments of type PriceRowModel Modifier and Type Method Description voidDefaultTmaPriceFacade. setSubscriptionPricePlanConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData> subscriptionPricePlanConverter)Deprecated.since 2007.voidDefaultTmaPriceOverrideFacade. setSubscriptionPricePlanConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData> subscriptionPricePlanConverter)Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in de.hybris.platform.b2ctelcofacades.price.impl with type arguments of type PriceRowModel Constructor Description DefaultTmaPriceFacade(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> priceDataConverter) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcofacades.product.impl
Methods in de.hybris.platform.b2ctelcofacades.product.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description protected java.util.List<PriceRowModel>DefaultTmaProductOfferFacade. getPriceRowModels(java.lang.String poCode, TmaPriceContextData priceContext, TmaProductOfferingModel productOffering)protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData>TmaProductOfferCpFacade. getTmaPriceDataConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData>DefaultTmaProductOfferFacade. getTmaSubscriptionPricePlanConverter()Method parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type PriceRowModel Modifier and Type Method Description voidDefaultTmaProductOfferFacade. setTmaSubscriptionPricePlanConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,SubscriptionPricePlanData> tmaSubscriptionPricePlanConverter)Constructor parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type PriceRowModel Constructor Description TmaProductOfferCpFacade(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> tmaPriceDataConverter) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Classes in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type parameters of type PriceRowModel Modifier and Type Class Description classTmaPriceDataProductOfferingPricePopulator<SOURCE extends PriceRowModel,TARGET extends PriceData>Populates the productOfferingPrice onPriceDatafromPriceRowModel -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing
Methods in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing with parameters of type PriceRowModel Modifier and Type Method Description ProductModelTmaSpoSource. getProduct(PriceRowModel price)Resolves Solr Property for the spo-TmaSimpleProductOfferingModelgiven anPriceRowModel. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver
Methods in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver with parameters of type PriceRowModel Modifier and Type Method Description protected voidTmaPriceTermResolver. addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, IndexedProperty prop, PriceRowModel price, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverCtx)protected voidTmaSppKeywordsResolver. addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument document, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, IndexedProperty indexedProp, PriceRowModel price, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> context)java.lang.DoubleTmaChargeValueSource. getPrice(PriceRowModel price, java.lang.String valueProviderParameter)java.lang.DoubleTmaOneTimeChargeSource. getPrice(PriceRowModel price, java.lang.String param)java.lang.DoubleTmaRecurrentChargeSource. getPrice(PriceRowModel price, java.lang.String param)voidTmaChargeResolver. resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, java.util.Collection<IndexedProperty> props, PriceRowModel priceRow)voidTmaPriceChannelResolver. resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, java.util.Collection<IndexedProperty> props, PriceRowModel price)voidTmaPriceCodeResolver. resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, java.util.Collection<IndexedProperty> props, PriceRowModel price)voidTmaPriceProcessResolver. resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, java.util.Collection<IndexedProperty> props, PriceRowModel price) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Set<PriceRowModel>TmaSubscriptionPricePlanDao. filterPricesForContext(TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 2003.java.util.Set<PriceRowModel>TmaSubscriptionPricePlanDao. findAllApplicablePricesForContext(TmaPriceContext priceContext)Retrieves allPriceRowModels which may be applicable for the context and the {@param priceContext#product} given, be it either the stand alone price of the product or a price override for which the {@param priceContext#product} represents thegetAffectedProductOffering()of the price.java.util.Set<PriceRowModel>TmaSubscriptionPricePlanDao. findApplicablePriceRows(TmaPriceContext priceContext)Deprecated.since 2007. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description protected java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. filterAfterRequiredProducts(java.util.Set<PriceRowModel> priceRows, java.util.Set<ProductModel> requiredProducts)Returns the price rows on which the required products set match the required products sent as parameter, otherwise returns the price rows on which the required price class set match the required price class retrieved from the required products sentprotected java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. filterPriceRows(TmaPriceContext priceContext)Deprecated.since 2003.java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. filterPricesForContext(TmaPriceContext priceContext)java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. findAllApplicablePricesForContext(TmaPriceContext priceContext)java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. findApplicablePriceRows(TmaPriceContext priceContext)protected java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. findPriceRows(TmaPriceContext priceContext, boolean typeExclusive)Retrieves all instances ofPriceRowModels exclusively if type exclusive is true otherwise all instances ofPriceRowModels and subtypes, for the {@param priceContext} provided.Method parameters in de.hybris.platform.b2ctelcoservices.daos.impl with type arguments of type PriceRowModel Modifier and Type Method Description protected java.util.Set<PriceRowModel>DefaultTmaSubscriptionPricePlanDao. filterAfterRequiredProducts(java.util.Set<PriceRowModel> priceRows, java.util.Set<ProductModel> requiredProducts)Returns the price rows on which the required products set match the required products sent as parameter, otherwise returns the price rows on which the required price class set match the required price class retrieved from the required products sent -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.dataimport.batch.price
Methods in de.hybris.platform.b2ctelcoservices.dataimport.batch.price that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.List<PriceRowModel>TmaPriceRowImportAdapter. performImport(java.lang.String cellValue, de.hybris.platform.jalo.Item processedItem)Import aPriceRowModel. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.dataimport.batch.price.impl
Methods in de.hybris.platform.b2ctelcoservices.dataimport.batch.price.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.List<PriceRowModel>DefaultTmaPriceRowImportAdapter. performImport(java.lang.String cellValue, de.hybris.platform.jalo.Item processedItem)Method parameters in de.hybris.platform.b2ctelcoservices.dataimport.batch.price.impl with type arguments of type PriceRowModel Modifier and Type Method Description protected booleanDefaultTmaPriceRowImportAdapter. processItem(java.lang.String token, de.hybris.platform.jalo.Item forItem, java.util.List<PriceRowModel> col, boolean append, boolean allowNull) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors with parameters of type PriceRowModel Modifier and Type Method Description voidTmaPriceValuePrepareInterceptor. onPrepare(PriceRowModel priceRowModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Set<PriceRowModel>TmaProductPriceClassModel. getPricePlans()Generated method - Getter of theTmaProductPriceClass.pricePlansattribute defined at extensionb2ctelcoservices.java.util.Set<PriceRowModel>TmaProductOfferingPriceModel. getPriceRows()Generated method - Getter of theTmaProductOfferingPrice.priceRowsattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type PriceRowModel Modifier and Type Method Description voidTmaProductPriceClassModel. setPricePlans(java.util.Set<PriceRowModel> value)Generated method - Setter ofTmaProductPriceClass.pricePlansattribute defined at extensionb2ctelcoservices.voidTmaProductOfferingPriceModel. setPriceRows(java.util.Set<PriceRowModel> value)Generated method - Setter ofTmaProductOfferingPrice.priceRowsattribute defined at extensionb2ctelcoservices. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.order.impl
Methods in de.hybris.platform.b2ctelcoservices.order.impl with parameters of type PriceRowModel Modifier and Type Method Description protected TmaCartSubscriptionInfoModelTmaCommerceAddToCartStrategy. createSubscriptionInfo(PriceRowModel minimumPrice)Creates a newTmaCartSubscriptionInfoModelbased on the information retrieved from the minimum identified price. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.comparator
Methods in de.hybris.platform.b2ctelcoservices.pricing.comparator with parameters of type PriceRowModel Modifier and Type Method Description protected intPriceRowModelComparator. compareInstances(PriceRowModel instance1, PriceRowModel instance2)Deprecated.protected intPriceRowModelComparator. comparePriceRowToSubscriptionPricePlan(PriceRowModel instance1, SubscriptionPricePlanModel instance2)Deprecated.protected intPriceRowModelComparator. compareSubscriptionPricePlanToPriceRow(SubscriptionPricePlanModel instance1, PriceRowModel instance2)Deprecated. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.factory
Methods in de.hybris.platform.b2ctelcoservices.pricing.factory that return PriceRowModel Modifier and Type Method Description PriceRowModelTmaEurope1PriceFactory. getPriceRow(ProductModel productModel, TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 1903.Methods in de.hybris.platform.b2ctelcoservices.pricing.factory with parameters of type PriceRowModel Modifier and Type Method Description java.lang.DoubleTmaEurope1PriceFactory. getValueForPrice(PriceRowModel price)Deprecated, for removal: This API element is subject to removal in a future version.since 1903. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.factory.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.factory.impl that return PriceRowModel Modifier and Type Method Description PriceRowModelDefaultTmaEurope1PriceFactory. getPriceRow(ProductModel productModel, TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2ctelcoservices.pricing.factory.impl with parameters of type PriceRowModel Modifier and Type Method Description java.lang.DoubleDefaultTmaEurope1PriceFactory. getValueForPrice(PriceRowModel price)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.services
Methods in de.hybris.platform.b2ctelcoservices.pricing.services that return PriceRowModel Modifier and Type Method Description PriceRowModelTmaCommercePriceService. getBestApplicablePrice(TmaPriceContext priceContext)Retrieves the bestPriceRowModelapplicable for the given context, be it either the standalone price of the offering or a price override.PriceRowModelTmaCommercePriceService. getBestApplicablePrice(AbstractOrderEntryModel orderEntryModel)Retrieves the bestPriceRowModelapplicable for the given {@param orderEntryModel}, considering the context in which the offering has been bought (either standalone or as part of a bundle).PriceRowModelTmaCommercePriceService. getMinimumPrice(TmaPriceContext priceContext)Deprecated.since 2007.PriceRowModelTmaCommercePriceService. getMinimumPrice(AbstractOrderEntryModel orderEntryModel)Deprecated.since 2007.PriceRowModelTmaCommercePriceService. getStandAlonePriceForSpo(ProductModel productOfferingModel, TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 1903.PriceRowModelTmaPriceSelector. selectPrice(java.util.Set<PriceRowModel> standAlonePrices, java.util.Set<PriceRowModel> priceOverrides)Selects a price from the given input pricesMethods in de.hybris.platform.b2ctelcoservices.pricing.services that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Set<PriceRowModel>TmaCommercePriceService. filterPricesbyPriceContext(TmaPriceContext priceContext)Retrieves all instances ofPriceRowModels andSubscriptionPricePlanModels for the {@param priceContextData} and {@param productModel} provided.Method parameters in de.hybris.platform.b2ctelcoservices.pricing.services with type arguments of type PriceRowModel Modifier and Type Method Description PriceRowModelTmaPriceSelector. selectPrice(java.util.Set<PriceRowModel> standAlonePrices, java.util.Set<PriceRowModel> priceOverrides)Selects a price from the given input prices -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.services.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.services.impl that return PriceRowModel Modifier and Type Method Description PriceRowModelDefaultTmaCommercePriceService. getBestApplicablePrice(TmaPriceContext priceContext)PriceRowModelDefaultTmaCommercePriceService. getBestApplicablePrice(AbstractOrderEntryModel orderEntryModel)PriceRowModelDefaultTmaCommercePriceService. getMinimumPrice(TmaPriceContext priceContext)PriceRowModelDefaultTmaCommercePriceService. getMinimumPrice(AbstractOrderEntryModel orderEntryModel)PriceRowModelDefaultTmaCommercePriceService. getStandAlonePriceForSpo(ProductModel productOfferingModel, TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 1903PriceRowModelDefaultTmaHighestPriorityPriceSelector. selectPrice(java.util.Set<PriceRowModel> standalonePrices, java.util.Set<PriceRowModel> priceOverrides)PriceRowModelDefaultTmaMinimumPriceSelector. selectPrice(java.util.Set<PriceRowModel> standalonePrices, java.util.Set<PriceRowModel> priceOverrides)Deprecated.Methods in de.hybris.platform.b2ctelcoservices.pricing.services.impl that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Set<PriceRowModel>DefaultTmaCommercePriceService. filterPricesbyPriceContext(TmaPriceContext priceContext)protected java.util.Set<PriceRowModel>DefaultTmaCommercePriceService. getStandalonePrices(TmaPriceContext priceContext)Method parameters in de.hybris.platform.b2ctelcoservices.pricing.services.impl with type arguments of type PriceRowModel Modifier and Type Method Description PriceRowModelDefaultTmaHighestPriorityPriceSelector. selectPrice(java.util.Set<PriceRowModel> standalonePrices, java.util.Set<PriceRowModel> priceOverrides)PriceRowModelDefaultTmaMinimumPriceSelector. selectPrice(java.util.Set<PriceRowModel> standalonePrices, java.util.Set<PriceRowModel> priceOverrides)Deprecated. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry with parameters of type PriceRowModel Modifier and Type Method Description java.util.List<TmaAbstractOrderPriceModel>DefaultTmaAbstractOrderEntryPriceBuilder. buildPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderEntryPriceBuilder. buildPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Builds a list ofTmaAbstractOrderPriceModelfor the given param.protected abstract java.util.List<TmaAbstractOrderPriceModel>DefaultTmaAbstractOrderEntryPriceBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Creates a list ofTmaAbstractOrderPriceModelbased on the param.protected abstract booleanDefaultTmaAbstractOrderEntryPriceBuilder. shouldCreatePrices(PriceRowModel price)Verify is the list of prices for order entry should be created -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry.impl with parameters of type PriceRowModel Modifier and Type Method Description protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderOneTimeChargePriceBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Deprecated.protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderPriceValueBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Deprecated.protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderProductOfferingPriceBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderRecurringChargePriceBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Deprecated.protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderUsageChargePriceBuilder. createPrices(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Deprecated.protected java.util.List<TmaAbstractOrderPriceModel>TmaAbstractOrderOneTimeChargePriceBuilder. createPricesForPriceRow(PriceRowModel price, AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Deprecated.since 2007.protected booleanTmaAbstractOrderOneTimeChargePriceBuilder. shouldCreatePrices(PriceRowModel price)Deprecated.protected booleanTmaAbstractOrderPriceValueBuilder. shouldCreatePrices(PriceRowModel price)Deprecated.protected booleanTmaAbstractOrderProductOfferingPriceBuilder. shouldCreatePrices(PriceRowModel price)protected booleanTmaAbstractOrderRecurringChargePriceBuilder. shouldCreatePrices(PriceRowModel price)Deprecated.protected booleanTmaAbstractOrderUsageChargePriceBuilder. shouldCreatePrices(PriceRowModel price)Deprecated. -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl with parameters of type PriceRowModel Modifier and Type Method Description protected voidTmaPriceRegionResolver. addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, IndexedProperty prop, PriceRowModel priceRow, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverCtx) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.pricing
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.pricing with parameters of type PriceRowModel Modifier and Type Method Description protected voidTmaPricePriorityValueResolver. addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument inputDocument, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext indexerBatchContext, IndexedProperty indexedProperty, PriceRowModel priceRowModel, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> valueResolverContext)protected voidTmaProductOfferingPriceValueResolver. addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument inputDocument, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext indexerBatchContext, IndexedProperty indexedProperty, PriceRowModel priceRowModel, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> valueResolverContext) -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return PriceRowModel Modifier and Type Method Description PriceRowModelTmaPriceOverrideService. getMinimumApplicablePriceForContext(TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 1903.PriceRowModelTmaPriceOverrideService. getMinimumPriceForContext(TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.since 1903.PriceRowModelTmaPriceOverrideService. getMinimumSpoPriceForBpo(TmaPriceContext priceContext, TmaSimpleProductOfferingModel spo, TmaBundledProductOfferingModel bpo)Deprecated, for removal: This API element is subject to removal in a future version.since 1903.Methods in de.hybris.platform.b2ctelcoservices.services with parameters of type PriceRowModel Modifier and Type Method Description java.util.List<SubscriptionTermModel>TmaSubscriptionTermService. getSubscriptionTermsFor(PriceRowModel priceRow)Returns the subscription terms configured on the given price row if there are any, otherwise it returns all existing subscription terms -
Uses of PriceRowModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return PriceRowModel Modifier and Type Method Description PriceRowModelDefaultTmaPriceOverrideService. getMinimumApplicablePriceForContext(TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.protected PriceRowModelDefaultTmaPriceOverrideService. getMinimumPrice(SubscriptionPricePlanModel bpoPrice, PriceRowModel spoPrice)Deprecated, for removal: This API element is subject to removal in a future version.Returns the minimum price between the ones provided.PriceRowModelDefaultTmaPriceOverrideService. getMinimumPriceForContext(TmaPriceContext priceContext)Deprecated, for removal: This API element is subject to removal in a future version.PriceRowModelDefaultTmaPriceOverrideService. getMinimumSpoPriceForBpo(TmaPriceContext priceContext, TmaSimpleProductOfferingModel spo, TmaBundledProductOfferingModel bpo)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2ctelcoservices.services.impl with parameters of type PriceRowModel Modifier and Type Method Description protected PriceRowModelDefaultTmaPriceOverrideService. getMinimumPrice(SubscriptionPricePlanModel bpoPrice, PriceRowModel spoPrice)Deprecated, for removal: This API element is subject to removal in a future version.Returns the minimum price between the ones provided.java.util.List<SubscriptionTermModel>DefaultTmaSubscriptionTermService. getSubscriptionTermsFor(PriceRowModel priceRow) -
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.java.util.Set<PriceRowModel>ProductModel. getPricePlans()Generated method - Getter of theProduct.pricePlansattribute defined at extensionb2ctelcoservices.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.voidProductModel. setPricePlans(java.util.Set<PriceRowModel> value)Generated method - Setter ofProduct.pricePlansattribute defined at extensionb2ctelcoservices. -
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.Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type PriceRowModel Modifier and Type Method Description java.util.Set<PriceRowModel>SubscriptionTermModel. getPricePlans()Generated method - Getter of theSubscriptionTerm.pricePlansattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type PriceRowModel Modifier and Type Method Description voidSubscriptionTermModel. setPricePlans(java.util.Set<PriceRowModel> value)Generated method - Setter ofSubscriptionTerm.pricePlansattribute defined at extensionb2ctelcoservices.
-