Uses of Class
de.xima.fc.entities.AppointmentClientClosingTime
-
Packages that use AppointmentClientClosingTime Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.model.appointment -
-
Uses of AppointmentClientClosingTime in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AppointmentClientClosingTime Modifier and Type Method Description AppointmentClientClosingTimeAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)AppointmentClientClosingTimeAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type AppointmentClientClosingTime Modifier and Type Method Description List<AppointmentClientClosingTime>AppointmentClientClosingTimeDao. getAllByClient(IEntityContext ec, Mandant client) -
Uses of AppointmentClientClosingTime in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type AppointmentClientClosingTime Modifier and Type Method Description List<AppointmentClientClosingTime>IAppointmentClientClosingTimeDao. getAllByClient(IEntityContext ec, Mandant client)Returns a list of all closing times for the given client -
Uses of AppointmentClientClosingTime in de.xima.fc.entities
Methods in de.xima.fc.entities that return AppointmentClientClosingTime Modifier and Type Method Description AppointmentClientClosingTimeAppointmentClientClosingTime. cloneBasics() -
Uses of AppointmentClientClosingTime in de.xima.fc.gui.model.appointment
Methods in de.xima.fc.gui.model.appointment that return AppointmentClientClosingTime Modifier and Type Method Description protected AppointmentClientClosingTimeAppointmentClientClosingTimeModel. cloneItem(AppointmentClientClosingTime item)protected AppointmentClientClosingTimeAppointmentClientClosingTimeModel. createNew()Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClientClosingTime Modifier and Type Method Description protected voidAppointmentClientClosingTimeModel. addSubtypePropertiesToItem(AppointmentClientClosingTime item, com.alibaba.fastjson.JSONObject json)protected voidAppointmentClientClosingTimeModel. addSubtypePropertiesToJson(com.alibaba.fastjson.JSONObject json, AppointmentClientClosingTime item)protected booleanAppointmentClientClosingTimeModel. areSubtypePropertiesEqual(AppointmentClientClosingTime x, AppointmentClientClosingTime y)protected AppointmentClientClosingTimeAppointmentClientClosingTimeModel. cloneItem(AppointmentClientClosingTime item)
-