Package org.exoplatform.leadcapture.dao
Class MailContentDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailContentEntity,Long>
-
- org.exoplatform.leadcapture.dao.MailContentDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<MailContentEntity,Long>
public class MailContentDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailContentEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description MailContentDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MailContentEntity>getContentByTemplate(long templateId)
-
-
-
Method Detail
-
getContentByTemplate
public List<MailContentEntity> getContentByTemplate(long templateId)
-
-