Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplate
Packages that use StructuredContentFieldTemplate
-
Uses of StructuredContentFieldTemplate in org.broadleafcommerce.cms.structure.domain
Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentFieldTemplateFields in org.broadleafcommerce.cms.structure.domain declared as StructuredContentFieldTemplateModifier and TypeFieldDescriptionprotected StructuredContentFieldTemplate
StructuredContentTypeImpl.structuredContentFieldTemplate
protected StructuredContentFieldTemplate
StructuredContentFieldGroupXrefImpl.template
Methods in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentFieldTemplateModifier and TypeMethodDescription<G extends StructuredContentFieldTemplate>
CreateResponse<G>StructuredContentFieldTemplateImpl.createOrRetrieveCopyInstance
(MultiTenantCopyContext context) Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContentFieldTemplateModifier and TypeMethodDescriptionStructuredContentType.getStructuredContentFieldTemplate()
Returns the template associated with this content type.StructuredContentTypeImpl.getStructuredContentFieldTemplate()
StructuredContentFieldGroupXref.getTemplate()
StructuredContentFieldGroupXrefImpl.getTemplate()
Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContentFieldTemplateModifier and TypeMethodDescriptionvoid
StructuredContentType.setStructuredContentFieldTemplate
(StructuredContentFieldTemplate scft) Sets the template associated with this content type.void
StructuredContentTypeImpl.setStructuredContentFieldTemplate
(StructuredContentFieldTemplate scft) void
StructuredContentFieldGroupXref.setTemplate
(StructuredContentFieldTemplate template) void
StructuredContentFieldGroupXrefImpl.setTemplate
(StructuredContentFieldTemplate template)