Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaPoVariantModel
Packages that use TmaPoVariantModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcofacades.converters.populator.variants
Fields in de.hybris.platform.b2ctelcofacades.converters.populator.variants with type parameters of type TmaPoVariantModelModifier and TypeFieldDescriptionprotected de.hybris.platform.converters.ConfigurablePopulator<TmaPoVariantModel,VariantOptionData, ProductVariantOption> TmaPoVariantBaseIntegrationTest.tmaVariantOptionDataConfigurablePopulatorMethods in de.hybris.platform.b2ctelcofacades.converters.populator.variants that return TmaPoVariantModelModifier and TypeMethodDescriptionprotected TmaPoVariantModelTmaPoVariantMatrixPopulator.getStarterVariant(TmaSimpleProductOfferingModel poModel, Collection<TmaPoVariantModel> variants) Methods in de.hybris.platform.b2ctelcofacades.converters.populator.variants that return types with arguments of type TmaPoVariantModelModifier and TypeMethodDescriptionprotected de.hybris.platform.converters.ConfigurablePopulator<TmaPoVariantModel,VariantOptionData, ProductVariantOption> TmaPoVariantOptionDataPopulator.getVariantOptionDataPopulator()protected de.hybris.platform.converters.ConfigurablePopulator<TmaPoVariantModel,VariantOptionData, ProductVariantOption> TmaPoVariantSelectedPopulator.getVariantOptionDataPopulator()protected Collection<TmaPoVariantModel>TmaPoVariantMatrixPopulator.getVariants(TmaSimpleProductOfferingModel poModel) protected Collection<TmaPoVariantModel>TmaPoVariantOptionDataPopulator.getVariants(TmaSimpleProductOfferingModel spoModel) Methods in de.hybris.platform.b2ctelcofacades.converters.populator.variants with parameters of type TmaPoVariantModelModifier and TypeMethodDescriptionprotected voidTmaPoVariantMatrixPopulator.createNodesForVariant(TmaPoVariantModel variant, VariantMatrixElementData currentParentNode) protected List<VariantValueCategoryModel>TmaPoVariantMatrixPopulator.getVariantValuesCategories(TmaPoVariantModel poVariant) protected voidTmaPoVariantOptionDataPopulator.populateNode(VariantMatrixElementData parentNode, TmaPoVariantModel variant) protected voidTmaPoVariantSelectedPopulator.populateNode(VariantMatrixElementData parentNode, TmaPoVariantModel variant) Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator.variants with type arguments of type TmaPoVariantModelModifier and TypeMethodDescriptionprotected TmaPoVariantModelTmaPoVariantMatrixPopulator.getStarterVariant(TmaSimpleProductOfferingModel poModel, Collection<TmaPoVariantModel> variants) voidTmaPoVariantOptionDataPopulator.setVariantOptionDataPopulator(de.hybris.platform.converters.ConfigurablePopulator<TmaPoVariantModel, VariantOptionData, ProductVariantOption> variantOptionDataPopulator) voidTmaPoVariantSelectedPopulator.setVariantOptionDataPopulator(de.hybris.platform.converters.ConfigurablePopulator<TmaPoVariantModel, VariantOptionData, ProductVariantOption> variantOptionDataPopulator) -
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcofacades.converters.populator.variants.options
Classes in de.hybris.platform.b2ctelcofacades.converters.populator.variants.options with type parameters of type TmaPoVariantModelModifier and TypeClassDescriptionclassTmaVariantOptionDataMediaPopulator<SOURCE extends TmaPoVariantModel,TARGET extends VariantOptionData> PopulatesVariantOptionDatawith variant media data.classTmaVariantOptionDataUrlPopulator<SOURCE extends TmaPoVariantModel,TARGET extends VariantOptionData> PopulatesVariantOptionDatawith variant URL data. -
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors with parameters of type TmaPoVariantModelModifier and TypeMethodDescriptionvoidTmaPoVariantValidateInterceptor.onValidate(TmaPoVariantModel poVariant, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected voidTmaPoVariantValidateInterceptor.validateBaseProductSuperCategories(TmaPoVariantModel poVariant, Collection<CategoryModel> variantValueCategories) -
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaPoVariantModelModifier and TypeMethodDescriptionTmaSimpleProductOfferingModel.getTmaPoVariants()Generated method - Getter of theTmaSimpleProductOffering.tmaPoVariantsattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaPoVariantModelModifier and TypeMethodDescriptionvoidTmaSimpleProductOfferingModel.setTmaPoVariants(Collection<TmaPoVariantModel> value) Generated method - Setter ofTmaSimpleProductOffering.tmaPoVariantsattribute defined at extensiontuadatacommonsservices. -
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services with parameters of type TmaPoVariantModelModifier and TypeMethodDescriptionTmaPoVariantService.getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Returns the variant value category of the given variant for the given variant category code. -
Uses of TmaPoVariantModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl with parameters of type TmaPoVariantModelModifier and TypeMethodDescriptionDefaultTmaPoVariantService.getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode)