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

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

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

Methods in org.broadleafcommerce.cms.structure.dao that return types with arguments of type StructuredContentField
 Map<String,StructuredContentField> StructuredContentDao.readFieldsForStructuredContentItem(StructuredContent sc)
           
 Map<String,StructuredContentField> StructuredContentDaoImpl.readFieldsForStructuredContentItem(StructuredContent sc)
           
 

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.
 

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

Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContentField
 Map<String,StructuredContentField> StructuredContentServiceImpl.findFieldsByContentId(Long contentId)
           
 Map<String,StructuredContentField> StructuredContentService.findFieldsByContentId(Long contentId)
          Returns the fields associated with the passed in contentId.
 



Copyright © 2012. All Rights Reserved.