Class ContributorDaoImpl
- java.lang.Object
-
- org.silverpeas.components.scheduleevent.service.model.dao.ContributorDaoImpl
-
- All Implemented Interfaces:
ContributorDao
@Singleton public class ContributorDaoImpl extends Object implements ContributorDao
-
-
Constructor Summary
Constructors Constructor Description ContributorDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createContributor(Contributor contributors)
void
deleteContributorsByScheduleEventId(String scheduleEventId)
Set<Contributor>
listContributorsByScheduleEventId(String scheduleEventId)
-
-
-
Method Detail
-
createContributor
public String createContributor(Contributor contributors)
- Specified by:
createContributor
in interfaceContributorDao
-
listContributorsByScheduleEventId
public Set<Contributor> listContributorsByScheduleEventId(String scheduleEventId)
- Specified by:
listContributorsByScheduleEventId
in interfaceContributorDao
-
deleteContributorsByScheduleEventId
public void deleteContributorsByScheduleEventId(String scheduleEventId)
- Specified by:
deleteContributorsByScheduleEventId
in interfaceContributorDao
-
-