| Modifier and Type | Method and Description |
|---|---|
MailingListSearchData |
getSearchData()
Returns data for searching Mailing lists.
|
SendMailingListData |
getSendData(MailingListType type)
Returns data for sending a mailing list with the specified type.
|
MailingListDetailedVO |
load(java.lang.Long id)
Loads a mailing list by id
|
Page<MailingListVO> |
search(MailingListQuery query)
Searches for Mailing list according to the given criteria.
|
int |
send(SendMailingListDTO object)
Sends a message to the specified recipients (groups/users) and return the total of users that will receive the
message.
|
MailingListSearchData getSearchData() throws FrameworkException
FrameworkExceptionSendMailingListData getSendData(MailingListType type) throws FrameworkException
FrameworkExceptionMailingListDetailedVO load(java.lang.Long id) throws FrameworkException
FrameworkExceptionPage<MailingListVO> search(MailingListQuery query) throws FrameworkException
FrameworkExceptionint send(SendMailingListDTO object) throws FrameworkException
FrameworkException