com.silverpeas.scheduleevent.service.model.dao
Class DateOptionDaoImpl
java.lang.Object
com.silverpeas.scheduleevent.service.model.dao.DateOptionDaoImpl
- All Implemented Interfaces:
- DateOptionDao
public class DateOptionDaoImpl
- extends Object
- implements DateOptionDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateOptionDaoImpl
public DateOptionDaoImpl()
createDateOption
public String createDateOption(DateOption dateOption)
- Specified by:
createDateOption
in interface DateOptionDao
listDateOptionsByScheduleEventId
public Set<DateOption> listDateOptionsByScheduleEventId(String scheduleEventId)
- Specified by:
listDateOptionsByScheduleEventId
in interface DateOptionDao
deleteDatesOptionsByScheduleEventId
public void deleteDatesOptionsByScheduleEventId(String scheduleEventId)
- Specified by:
deleteDatesOptionsByScheduleEventId
in interface DateOptionDao
Copyright © 2016 Silverpeas. All Rights Reserved.