com.silverpeas.mailinglist.service.model.dao
Interface MailingListDao
- All Known Implementing Classes: 
 - MailingListDaoImpl
 
public interface MailingListDao
 
createMailingList
String createMailingList(MailingList mailingList)
 
updateMailingList
void updateMailingList(MailingList mailingList)
 
deleteMailingList
void deleteMailingList(MailingList mailingList)
 
findById
MailingList findById(String id)
 
findByComponentId
MailingList findByComponentId(String componentId)
 
listMailingLists
List<MailingList> listMailingLists()
 
Copyright © 2016 Silverpeas. All Rights Reserved.