com.silverpeas.scheduleevent.service.model.dao
Interface ContributorDao

All Known Implementing Classes:
ContributorDaoImpl

public interface ContributorDao


Method Summary
 String createContributor(Contributor contributors)
           
 void deleteContributorsByScheduleEventId(String scheduleEventId)
           
 Set<Contributor> listContributorsByScheduleEventId(String scheduleEventId)
           
 

Method Detail

createContributor

String createContributor(Contributor contributors)

listContributorsByScheduleEventId

Set<Contributor> listContributorsByScheduleEventId(String scheduleEventId)

deleteContributorsByScheduleEventId

void deleteContributorsByScheduleEventId(String scheduleEventId)


Copyright © 2016 Silverpeas. All Rights Reserved.