Package | Description |
---|---|
com.logicaldoc.core.communication |
Modifier and Type | Method and Description |
---|---|
SystemMessage |
HibernateSystemMessageDAO.SystemMessageMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected List<SystemMessage> |
HibernateSystemMessageDAO.collectGarbage(Collection<SystemMessage> coll,
boolean removeExpired)
Cleans from the passed collection all expired messages
|
List<SystemMessage> |
SystemMessageDAO.findByMode(String mode)
This method selects all the messages for the specified mode
|
List<SystemMessage> |
HibernateSystemMessageDAO.findByMode(String mode) |
List<SystemMessage> |
SystemMessageDAO.findByRecipient(String recipient,
int type,
Integer read)
This method selects all the messages for the specified recipient and type
|
List<SystemMessage> |
HibernateSystemMessageDAO.findByRecipient(String recipient,
int type,
Integer read) |
List<SystemMessage> |
SystemMessageDAO.findByType(int type)
This method selects all the messages for the specified type
|
List<SystemMessage> |
HibernateSystemMessageDAO.findByType(int type) |
List<SystemMessage> |
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')
|
List<SystemMessage> |
HibernateSystemMessageDAO.findMessagesToBeSent(int type,
int maxTrial) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateSystemMessageDAO.initialize(SystemMessage message) |
Modifier and Type | Method and Description |
---|---|
protected List<SystemMessage> |
HibernateSystemMessageDAO.collectGarbage(Collection<SystemMessage> coll,
boolean removeExpired)
Cleans from the passed collection all expired messages
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.