Interface DefinitionService

  • All Superinterfaces:
    PluginService

    public interface DefinitionService
    extends PluginService

    DefinitionService interface. To implement service of configuration properties.
    These properties are the ones that can be filled from the administrator of each store.

     There are two types of configuration properties:
            - the static ones defined in the JSON config file.
            - The dynamic ones implemented through this interface.
     
     There are two types of definitions:
            - the plugin definition, this is for a plugin settings properties.
            - The connector definition, this is for a connector plugin settings properties.
     
    Since:
    1.0.16
    Author:
    Logicommerce
    See Also:
    PluginDefinition, ConnectorDefinition, ConnectorType