Uses of Class
org.exoplatform.leadcapture.entity.MailContentEntity
-
Packages that use MailContentEntity Package Description org.exoplatform.leadcapture.dao org.exoplatform.leadcapture.services -
-
Uses of MailContentEntity in org.exoplatform.leadcapture.dao
Methods in org.exoplatform.leadcapture.dao that return types with arguments of type MailContentEntity Modifier and Type Method Description List<MailContentEntity>MailContentDAO. getContentByTemplate(long templateId) -
Uses of MailContentEntity in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return MailContentEntity Modifier and Type Method Description MailContentEntityMailTemplatesManagementService. toMailContentEntity(MailContentDTO mailContentDTO)Methods in org.exoplatform.leadcapture.services that return types with arguments of type MailContentEntity Modifier and Type Method Description List<MailContentEntity>MailTemplatesManagementService. toMailContentEntitiesList(List<MailContentDTO> contents)Methods in org.exoplatform.leadcapture.services with parameters of type MailContentEntity Modifier and Type Method Description MailContentDTOMailTemplatesManagementService. toMailContentDTO(MailContentEntity mailContentEntity)
-