Class ContributorDaoImpl
java.lang.Object
org.silverpeas.components.scheduleevent.service.model.dao.ContributorDaoImpl
- All Implemented Interfaces:
ContributorDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContributor(Contributor contributors) voiddeleteContributorsByScheduleEventId(String scheduleEventId) listContributorsByScheduleEventId(String scheduleEventId)
-
Constructor Details
-
ContributorDaoImpl
public ContributorDaoImpl()
-
-
Method Details
-
createContributor
- Specified by:
createContributorin interfaceContributorDao
-
listContributorsByScheduleEventId
- Specified by:
listContributorsByScheduleEventIdin interfaceContributorDao
-
deleteContributorsByScheduleEventId
- Specified by:
deleteContributorsByScheduleEventIdin interfaceContributorDao
-