Interface S2sFormConfigurationService


public interface S2sFormConfigurationService
  • Method Details

    • findS2sFormConfigurationByFormName

      S2sFormConfigurationContract findS2sFormConfigurationByFormName(String formName)
      Finds an s2s form configuration by form name. The form name cannot be null or blank.
      Parameters:
      formName - the form name. cannot be null or blank.
      Returns:
      an s2s form configuration or null if not found.
      Throws:
      IllegalArgumentException - if the form Name is blank
    • findAllS2sFormConfigurations

      List<? extends S2sFormConfigurationContract> findAllS2sFormConfigurations()
      Finds all s2s form configurations.
      Returns:
      an s2s form configuration or an empty list if non is found.