Uses of Enum Class
de.hybris.platform.catalog.enums.ProductReferenceTypeEnum
Packages that use ProductReferenceTypeEnum
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
-
Uses of ProductReferenceTypeEnum in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return types with arguments of type ProductReferenceTypeEnumModifier and TypeMethodDescriptionProductReferencesComponentModel.getProductReferenceTypes()Generated method - Getter of theProductReferencesComponent.productReferenceTypesattribute defined at extensionacceleratorcms.Method parameters in de.hybris.platform.acceleratorcms.model.components with type arguments of type ProductReferenceTypeEnumModifier and TypeMethodDescriptionvoidProductReferencesComponentModel.setProductReferenceTypes(List<ProductReferenceTypeEnum> value) Generated method - Setter ofProductReferencesComponent.productReferenceTypesattribute defined at extensionacceleratorcms. -
Uses of ProductReferenceTypeEnum in de.hybris.platform.b2ctelcofacades.product
Method parameters in de.hybris.platform.b2ctelcofacades.product with type arguments of type ProductReferenceTypeEnumModifier and TypeMethodDescriptionTelcoProductFacade.getProductReferencesAndCompatibleProducts(String code, List<ProductReferenceTypeEnum> referenceTypes, List<ProductOption> options, Integer limit, ClassAttributeAssignmentModel classAttributeAssignment) Returns a list of products build of: product references, feature and vendor compatible products having the limit set by maximumNumber.TelcoProductFacade.getProductReferencesAndFeatureCompatibleProductsForCode(String code, List<ProductReferenceTypeEnum> referenceTypes, List<ProductOption> options, Integer limit, ClassAttributeAssignmentModel classAttributeAssignment) Get unique list of product references and feature compatible products with a max limit set by maximunNumber Of Products First list of product references is returned and then feature compatible products are returned. -
Uses of ProductReferenceTypeEnum in de.hybris.platform.b2ctelcofacades.product.impl
Method parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type ProductReferenceTypeEnumModifier and TypeMethodDescriptionDefaultTelcoProductFacade.getProductReferencesAndCompatibleProducts(String code, List<ProductReferenceTypeEnum> referenceTypes, List<ProductOption> options, Integer limit, ClassAttributeAssignmentModel classAttributeAssignment) DefaultTelcoProductFacade.getProductReferencesAndFeatureCompatibleProductsForCode(String code, List<ProductReferenceTypeEnum> referenceTypes, List<ProductOption> options, Integer limit, ClassAttributeAssignmentModel classAttributeAssignment) -
Uses of ProductReferenceTypeEnum in de.hybris.platform.catalog.enums
Methods in de.hybris.platform.catalog.enums that return ProductReferenceTypeEnumModifier and TypeMethodDescriptionstatic ProductReferenceTypeEnumReturns the enum constant of this class with the specified name.static ProductReferenceTypeEnum[]ProductReferenceTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProductReferenceTypeEnum in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return ProductReferenceTypeEnumModifier and TypeMethodDescriptionProductReferenceModel.getReferenceType()Generated method - Getter of theProductReference.referenceTypeattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type ProductReferenceTypeEnumModifier and TypeMethodDescriptionvoidProductReferenceModel.setReferenceType(ProductReferenceTypeEnum value) Generated method - Setter ofProductReference.referenceTypeattribute defined at extensioncatalog.