Overview

Summary

ContactDonateImprint


Appendix E-32: AMENITY (UI prompt)


AmenityRoomTypeModuleBookingCom

Properties (3)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGAmenity
(2) DescriptionSTRINGAmenity
(3) NameSTRINGAmenity


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /propertyamenity/amenity/{id}findAllPropertyAmenityOfAmenity(id)PropertyModuleGETAmenity PropertyAmenity
(2) /roomtypeamenity/amenity/{id}findAllRoomTypeAmenityOfAmenity(id)RoomTypeModuleGETAmenity RoomTypeAmenity
(3) /amenityfindAllAmenity()RoomTypeModuleGETAmenity
(4) /amenity/{id}deleteAmenityById(id)RoomTypeModuleDELETEAmenity
(5) /amenity/{id}updateAmenityById(amenity)RoomTypeModulePUTAmenity
(6) /amenity/{id}findAmenityById(id)RoomTypeModuleGETAmenity
(7) /amenityinsertAmenity(amenity)RoomTypeModulePOSTAmenity





Example:

final Amenity amenity = (Amenity) invokeModule(ROOM_TYPE_MODULE + "/amenity/" + id, Amenity.class);
if (amenity != null) {
}
return amenity;


Overview

Summary

ContactDonateImprint