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
-
Method Details
-
findByKey
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.
-