Uses of Class
de.xima.fc.entities.AppointmentClosingTime
-
Packages that use AppointmentClosingTime Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.common.appointment de.xima.fc.gui.model.appointment -
-
Uses of AppointmentClosingTime in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AppointmentClosingTime Modifier and Type Method Description AppointmentClosingTime
AppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
AppointmentClosingTime
AppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type AppointmentClosingTime Modifier and Type Method Description List<AppointmentClosingTime>
AppointmentClosingTimeDao. getAllByTemplate(IEntityContext ec, AppointmentTemplate template)
-
Uses of AppointmentClosingTime in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type AppointmentClosingTime Modifier and Type Method Description List<AppointmentClosingTime>
IAppointmentClosingTimeDao. getAllByTemplate(IEntityContext ec, AppointmentTemplate template)
Returns a list of all closing times for the given template -
Uses of AppointmentClosingTime in de.xima.fc.entities
Methods in de.xima.fc.entities that return AppointmentClosingTime Modifier and Type Method Description AppointmentClosingTime
AppointmentClosingTime. cloneBasics()
Methods in de.xima.fc.entities that return types with arguments of type AppointmentClosingTime Modifier and Type Method Description List<AppointmentClosingTime>
AppointmentTemplate. getClosingTimes()
Methods in de.xima.fc.entities with parameters of type AppointmentClosingTime Modifier and Type Method Description void
AppointmentTemplate. addClosingTime(AppointmentClosingTime closingTime)
Adds a closing time to this template.Method parameters in de.xima.fc.entities with type arguments of type AppointmentClosingTime Modifier and Type Method Description void
AppointmentTemplate. addClosingTimes(Iterable<AppointmentClosingTime> closingTimes)
Adds one or more closing times to this template.void
AppointmentTemplate. setClosingTimes(List<AppointmentClosingTime> closingTimes)
-
Uses of AppointmentClosingTime in de.xima.fc.gui.common.appointment
Methods in de.xima.fc.gui.common.appointment that return AppointmentClosingTime Modifier and Type Method Description static AppointmentClosingTime
AppointmentHelper. createDefaultClosingTime(AppointmentTemplate template)
Creates the defaultclosing times
when none are set yet.static AppointmentClosingTime
AppointmentHelper. createNewYearClosingTime()
Creates the closing time for the new year holiday. -
Uses of AppointmentClosingTime in de.xima.fc.gui.model.appointment
Methods in de.xima.fc.gui.model.appointment that return AppointmentClosingTime Modifier and Type Method Description protected AppointmentClosingTime
AppointmentClosingTimeModel. cloneItem(AppointmentClosingTime item)
protected AppointmentClosingTime
AppointmentClosingTimeModel. createNew()
Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClosingTime Modifier and Type Method Description protected void
AppointmentClosingTimeModel. addSubtypePropertiesToItem(AppointmentClosingTime item, com.alibaba.fastjson.JSONObject json)
protected void
AppointmentClosingTimeModel. addSubtypePropertiesToJson(com.alibaba.fastjson.JSONObject json, AppointmentClosingTime item)
protected boolean
AppointmentClosingTimeModel. areSubtypePropertiesEqual(AppointmentClosingTime x, AppointmentClosingTime y)
protected AppointmentClosingTime
AppointmentClosingTimeModel. cloneItem(AppointmentClosingTime item)
-