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 AppointmentClientClosingTime
AppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
AppointmentClientClosingTime
AppointmentClientClosingTimeDao. 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 AppointmentClientClosingTime
AppointmentClientClosingTime. 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 AppointmentClientClosingTime
AppointmentClientClosingTimeModel. cloneItem(AppointmentClientClosingTime item)
protected AppointmentClientClosingTime
AppointmentClientClosingTimeModel. createNew()
Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClientClosingTime Modifier and Type Method Description protected void
AppointmentClientClosingTimeModel. addSubtypePropertiesToItem(AppointmentClientClosingTime item, com.alibaba.fastjson.JSONObject json)
protected void
AppointmentClientClosingTimeModel. addSubtypePropertiesToJson(com.alibaba.fastjson.JSONObject json, AppointmentClientClosingTime item)
protected boolean
AppointmentClientClosingTimeModel. areSubtypePropertiesEqual(AppointmentClientClosingTime x, AppointmentClientClosingTime y)
protected AppointmentClientClosingTime
AppointmentClientClosingTimeModel. cloneItem(AppointmentClientClosingTime item)
-