Uses of Class
io.vertigo.planning.agenda.domain.Creneau
Packages that use Creneau
Package
Description
-
Uses of Creneau in io.vertigo.planning.agenda
Method parameters in io.vertigo.planning.agenda with type arguments of type CreneauModifier and TypeMethodDescriptionAgendaPAO.reserverCreneaux(io.vertigo.datamodel.data.model.DtList<Creneau> creneaux) Execute la tache TkReserverCreneaux. -
Uses of Creneau in io.vertigo.planning.agenda.dao
Methods in io.vertigo.planning.agenda.dao that return types with arguments of type CreneauModifier and TypeMethodDescriptionCreneauDAO.selectCreneauForUpdateByAgeIds(List<Long> ageIds, LocalDate startDate, LocalDate endDate, Integer startMinutes, Integer endMinutes, Instant now) Execute la tache TkSelectCreneauForUpdateByAgeIds.CreneauDAO.selectCreneauForUpdateByTrhId(Long trhId) Execute la tache TkSelectCreneauForUpdateByTrhId.io.vertigo.datamodel.data.model.DtList<Creneau> CreneauDAO.selectFreeCreneauByAgeId(Long ageId, LocalDate startDate, LocalDate endDate, Instant now) Execute la tache TkSelectFreeCreneauByAgeId. -
Uses of Creneau in io.vertigo.planning.agenda.domain
Methods in io.vertigo.planning.agenda.domain that return types with arguments of type Creneau -
Uses of Creneau in io.vertigo.planning.agenda.services
Methods in io.vertigo.planning.agenda.services that return types with arguments of type CreneauModifier and TypeMethodDescriptionio.vertigo.datamodel.data.model.DtList<Creneau> PlanningServices.getAvailableCreneaux(io.vertigo.datamodel.data.model.UID<TrancheHoraire> trhUid, int maxAvailabilities) Method parameters in io.vertigo.planning.agenda.services with type arguments of type CreneauModifier and TypeMethodDescriptionio.vertigo.datamodel.data.model.DtList<ReservationCreneau> PlanningServices.reserverCreneaux(io.vertigo.datamodel.data.model.UID<TrancheHoraire> trhUid, io.vertigo.datamodel.data.model.DtList<Creneau> creneaux)