| Package | Description |
|---|---|
| org.broadleafcommerce.cms.admin.server.handler | |
| org.broadleafcommerce.cms.field.domain | |
| org.broadleafcommerce.cms.page.service |
| Modifier and Type | Method and Description |
|---|---|
Property |
DynamicFieldPersistenceHandlerHelper.buildDynamicProperty(FieldDefinition definition,
Class<?> inheritedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDefinitionImpl
Created by bpolster.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldDefinition> |
FieldGroupImpl.fieldDefinitions |
| Modifier and Type | Method and Description |
|---|---|
<G extends FieldDefinition> |
FieldDefinitionImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDefinition> |
FieldGroupImpl.getFieldDefinitions() |
List<FieldDefinition> |
FieldGroup.getFieldDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroupImpl.setFieldDefinitions(List<FieldDefinition> fieldDefinitions) |
void |
FieldGroup.setFieldDefinitions(List<FieldDefinition> fieldDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected FieldDefinition |
PageServiceUtility.getFieldDefinition(Page page,
String fieldKey) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
PageServiceExtensionHandler.getFieldDefinition(ExtensionResultHolder<FieldDefinition> erh,
Page page,
String fieldKey)
If this method returns something other than
ExtensionResultStatusType.NOT_HANDLED, the result variable
in the ExtensionResultHolder will hold the associated FieldDefinition for the given Page
and field key. |
ExtensionResultStatusType |
AbstractPageServiceExtensionHandler.getFieldDefinition(ExtensionResultHolder<FieldDefinition> erh,
Page page,
String fieldKey) |
Copyright © 2022. All rights reserved.