Package | Description |
---|---|
org.broadleafcommerce.cms.admin.server.handler | |
org.broadleafcommerce.cms.page.dao | |
org.broadleafcommerce.cms.page.domain | |
org.broadleafcommerce.cms.page.service |
Modifier and Type | Method and Description |
---|---|
protected void |
PageTemplateCustomPersistenceHandler.processFieldGroups(List<String> dirtyFields,
Map<String,PageField> pageFieldMap,
List<Property> propertiesList,
List<FieldGroup> fieldGroups) |
Modifier and Type | Method and Description |
---|---|
List<PageField> |
PageDao.readPageFieldsByPageId(Long pageId) |
List<PageField> |
PageDaoImpl.readPageFieldsByPageId(Long pageId) |
Modifier and Type | Class and Description |
---|---|
class |
PageFieldImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PageField> |
PageImpl.pageFields |
Modifier and Type | Method and Description |
---|---|
<G extends PageField> |
PageFieldImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,PageField> |
Page.getPageFields() |
Map<String,PageField> |
PageImpl.getPageFields() |
Modifier and Type | Method and Description |
---|---|
void |
Page.setPageFields(Map<String,PageField> pageFields) |
void |
PageImpl.setPageFields(Map<String,PageField> pageFields) |
Modifier and Type | Method and Description |
---|---|
Map<String,PageField> |
PageService.findPageFieldMapByPageId(Long pageId)
Returns the page-fields associated with a page.
|
Map<String,PageField> |
PageServiceImpl.findPageFieldMapByPageId(Long pageId) |
Copyright © 2022. All rights reserved.