Class MailFormConfDaoImpl
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publicflows.mailform.MailFormConfDaoImpl
- All Implemented Interfaces:
MailFormConfDao
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MailFormConfDaoImpl
-
-
Method Details
-
findByKey
Description copied from interface:MailFormConfDao
Get the mail form config.- Specified by:
findByKey
in interfaceMailFormConfDao
- 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.
-