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
Subclasses with type arguments of type AppointmentClosingTime in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIAppointmentClosingTimeDaofor reading and writingAppointmentClosingTimeentities.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
Subinterfaces with type arguments of type AppointmentClosingTime in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingIAppointmentClosingTimeentities.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 TypeMethodDescriptionvoidAppointmentTemplate.addClosingTime(AppointmentClosingTime closingTime) Adds a closing time to this template.Method parameters in de.xima.fc.entities with type arguments of type AppointmentClosingTimeModifier and TypeMethodDescriptionvoidAppointmentTemplate.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 AppointmentClosingTimeModifier and TypeMethodDescriptionstatic 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
Subclasses with type arguments of type AppointmentClosingTime in de.xima.fc.gui.model.appointmentMethods in de.xima.fc.gui.model.appointment that return AppointmentClosingTimeModifier and TypeMethodDescriptionprotected AppointmentClosingTimeAppointmentClosingTimeModel.cloneItem(AppointmentClosingTime item) protected AppointmentClosingTimeAppointmentClosingTimeModel.createNew()Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClosingTimeModifier and TypeMethodDescriptionprotected 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)