Class MailDigestDAO

  • All Implemented Interfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<MailDigestEntity,​Long>

    public class MailDigestDAO
    extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailDigestEntity,​Long>
    • Constructor Detail

      • MailDigestDAO

        public MailDigestDAO()
    • Method Detail

      • deleteAllDigestsOfType

        public void deleteAllDigestsOfType​(String type)
      • deleteDigestsOfTypeByNotificationsIds

        public void deleteDigestsOfTypeByNotificationsIds​(Set<Long> mailNotifsIds,
                                                          String type)
      • deleteAllDigests

        public void deleteAllDigests()