| Package | Description |
|---|---|
| com.serotonin.mango.db.dao | |
| com.serotonin.mango.vo.mailingList | |
| com.serotonin.mango.web.dwr.beans |
| Modifier and Type | Method and Description |
|---|---|
EmailRecipient |
MailingListDao.EmailRecipientRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailingListDao.populateEntrySubclasses(java.util.List<EmailRecipient> entries) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressEntry |
class |
MailingList |
class |
UserEntry |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EmailRecipient> |
MailingList.entries |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EmailRecipient> |
MailingList.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailingList.setEntries(java.util.List<EmailRecipient> entries) |
| Modifier and Type | Method and Description |
|---|---|
EmailRecipient |
RecipientListEntryBean.createEmailRecipient() |