| Package | Description |
|---|---|
| org.broadleafcommerce.cms.page.dao | |
| org.broadleafcommerce.cms.page.domain | |
| org.broadleafcommerce.cms.page.service |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PageField> |
PageDao.readPageFieldsByPage(Page page) |
java.util.Map<java.lang.String,PageField> |
PageDaoImpl.readPageFieldsByPage(Page page) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageFieldImpl
Created by bpolster.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,PageField> |
PageImpl.pageFields |
| Modifier and Type | Method and Description |
|---|---|
PageField |
PageFieldImpl.cloneEntity() |
PageField |
PageField.cloneEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PageField> |
Page.getPageFields() |
java.util.Map<java.lang.String,PageField> |
PageImpl.getPageFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setPageFields(java.util.Map<java.lang.String,PageField> pageFields) |
void |
PageImpl.setPageFields(java.util.Map<java.lang.String,PageField> pageFields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PageField> |
PageServiceImpl.findPageFieldsByPageId(java.lang.Long pageId)
Returns the page-fields associated with the passed in page-id.
|
java.util.Map<java.lang.String,PageField> |
PageService.findPageFieldsByPageId(java.lang.Long pageId)
Returns the page-fields associated with the passed in page-id.
|
Copyright © 2018. All Rights Reserved.