Uses of Class
org.broadleafcommerce.core.catalog.domain.RelatedProductTypeEnum
Packages that use RelatedProductTypeEnum
-
Uses of RelatedProductTypeEnum in org.broadleafcommerce.core.catalog.domain
Fields in org.broadleafcommerce.core.catalog.domain declared as RelatedProductTypeEnumModifier and TypeFieldDescriptionstatic final RelatedProductTypeEnumRelatedProductTypeEnum.CROSS_SALEstatic final RelatedProductTypeEnumRelatedProductTypeEnum.FEATUREDstatic final RelatedProductTypeEnumRelatedProductTypeEnum.UP_SALEMethods in org.broadleafcommerce.core.catalog.domain that return RelatedProductTypeEnumModifier and TypeMethodDescriptionstatic RelatedProductTypeEnumRelatedProductTypeEnum.getInstance(String type) RelatedProductDTO.getType()Returns the type of relationship that is desired.Methods in org.broadleafcommerce.core.catalog.domain with parameters of type RelatedProductTypeEnumModifier and TypeMethodDescriptionvoidRelatedProductDTO.setType(RelatedProductTypeEnum type) Sets the type of relationship that is desired.