Class AbstractStructuredContentServiceExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.cms.structure.service.AbstractStructuredContentServiceExtensionHandler
All Implemented Interfaces:
StructuredContentServiceExtensionHandler, org.broadleafcommerce.common.extension.ExtensionHandler

public class AbstractStructuredContentServiceExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements StructuredContentServiceExtensionHandler
Extension handler for the StructuredContentService
Author:
bpolster
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    modifyStructuredContentDtoList(List<org.broadleafcommerce.common.structure.dto.StructuredContentDTO> structuredContentList, org.broadleafcommerce.common.extension.ExtensionResultHolder resultHolder)
    Allows an extension handler to modify the list of structured content items.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    populateAdditionalStructuredContentFields(StructuredContent sc, org.broadleafcommerce.common.structure.dto.StructuredContentDTO dto, boolean secure)
    Further modifies the fields when parsing a StructuredContent into a StructuredContentDTO.

    Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Constructor Details

    • AbstractStructuredContentServiceExtensionHandler

      public AbstractStructuredContentServiceExtensionHandler()
  • Method Details