Uses of Class
de.hybris.platform.b2ctelcoaddon.model.ProductReferencesAndClassificationsComponentModel
-
Packages that use ProductReferencesAndClassificationsComponentModel Package Description de.hybris.platform.b2ctelcoaddon.controllers.cms de.hybris.platform.b2ctelcoaddon.model Contains generated models for each type of de.hybris.platform.b2ctelcoaddon.jalo package.de.hybris.platform.catalog.model.classification Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package. -
-
Uses of ProductReferencesAndClassificationsComponentModel in de.hybris.platform.b2ctelcoaddon.controllers.cms
Methods in de.hybris.platform.b2ctelcoaddon.controllers.cms with parameters of type ProductReferencesAndClassificationsComponentModel Modifier and Type Method Description protected voidProductReferencesAndClassificationsComponentController. fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ProductReferencesAndClassificationsComponentModel component)protected voidProductReferencesAndClassificationsForDevicesComponentController. fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ProductReferencesAndClassificationsComponentModel component) -
Uses of ProductReferencesAndClassificationsComponentModel in de.hybris.platform.b2ctelcoaddon.model
Subclasses of ProductReferencesAndClassificationsComponentModel in de.hybris.platform.b2ctelcoaddon.model Modifier and Type Class Description classProductReferencesAndClassificationsForDevicesComponentModelGenerated model class for type ProductReferencesAndClassificationsForDevicesComponent first defined at extension b2ctelcoaddon. -
Uses of ProductReferencesAndClassificationsComponentModel in de.hybris.platform.catalog.model.classification
Methods in de.hybris.platform.catalog.model.classification that return types with arguments of type ProductReferencesAndClassificationsComponentModel Modifier and Type Method Description java.util.Collection<ProductReferencesAndClassificationsComponentModel>ClassAttributeAssignmentModel. getProductReferencesAndClassificationsComponents()Generated method - Getter of theClassAttributeAssignment.productReferencesAndClassificationsComponentsattribute defined at extensionb2ctelcoaddon.Method parameters in de.hybris.platform.catalog.model.classification with type arguments of type ProductReferencesAndClassificationsComponentModel Modifier and Type Method Description voidClassAttributeAssignmentModel. setProductReferencesAndClassificationsComponents(java.util.Collection<ProductReferencesAndClassificationsComponentModel> value)Generated method - Setter ofClassAttributeAssignment.productReferencesAndClassificationsComponentsattribute defined at extensionb2ctelcoaddon.
-