Package | Description |
---|---|
com.serotonin.mango.db.dao | |
com.serotonin.mango.web.dwr |
Modifier and Type | Method and Description |
---|---|
MailingList |
MailingListDao.getMailingList(int id) |
MailingList |
MailingListDao.getMailingList(java.lang.String xid) |
MailingList |
MailingListDao.MailingListRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MailingList> |
MailingListDao.getMailingLists() |
Modifier and Type | Method and Description |
---|---|
void |
MailingListDao.saveMailingList(MailingList ml) |
(package private) void |
MailingListDao.saveRelationalData(MailingList ml) |
private void |
MailingListDao.setRelationalData(MailingList ml) |
Modifier and Type | Method and Description |
---|---|
private void |
MailingListDao.setRelationalData(java.util.List<MailingList> mls) |
Modifier and Type | Method and Description |
---|---|
private MailingList |
MailingListsDwr.createMailingList(int id,
java.lang.String xid,
java.lang.String name,
java.util.List<RecipientListEntryBean> entryBeans) |
MailingList |
MailingListsDwr.getMailingList(int id) |