com.silverpeas.scheduleevent.service.model.dao
Class ContributorDaoImpl

java.lang.Object
  extended by com.silverpeas.scheduleevent.service.model.dao.ContributorDaoImpl
All Implemented Interfaces:
ContributorDao

@Repository(value="contributorDao")
@Transactional
public class ContributorDaoImpl
extends Object
implements ContributorDao


Constructor Summary
ContributorDaoImpl()
           
 
Method Summary
 String createContributor(Contributor contributors)
           
 void deleteContributorsByScheduleEventId(String scheduleEventId)
           
 Set<Contributor> listContributorsByScheduleEventId(String scheduleEventId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContributorDaoImpl

public ContributorDaoImpl()
Method Detail

createContributor

public String createContributor(Contributor contributors)
Specified by:
createContributor in interface ContributorDao

listContributorsByScheduleEventId

public Set<Contributor> listContributorsByScheduleEventId(String scheduleEventId)
Specified by:
listContributorsByScheduleEventId in interface ContributorDao

deleteContributorsByScheduleEventId

public void deleteContributorsByScheduleEventId(String scheduleEventId)
Specified by:
deleteContributorsByScheduleEventId in interface ContributorDao


Copyright © 2016 Silverpeas. All Rights Reserved.