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 theOptionTemplateGroup
to be used for generating options for a product if theOptionGenerationRequest.generationType
isOptionGenerationType.TEMPLATE_GROUP
, then this field is used.Methods in com.broadleafcommerce.catalog.web.endpoint.dto with parameters of type OptionTemplateGroupRefModifier and TypeMethodDescriptionvoid
OptionGenerationRequest.setTemplateGroup
(OptionTemplateGroupRef templateGroup) The OptionTemplateGroupRef of theOptionTemplateGroup
to be used for generating options for a product if theOptionGenerationRequest.generationType
isOptionGenerationType.TEMPLATE_GROUP
, then this field is used.