com.silverpeas.mailinglist.service.model.dao
Class MailingListDaoImpl

java.lang.Object
  extended by com.silverpeas.mailinglist.service.model.dao.MailingListDaoImpl
All Implemented Interfaces:
MailingListDao

@Repository(value="mailingListDao")
@Transactional
public class MailingListDaoImpl
extends Object
implements MailingListDao


Constructor Summary
MailingListDaoImpl()
           
 
Method Summary
 String createMailingList(MailingList mailingList)
           
 void deleteMailingList(MailingList mailingList)
           
 MailingList findByComponentId(String componentId)
           
 MailingList findById(String id)
           
 List<MailingList> listMailingLists()
           
 void updateMailingList(MailingList mailingList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingListDaoImpl

public MailingListDaoImpl()
Method Detail

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.