Uses of Class
com.logicaldoc.core.communication.SystemMessage
Packages that use SystemMessage
Package
Description
Classes that model emails and messages and the machinery to work with them.
-
Uses of SystemMessage in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return SystemMessageModifier and TypeMethodDescriptionMethods in com.logicaldoc.core.communication that return types with arguments of type SystemMessageModifier 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')Methods in com.logicaldoc.core.communication with parameters of type SystemMessageModifier and TypeMethodDescriptionvoid
HibernateSystemMessageDAO.initialize
(SystemMessage message) void
HibernateSystemMessageDAO.store
(SystemMessage message) Constructors in com.logicaldoc.core.communication with parameters of type SystemMessage