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 void
DefaultCloneContentItemService.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.COMPARATOR
Methods 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 TypeMethodDescriptionvoid
ContentModel.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 TypeInterfaceDescriptioninterface
ContentFieldService<P extends ContentField>
class
DefaultContentFieldService<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 TypeMethodDescriptionvoid
DefaultContentModelService.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 boolean
DefaultContentItemHydrationService.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) void
DefaultContentItemHydrationService.setContentFieldService
(ContentFieldService<ContentField> contentFieldService)