| 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 FieldGroups and FieldDefinitions. |
| 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 |
FieldDefinitionImpl.getFieldGroup() |
FieldGroup |
FieldDefinition.getFieldGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDefinitionImpl.setFieldGroup(FieldGroup fieldGroup) |
void |
FieldDefinition.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 List<FieldGroup> |
StructuredContentFieldTemplateImpl.fieldGroups |
| 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 |
StructuredContentFieldTemplateImpl.setFieldGroups(List<FieldGroup> fieldGroups) |
void |
StructuredContentFieldTemplate.setFieldGroups(List<FieldGroup> fieldGroups)
Sets the list of field groups for this template.
|
Copyright © 2017. All rights reserved.