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 AppointmentClosingTimeAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)AppointmentClosingTimeAppointmentClosingTimeDao. 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 AppointmentClosingTimeAppointmentClosingTime. 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 voidAppointmentTemplate. 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 voidAppointmentTemplate. addClosingTimes(Iterable<AppointmentClosingTime> closingTimes)Adds one or more closing times to this template.voidAppointmentTemplate. 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 AppointmentClosingTimeAppointmentHelper. createDefaultClosingTime(AppointmentTemplate template)Creates the defaultclosing timeswhen none are set yet.static AppointmentClosingTimeAppointmentHelper. 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 AppointmentClosingTimeAppointmentClosingTimeModel. cloneItem(AppointmentClosingTime item)protected AppointmentClosingTimeAppointmentClosingTimeModel. createNew()Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClosingTime Modifier and Type Method Description protected voidAppointmentClosingTimeModel. addSubtypePropertiesToItem(AppointmentClosingTime item, com.alibaba.fastjson.JSONObject json)protected voidAppointmentClosingTimeModel. addSubtypePropertiesToJson(com.alibaba.fastjson.JSONObject json, AppointmentClosingTime item)protected booleanAppointmentClosingTimeModel. areSubtypePropertiesEqual(AppointmentClosingTime x, AppointmentClosingTime y)protected AppointmentClosingTimeAppointmentClosingTimeModel. cloneItem(AppointmentClosingTime item) 
 -