Modifier and Type | Method and Description |
---|---|
protected List<FieldGroup> |
PageTemplateCustomPersistenceHandler.getFieldGroups(Page page,
PageTemplate template) |
protected List<FieldGroup> |
PageTemplateCustomPersistenceHandler.getFieldGroups(PersistencePackage pp,
DynamicEntityDao dynamicEntityDao) |
Modifier and Type | Method and Description |
---|---|
Property[] |
DynamicFieldPersistenceHandlerHelper.buildDynamicPropertyList(List<FieldGroup> fieldGroups,
Class<?> inheritedType)
Builds all of the metadata for all of the dynamic properties within a
StructuredContentType , gleaned from
the FieldGroup s and FieldDefinition s. |
Property[] |
DynamicFieldPersistenceHandlerHelper.buildDynamicPropertyList(Map<FieldGroup,Long> fieldGroups,
Class<?> inheritedType) |
protected void |
PageTemplateCustomPersistenceHandler.processFieldGroups(List<String> dirtyFields,
Map<String,PageField> pageFieldMap,
List<Property> propertiesList,
List<FieldGroup> fieldGroups) |
Modifier and Type | Class and Description |
---|---|
class |
FieldGroupImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected FieldGroup |
FieldDefinitionImpl.fieldGroup |
Modifier and Type | Method and Description |
---|---|
<G extends FieldGroup> |
FieldGroupImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
FieldGroup |
FieldDefinition.getFieldGroup() |
FieldGroup |
FieldDefinitionImpl.getFieldGroup() |
Modifier and Type | Method and Description |
---|---|
void |
FieldDefinition.setFieldGroup(FieldGroup fieldGroup) |
void |
FieldDefinitionImpl.setFieldGroup(FieldGroup fieldGroup) |
Modifier and Type | Field and Description |
---|---|
protected FieldGroup |
PageTemplateFieldGroupXrefImpl.fieldGroup |
Modifier and Type | Field and Description |
---|---|
protected List<FieldGroup> |
PageTemplateImpl.legacyFieldGroups |
Modifier and Type | Method and Description |
---|---|
FieldGroup |
PageTemplateFieldGroupXrefImpl.getFieldGroup() |
FieldGroup |
PageTemplateFieldGroupXref.getFieldGroup() |
Modifier and Type | Method and Description |
---|---|
List<FieldGroup> |
PageTemplateImpl.getFieldGroups()
Deprecated.
|
List<FieldGroup> |
PageTemplate.getFieldGroups()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PageTemplateFieldGroupXrefImpl.setFieldGroup(FieldGroup fieldGroup) |
void |
PageTemplateFieldGroupXref.setFieldGroup(FieldGroup fieldGroup) |
Modifier and Type | Method and Description |
---|---|
void |
PageTemplateImpl.setFieldGroups(List<FieldGroup> fieldGroups)
Deprecated.
|
void |
PageTemplate.setFieldGroups(List<FieldGroup> fieldGroups)
Deprecated.
|
Constructor and Description |
---|
PageTemplateFieldGroupXrefImpl(PageTemplate pageTemplate,
FieldGroup fieldGroup) |
Modifier and Type | Field and Description |
---|---|
protected FieldGroup |
StructuredContentFieldGroupXrefImpl.fieldGroup |
Modifier and Type | Method and Description |
---|---|
FieldGroup |
StructuredContentFieldGroupXref.getFieldGroup() |
FieldGroup |
StructuredContentFieldGroupXrefImpl.getFieldGroup() |
Modifier and Type | Method and Description |
---|---|
List<FieldGroup> |
StructuredContentFieldTemplateImpl.getFieldGroups() |
List<FieldGroup> |
StructuredContentFieldTemplate.getFieldGroups()
Returns the list of the field groups for this template.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentFieldGroupXref.setFieldGroup(FieldGroup fieldGroup) |
void |
StructuredContentFieldGroupXrefImpl.setFieldGroup(FieldGroup fieldGroup) |
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentFieldTemplateImpl.setFieldGroups(List<FieldGroup> fieldGroups) |
void |
StructuredContentFieldTemplate.setFieldGroups(List<FieldGroup> fieldGroups)
Sets the list of field groups for this template.
|
Copyright © 2022. All rights reserved.