Interface MailFormConfDao

All Known Implementing Classes:
MailFormConfDaoImpl

public interface MailFormConfDao
Provides more comfortable access to the configuration of a mail form. Use this service to fetch a MailFormConf bean, which is easier to use than the raw entity.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Get the mail form config.
  • Method Details Link icon

    • findByKey Link icon

      MailFormConf findByKey(String key)
      Get the mail form config.
      Parameters:
      key - The primary key of the mail form config entity (model name: "Mail_form_conf") as string.
      Returns:
      a bean containing the configuration data.