Uses of Class
com.broadleafcommerce.catalog.domain.option.OptionTemplateGroupRef
Packages that use OptionTemplateGroupRef
-
Uses of OptionTemplateGroupRef in com.broadleafcommerce.catalog.web.endpoint.dto
Methods in com.broadleafcommerce.catalog.web.endpoint.dto that return OptionTemplateGroupRefModifier and TypeMethodDescriptionOptionGenerationRequest.getTemplateGroup()The OptionTemplateGroupRef of theOptionTemplateGroupto be used for generating options for a product if theOptionGenerationRequest.generationTypeisOptionGenerationType.TEMPLATE_GROUP, then this field is used.Methods in com.broadleafcommerce.catalog.web.endpoint.dto with parameters of type OptionTemplateGroupRefModifier and TypeMethodDescriptionvoidOptionGenerationRequest.setTemplateGroup(OptionTemplateGroupRef templateGroup) The OptionTemplateGroupRef of theOptionTemplateGroupto be used for generating options for a product if theOptionGenerationRequest.generationTypeisOptionGenerationType.TEMPLATE_GROUP, then this field is used.