*/
public SheduleReceptionLocal(Day day, DirectoryCollaboratorItem collaborator)
throws ClipsException {
super(SheduleReceptionBean.class.getSimpleName());
initBean();
ecm = new ExtraDataManager(getBean(), this, false);
Calendar cal = day.getCalendar();
Date begin = cal.getTime();
cal.add(Calendar.DAY_OF_MONTH, 1);
Date end = cal.getTime();