public interface PageServiceExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
PageService| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
getFieldDefinition(org.broadleafcommerce.common.extension.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. |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
overridePageDto(org.broadleafcommerce.common.extension.ExtensionResultHolder<org.broadleafcommerce.common.page.dto.PageDTO> erh,
org.broadleafcommerce.common.page.dto.PageDTO pageDto,
Page page)
This method provides the opportunity to modify the page fields associated with the pageDto
ExtensionResultHolder. |
static final String IS_KEY
org.broadleafcommerce.common.extension.ExtensionResultStatusType getFieldDefinition(org.broadleafcommerce.common.extension.ExtensionResultHolder<FieldDefinition> erh, Page page, String fieldKey)
ExtensionResultStatusType.NOT_HANDLED, the result variable
in the ExtensionResultHolder will hold the associated FieldDefinition for the given Page
and field key.erh - page - fieldKey - org.broadleafcommerce.common.extension.ExtensionResultStatusType overridePageDto(org.broadleafcommerce.common.extension.ExtensionResultHolder<org.broadleafcommerce.common.page.dto.PageDTO> erh,
org.broadleafcommerce.common.page.dto.PageDTO pageDto,
Page page)
ExtensionResultHolder. Modifying classes should clone the DTO and adjust fields.erh - pageDto - page - Copyright © 2017. All rights reserved.