Interface CustomFormService

All Superinterfaces:
PluginService

public interface CustomFormService extends PluginService

CustomFormService interface. To implement service for receiving custom forms.

Since:
1.0.16
Author:
Logicommerce
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the received form.
  • Method Details

    • processForm

      void processForm(String data) throws PluginServiceException

      Process the received form.

      The plugin will take care of parsing the data received in the data parameter.

      Parameters:
      data - a String object
      Throws:
      PluginServiceException - PluginServiceException if any.
      Since:
      1.0.16