Interface CodeGenerationConfigurationDao

    • Method Detail

      • findCodeGenerationConfigurationByName

        java.util.Optional<CodeGenerationConfigurationModel> findCodeGenerationConfigurationByName​(java.lang.String name)
        Finds the CodeGenerationConfiguration by its couponId.
        Parameters:
        name - the name of the configuration
        Returns:
        CodeGenerationConfiguration by its name.