com.silverpeas.mailinglist.service.model.dao
Class MailingListDaoImpl
java.lang.Object
  
com.silverpeas.mailinglist.service.model.dao.MailingListDaoImpl
- All Implemented Interfaces: 
 - MailingListDao
 
@Repository(value="mailingListDao")
@Transactional
public class MailingListDaoImpl
- extends Object
- implements MailingListDao
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MailingListDaoImpl
public MailingListDaoImpl()
createMailingList
public String createMailingList(MailingList mailingList)
- Specified by:
 createMailingList in interface MailingListDao
 
 
deleteMailingList
public void deleteMailingList(MailingList mailingList)
- Specified by:
 deleteMailingList in interface MailingListDao
 
 
findByComponentId
public MailingList findByComponentId(String componentId)
- Specified by:
 findByComponentId in interface MailingListDao
 
 
findById
public MailingList findById(String id)
- Specified by:
 findById in interface MailingListDao
 
 
listMailingLists
public List<MailingList> listMailingLists()
- Specified by:
 listMailingLists in interface MailingListDao
 
 
updateMailingList
public void updateMailingList(MailingList mailingList)
- Specified by:
 updateMailingList in interface MailingListDao
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.