Interface RuleBuilderFieldServiceExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
All Known Implementing Classes:
AbstractRuleBuilderFieldServiceExtensionHandler

public interface RuleBuilderFieldServiceExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Allows Broadleaf Add-On modules to manipulate the list of rule fields.
Author:
bpolster
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    addFields(List<FieldData> fields, String name, String dtoClassName)
     

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

    getPriority, isEnabled
  • Method Details

    • addFields

      org.broadleafcommerce.common.extension.ExtensionResultStatusType addFields(List<FieldData> fields, String name, String dtoClassName)