Uses of Class
com.broadleafcommerce.content.domain.ContentField
Packages that use ContentField
Package
Description
- 
Uses of ContentField in com.broadleafcommerce.content.clone.contentitem.service
Methods in com.broadleafcommerce.content.clone.contentitem.service with parameters of type ContentFieldModifier and TypeMethodDescriptionprotected voidDefaultCloneContentItemService.updateFieldDataValue(FieldData fieldData, ContentField contentField, List<String> clonedNestedIds)  - 
Uses of ContentField in com.broadleafcommerce.content.domain
Fields in com.broadleafcommerce.content.domain with type parameters of type ContentFieldModifier and TypeFieldDescriptionprotected static final Comparator<ContentField>ContentField.COMPARATORMethods in com.broadleafcommerce.content.domain that return types with arguments of type ContentFieldModifier and TypeMethodDescriptionContentModel.getFields()The list of fields that make up this content modelMethods in com.broadleafcommerce.content.domain with parameters of type ContentFieldMethod parameters in com.broadleafcommerce.content.domain with type arguments of type ContentFieldModifier and TypeMethodDescriptionvoidContentModel.setFields(List<ContentField> fields) The list of fields that make up this content model - 
Uses of ContentField in com.broadleafcommerce.content.service
Classes in com.broadleafcommerce.content.service with type parameters of type ContentFieldModifier and TypeInterfaceDescriptioninterfaceContentFieldService<P extends ContentField>classDefaultContentFieldService<P extends ContentField>Methods in com.broadleafcommerce.content.service that return types with arguments of type ContentFieldModifier and TypeMethodDescriptionprotected ContentFieldService<ContentField>DefaultContentModelService.getContentFieldService()Method parameters in com.broadleafcommerce.content.service with type arguments of type ContentFieldModifier and TypeMethodDescriptionvoidDefaultContentModelService.setContentFieldService(ContentFieldService<ContentField> contentFieldService)  - 
Uses of ContentField in com.broadleafcommerce.content.service.hydration
Methods in com.broadleafcommerce.content.service.hydration that return types with arguments of type ContentFieldModifier and TypeMethodDescriptionprotected ContentFieldService<ContentField>DefaultContentItemHydrationService.getContentFieldService()Methods in com.broadleafcommerce.content.service.hydration with parameters of type ContentFieldModifier and TypeMethodDescriptionprotected booleanDefaultContentItemHydrationService.isValidFieldDataValue(@NonNull ContentField contentField, @NonNull FieldData fieldData) Method parameters in com.broadleafcommerce.content.service.hydration with type arguments of type ContentFieldModifier and TypeMethodDescriptionDefaultContentItemHydrationService.getFieldsByName(@NonNull List<ContentField> contentFields, @NonNull List<FieldData> fields) voidDefaultContentItemHydrationService.setContentFieldService(ContentFieldService<ContentField> contentFieldService)