Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContentField

Packages that use StructuredContentField
org.broadleafcommerce.cms.structure.domain   
 

Uses of StructuredContentField in org.broadleafcommerce.cms.structure.domain
 

Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentField
 class StructuredContentFieldImpl
          Created by bpolster.
 

Fields in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentField
protected  Map<String,StructuredContentField> StructuredContentImpl.structuredContentFields
           
 

Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContentField
 StructuredContentField StructuredContentField.cloneEntity()
          Builds a copy of this item.
 StructuredContentField StructuredContentFieldImpl.cloneEntity()
           
 

Methods in org.broadleafcommerce.cms.structure.domain that return types with arguments of type StructuredContentField
 Map<String,StructuredContentField> StructuredContentImpl.getStructuredContentFields()
           
 Map<String,StructuredContentField> StructuredContent.getStructuredContentFields()
          Gets a map with the custom fields associated with this content item.
The map keys are based on the field types.
 

Method parameters in org.broadleafcommerce.cms.structure.domain with type arguments of type StructuredContentField
 void StructuredContentImpl.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields)
           
 void StructuredContent.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields)
          Sets the structured content fields for this item.
 



Copyright © 2013. All Rights Reserved.