Uses of Annotation Interface
io.extact.rms.application.domain.constraint.RmsId
Packages that use RmsId
-
Uses of RmsId in io.extact.rms.external.webapi
Method parameters in io.extact.rms.external.webapi with annotations of type RmsIdModifier and TypeMethodDescriptionvoid
WebApiSpec.cancelReservation
(Integer reservationId) boolean
WebApiSpec.canRentedItemAtTerm
(Integer rentalItemId, @NotNull LocalDateTime from, @NotNull LocalDateTime to) void
WebApiSpec.deleteRentalItem
(Integer rentalItemId) void
WebApiSpec.deleteReservation
(Integer reservationId) void
WebApiSpec.deleteUserAccount
(Integer userAccountId) WebApiSpec.findReservationByRentalItemAndStartDate
(Integer itemId, @NotNull LocalDate startDate) WebApiSpec.findReservationByRentalItemId
(Integer rentalItemId) WebApiSpec.findReservationByReserverId
(Integer reserverId)