Uses of Class
de.hybris.platform.europe1.model.PDTRowModel
Packages that use PDTRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of PDTRowModel in de.hybris.platform.catalog
Classes in de.hybris.platform.catalog with type parameters of type PDTRowModel -
Uses of PDTRowModel in de.hybris.platform.europe1.dynamic
Classes in de.hybris.platform.europe1.dynamic with type parameters of type PDTRowModelModifier and TypeClassDescriptionprotected static classAbstractProductEurope1AttributeHandlerTest.Builder<MODEL extends PDTRowModel>classPdtRowEurope1AttributeHandler<T extends PDTRowModel,MODEL extends ProductModel> Abstract Attribute handler for handling Europe1 Prices, Discounts and Prices.Methods in de.hybris.platform.europe1.dynamic with type parameters of type PDTRowModelModifier and TypeMethodDescriptionstatic <MODEL extends PDTRowModel>
AbstractProductEurope1AttributeHandlerTest.Builder<MODEL> -
Uses of PDTRowModel in de.hybris.platform.europe1.model
Subclasses of PDTRowModel in de.hybris.platform.europe1.modelModifier and TypeClassDescriptionclassGenerated model class for type AbstractDiscountRow first defined at extension europe1.classGenerated model class for type DiscountRow first defined at extension europe1.classGenerated model class for type GlobalDiscountRow first defined at extension europe1.classGenerated model class for type PriceRow first defined at extension europe1.classGenerated model class for type TaxRow first defined at extension europe1. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.comparator
Classes in de.hybris.platform.order.strategies.calculation.pdt.comparator with type parameters of type PDTRowModelModifier and TypeInterfaceDescriptioninterfacePDTRowMatchComparatorProvider<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> The Interface for provide price/discount/tax comparator forGenericPDTModelMatcher. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.filter
Classes in de.hybris.platform.order.strategies.calculation.pdt.filter with type parameters of type PDTRowModelModifier and TypeInterfaceDescriptioninterfacePDTRowFilter<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> The Interface for filtering price/discount/tax rows models using criteria. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Classes in de.hybris.platform.order.strategies.calculation.pdt.impl with type parameters of type PDTRowModelModifier and TypeClassDescriptionclassGenericPDTFindValueInfoStrategy<VALUE extends PDTValue,INFO extends PDTInformation, CRITERIA extends PDTCriteria, MODEL extends PDTRowModel> -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.matcher
Classes in de.hybris.platform.order.strategies.calculation.pdt.matcher with type parameters of type PDTRowModelModifier and TypeInterfaceDescriptioninterfacePDTModelMatcher<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> The Interface for matching price/discount/tax models in theGenericPDTFindValueInfoStrategy. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.matcher.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.matcher.impl that return types with arguments of type PDTRowModelModifier and TypeMethodDescriptionGenericPDTModelMatcher.matchRows(PDTCriteria criteria) Finds rows usingPDTRowRepository, filters rows usingPDTRowFilterand sorts rows usingPDTRowMatchComparatorProvider.Method parameters in de.hybris.platform.order.strategies.calculation.pdt.matcher.impl with type arguments of type PDTRowModelModifier and TypeMethodDescriptionvoidGenericPDTModelMatcher.setRowFilter(PDTRowFilter<PDTCriteria, PDTRowModel> rowFilter) voidGenericPDTModelMatcher.setRowMatchComparatorProvider(PDTRowMatchComparatorProvider<PDTCriteria, PDTRowModel> rowMatchComparatorProvider) voidGenericPDTModelMatcher.setRowRepository(PDTRowRepository<PDTCriteria, PDTRowModel> rowRepository) -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.postmatcher
Classes in de.hybris.platform.order.strategies.calculation.pdt.postmatcher with type parameters of type PDTRowModelModifier and TypeInterfaceDescriptioninterfacePDTPostMatcher<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> The Interface for adding custom logic after invoking thePDTModelMatcherin theGenericPDTFindValueInfoStrategy. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.repository
Classes in de.hybris.platform.order.strategies.calculation.pdt.repository with type parameters of type PDTRowModelModifier and TypeInterfaceDescriptioninterfacePDTRowRepository<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> The Interface for price/discount/tax row model repository used in theGenericPDTModelMatcher. -
Uses of PDTRowModel in de.hybris.platform.order.strategies.calculation.pdt.repository.impl
Classes in de.hybris.platform.order.strategies.calculation.pdt.repository.impl with type parameters of type PDTRowModelModifier and TypeClassDescriptionclassGenericPDTRowRepository<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> -
Uses of PDTRowModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl with parameters of type PDTRowModelModifier and TypeMethodDescriptionprotected voidPDTRowPrepareInterceptor.handleProductAndProductGroup(PDTRowModel model, InterceptorContext ctx) protected voidPDTRowPrepareInterceptor.handleUserAndUserGroup(PDTRowModel model, InterceptorContext ctx) voidPDTProductModificationMarker.markProductAsModifiedIfFlagSet(PDTRowModel pdtRowModel, InterceptorContext ctx) voidPDTProductModificationMarker.markProductAsModifiedIfFlagSet(PDTRowModel pdtRowModel, InterceptorContext ctx, boolean isRemove) voidPDTRowRemoveInterceptor.onRemove(PDTRowModel pdtRowModel, InterceptorContext ctx) protected voidDiscountRowPrepareInterceptor.updateCatalogVersion(PDTRowModel pdtModel) protected voidGlobalDiscountRowPrepareInterceptor.updateCatalogVersion(PDTRowModel pdtModel) protected abstract voidPDTRowPrepareInterceptor.updateCatalogVersion(PDTRowModel pdtModel) protected voidPriceRowPrepareInterceptor.updateCatalogVersion(PDTRowModel pdtModel) protected voidTaxRowPrepareInterceptor.updateCatalogVersion(PDTRowModel pdtModel) protected voidGlobalDiscountRowPrepareInterceptor.updateProductMatchQualifier(PDTRowModel prModel, InterceptorContext ctx) protected voidPDTRowPrepareInterceptor.updateProductMatchQualifier(PDTRowModel prModel, InterceptorContext ctx) protected voidPDTRowPrepareInterceptor.updateUserMatchQualifier(PDTRowModel prModel, InterceptorContext ctx) -
Uses of PDTRowModel in de.hybris.platform.servicelayer.model.attribute
Methods in de.hybris.platform.servicelayer.model.attribute with parameters of type PDTRowModelModifier and TypeMethodDescriptionPDTRowDateRangeHandler.get(PDTRowModel model) voidPDTRowDateRangeHandler.set(PDTRowModel model, StandardDateRange standardDateRange) -
Uses of PDTRowModel in de.hybris.platform.subscriptionservices.model
Subclasses of PDTRowModel in de.hybris.platform.subscriptionservices.modelModifier and TypeClassDescriptionclassGenerated model class for type SubscriptionPricePlan first defined at extension subscriptionservices.