com.silverpeas.scheduleevent.service.model.dao
Class DateOptionDaoImpl

java.lang.Object
  extended by com.silverpeas.scheduleevent.service.model.dao.DateOptionDaoImpl
All Implemented Interfaces:
DateOptionDao

public class DateOptionDaoImpl
extends Object
implements DateOptionDao


Constructor Summary
DateOptionDaoImpl()
           
 
Method Summary
 String createDateOption(DateOption dateOption)
           
 void deleteDatesOptionsByScheduleEventId(String scheduleEventId)
           
 Set<DateOption> listDateOptionsByScheduleEventId(String scheduleEventId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateOptionDaoImpl

public DateOptionDaoImpl()
Method Detail

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.