Uses of Interface
de.xima.fc.entities.interfaces.IAppointmentClosingTime
-
Packages that use IAppointmentClosingTime Package Description de.xima.fc.appointment de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of IAppointmentClosingTime in de.xima.fc.appointment
Method parameters in de.xima.fc.appointment with type arguments of type IAppointmentClosingTime Modifier and Type Method Description static com.google.common.collect.ImmutableRangeSet<Instant>
BaseAppointmentHelper. createClosedDateTimeRanges(List<IAppointmentClosingTime> closingTimes, com.google.common.collect.BoundType boundType, ZoneId sourceZone)
Creates the temporal disjoint intervals corresponding the given closing times.static AppointmentValidationBuilder<IEntityContext>
AppointmentValidationBuilder. forActiveDatabase(IEntityContext ec, AppointmentTemplate template, List<IAppointmentClosingTime> closingTimes)
Returns a validation builder backed by an active database connection.static <Context> AppointmentValidationBuilder<Context>
AppointmentValidationBuilder. forCustom(IAppointmentValidationAccessObject<Context> dao, AppointmentTemplate template, List<IAppointmentClosingTime> closingTimes)
Returns a validation builder backed by the given data access object. -
Uses of IAppointmentClosingTime in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return IAppointmentClosingTime Modifier and Type Method Description IAppointmentClosingTime
IAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the closing time with the given UUIDIAppointmentClosingTime
IAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the closing time with the given UUIDIAppointmentClosingTime
IAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
Returns the closing time with the given UUIDIAppointmentClosingTime
IAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)
Returns the closing time with the given UUID -
Uses of IAppointmentClosingTime in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IAppointmentClosingTime Modifier and Type Class Description class
AAppointmentClosingTime
Describes the closing hours of anAppointmentTemplate
.class
AppointmentClientClosingTime
Describes the closing hours of anAppointmentTemplate
.class
AppointmentClosingTime
Describes the closing hours of anAppointmentTemplate
.
-