Uses of Class
de.hybris.platform.europe1.model.DiscountRowModel
Packages that use DiscountRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of DiscountRowModel in de.hybris.platform.b2ctelcofacades.discountprice
Classes in de.hybris.platform.b2ctelcofacades.discountprice with type parameters of type DiscountRowModelModifier and TypeClassDescriptionclassTmaPriceContextDiscountRowPopulator<SOURCE extends DiscountRowModel,TARGET extends PriceData> PopulatesPriceDatacontext attributes based onDiscountRowModel.classTmaPriceInfoDiscountRowPopulator<SOURCE extends DiscountRowModel,TARGET extends PriceData> Populates price information fromPriceDatabased onDiscountRowModel. -
Uses of DiscountRowModel 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 DiscountRowModelModifier and TypeMethodDescriptionprotected voidTmaDiscountTermResolver.addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, IndexedProperty prop, DiscountRowModel discount, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<Object, Object> resolverCtx) -
Uses of DiscountRowModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services with parameters of type DiscountRowModelModifier and TypeMethodDescriptionTmaSubscriptionTermService.getSubscriptionTermsFor(DiscountRowModel discountRow) Returns the subscription terms configured on the given discount row if there are any, otherwise it returns all existing subscription terms -
Uses of DiscountRowModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl with parameters of type DiscountRowModelModifier and TypeMethodDescriptionDefaultTmaSubscriptionTermService.getSubscriptionTermsFor(DiscountRowModel discountRow) -
Uses of DiscountRowModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type DiscountRowModelModifier and TypeMethodDescriptionProductModel.getEurope1Discounts()Generated method - Getter of theProduct.europe1Discountsdynamic attribute defined at extensioneurope1.ProductModel.getOwnEurope1Discounts()Generated method - Getter of theProduct.ownEurope1Discountsattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.product with type arguments of type DiscountRowModelModifier and TypeMethodDescriptionvoidProductModel.setEurope1Discounts(Collection<DiscountRowModel> value) Generated method - Setter ofProduct.europe1Discountsdynamic attribute defined at extensioneurope1.voidProductModel.setOwnEurope1Discounts(Collection<DiscountRowModel> value) Generated method - Setter ofProduct.ownEurope1Discountsattribute defined at extensioneurope1.