com.silverpeas.scheduleevent.service.model.dao
Class ContributorDaoImpl
java.lang.Object
  
com.silverpeas.scheduleevent.service.model.dao.ContributorDaoImpl
- All Implemented Interfaces: 
 - ContributorDao
 
@Repository(value="contributorDao")
@Transactional
public class ContributorDaoImpl
- extends Object
- implements ContributorDao
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ContributorDaoImpl
public ContributorDaoImpl()
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.