Uses of Class
de.xima.fc.entities.AppointmentClosingTime
Packages that use AppointmentClosingTime
Package
Description
Package für Datenbankentitäten
-
Uses of AppointmentClosingTime in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AppointmentClosingTimeModifier and TypeMethodDescriptionAppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) AppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type AppointmentClosingTimeModifier and TypeMethodDescriptionAppointmentClosingTimeDao.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 AppointmentClosingTimeModifier and TypeMethodDescriptionIAppointmentClosingTimeDao.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 AppointmentClosingTimeMethods in de.xima.fc.entities that return types with arguments of type AppointmentClosingTimeMethods in de.xima.fc.entities with parameters of type AppointmentClosingTimeModifier and TypeMethodDescriptionvoid
AppointmentTemplate.addClosingTime
(AppointmentClosingTime closingTime) Adds a closing time to this template.Method parameters in de.xima.fc.entities with type arguments of type AppointmentClosingTimeModifier and TypeMethodDescriptionvoid
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 AppointmentClosingTimeModifier and TypeMethodDescriptionstatic 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 AppointmentClosingTimeModifier and TypeMethodDescriptionprotected AppointmentClosingTime
AppointmentClosingTimeModel.cloneItem
(AppointmentClosingTime item) protected AppointmentClosingTime
AppointmentClosingTimeModel.createNew()
Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClosingTimeModifier and TypeMethodDescriptionprotected 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)