Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContentFieldXref
Packages that use StructuredContentFieldXref
-
Uses of StructuredContentFieldXref in org.broadleafcommerce.cms.structure.domain
Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentFieldXrefFields in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentFieldXrefModifier and TypeFieldDescriptionprotected Map<String,
StructuredContentFieldXref> StructuredContentImpl.structuredContentFields
Methods in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentFieldXrefModifier and TypeMethodDescription<G extends StructuredContentFieldXref>
CreateResponse<G>StructuredContentFieldXrefImpl.createOrRetrieveCopyInstance
(MultiTenantCopyContext context) Methods in org.broadleafcommerce.cms.structure.domain that return types with arguments of type StructuredContentFieldXrefModifier and TypeMethodDescriptionStructuredContent.getStructuredContentFieldXrefs()
NOTE: This method is typically only used when wanting to persist newStructuredContentField
s.StructuredContentImpl.getStructuredContentFieldXrefs()
Method parameters in org.broadleafcommerce.cms.structure.domain with type arguments of type StructuredContentFieldXrefModifier and TypeMethodDescriptionvoid
StructuredContent.setStructuredContentFieldXrefs
(Map<String, StructuredContentFieldXref> structuredContentFields) Sets the structured content fields for this item.void
StructuredContentImpl.setStructuredContentFieldXrefs
(Map<String, StructuredContentFieldXref> structuredContentFields)