Uses of Interface
de.xima.fc.entities.interfaces.IAppointmentClosingTime
Packages that use IAppointmentClosingTime
Package
Description
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 IAppointmentClosingTimeModifier and TypeMethodDescriptionstatic 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.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 IAppointmentClosingTimeModifier and TypeMethodDescriptionIAppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the closing time with the given UUIDIAppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the closing time with the given UUIDIAppointmentClosingTimeDao.getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid) Returns the closing time with the given UUIDIAppointmentClosingTimeDao.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 IAppointmentClosingTimeModifier and TypeClassDescriptionclassDescribes the closing hours of anAppointmentTemplate.classDescribes the closing hours of anAppointmentTemplate.classDescribes the closing hours of anAppointmentTemplate.