Uses of Class
de.xima.fc.entities.AppointmentClientClosingTime
Packages that use AppointmentClientClosingTime
Package
Description
Package für Datenbankentitäten
-
Uses of AppointmentClientClosingTime in de.xima.fc.dao.impl
Subclasses with type arguments of type AppointmentClientClosingTime in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIAppointmentClientClosingTimeDaofor reading and writingAppointmentClientClosingTimeentities.Methods in de.xima.fc.dao.impl that return AppointmentClientClosingTimeModifier and TypeMethodDescriptionAppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) AppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type AppointmentClientClosingTimeModifier and TypeMethodDescriptionAppointmentClientClosingTimeDao.getAllByClient(IEntityContext ec, Mandant client) -
Uses of AppointmentClientClosingTime in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type AppointmentClientClosingTime in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingAppointmentClientClosingTimeentities.Methods in de.xima.fc.dao.interfaces that return types with arguments of type AppointmentClientClosingTimeModifier and TypeMethodDescriptionIAppointmentClientClosingTimeDao.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 -
Uses of AppointmentClientClosingTime in de.xima.fc.gui.model.appointment
Subclasses with type arguments of type AppointmentClientClosingTime in de.xima.fc.gui.model.appointmentModifier and TypeClassDescriptionfinal classThe view model for theAppointmentClientClosingTime.Methods in de.xima.fc.gui.model.appointment that return AppointmentClientClosingTimeModifier and TypeMethodDescriptionprotected AppointmentClientClosingTimeAppointmentClientClosingTimeModel.cloneItem(AppointmentClientClosingTime item) protected AppointmentClientClosingTimeAppointmentClientClosingTimeModel.createNew()Methods in de.xima.fc.gui.model.appointment with parameters of type AppointmentClientClosingTimeModifier and TypeMethodDescriptionprotected 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)