Uses of Class
com.logicaldoc.core.communication.SystemMessage
Package
Description
Classes that model emails and messages and the machinery to work with them.
-
Uses of SystemMessage in com.logicaldoc.core.communication
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionHibernateSystemMessageDAO.findByMode
(String mode) SystemMessageDAO.findByMode
(String mode) This method selects all the messages for the specified modeHibernateSystemMessageDAO.findByRecipient
(String recipient, int type, Integer read) SystemMessageDAO.findByRecipient
(String recipient, int type, Integer read) This method selects all the messages for the specified recipient and typeHibernateSystemMessageDAO.findByType
(int type) SystemMessageDAO.findByType
(int type) This method selects all the messages for the specified typeHibernateSystemMessageDAO.findMessagesToBeSent
(int type, int maxTrial) SystemMessageDAO.findMessagesToBeSent
(int type, int maxTrials) This method selects all the messages for the specified type that are not been already sent and for which the number of sending trials is less than the maximum number (parameter 'notifier.maxtrials')Modifier and TypeMethodDescriptionvoid
HibernateSystemMessageDAO.initialize
(SystemMessage message) void
HibernateSystemMessageDAO.store
(SystemMessage message)