Overview

Summary

ContactDonateImprint


2. Modular API



2.1 Module System




2.2 Module Interfaces


API 1: CountryService-API (11)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /militarybranch/{id}findMilitaryBranchById(id)CountryModuleGETMilitaryBranch
(2) /countryinsertCountry(country)CountryModulePOSTCountry
(3) /militarybranchinsertMilitaryBranch(militarybranch)CountryModulePOSTMilitaryBranch
(4) /militarybranchfindAllMilitaryBranch()CountryModuleGETMilitaryBranch
(5) /countryfindAllCountry()CountryModuleGETCountry
(6) /country/{id}findCountryById(id)CountryModuleGETCountry
(7) /militarybranch/country/{id}findAllMilitaryBranchOfCountry(id)CountryModuleGETCountry MilitaryBranch
(8) /country/{id}updateCountryById(country)CountryModulePUTCountry
(9) /militarybranch/{id}deleteMilitaryBranchById(id)CountryModuleDELETEMilitaryBranch
(10) /militarybranch/{id}updateMilitaryBranchById(militarybranch)CountryModulePUTMilitaryBranch
(11) /country/{id}deleteCountryById(id)CountryModuleDELETECountry

API 2: CustomerService-API (32)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /payment/{id}updatePaymentById(payment)CustomerModulePUTPayment
(2) /customer/{id}findCustomerById(id)CustomerModuleGETCustomer
(3) /reservation/{id}deleteReservationById(id)CustomerModuleDELETEReservation
(4) /payment/booking/{id}findAllPaymentOfBooking(id)CustomerModuleGETBooking Payment
(5) /booking/{id}updateBookingById(booking)CustomerModulePUTBooking
(6) /customer/{id}updateCustomerById(customer)CustomerModulePUTCustomer
(7) /customerorderinsertCustomerOrder(customerorder)CustomerModulePOSTCustomerOrder
(8) /bookinginsertBooking(booking)CustomerModulePOSTBooking
(9) /paymentfindAllPayment()CustomerModuleGETPayment
(10) /reservation/customer/{id}findAllReservationOfCustomer(id)CustomerModuleGETCustomer Reservation
(11) /customerorderfindAllCustomerOrder()CustomerModuleGETCustomerOrder
(12) /reservation/{id}updateReservationById(reservation)CustomerModulePUTReservation
(13) /payment/{id}findPaymentById(id)CustomerModuleGETPayment
(14) /booking/{id}findBookingById(id)CustomerModuleGETBooking
(15) /payment/{id}deletePaymentById(id)CustomerModuleDELETEPayment
(16) /reservationfindAllReservation()CustomerModuleGETReservation
(17) /reservationinsertReservation(reservation)CustomerModulePOSTReservation
(18) /bookingfindAllBooking()CustomerModuleGETBooking
(19) /customerorder/{id}findCustomerOrderById(id)CustomerModuleGETCustomerOrder
(20) /customerfindAllCustomer()CustomerModuleGETCustomer
(21) /customerorder/customer/{id}findAllCustomerOrderOfCustomer(id)CustomerModuleGETCustomer CustomerOrder
(22) /customerorder/{id}updateCustomerOrderById(customerorder)CustomerModulePUTCustomerOrder
(23) /booking/customer/{id}findAllBookingOfCustomer(id)CustomerModuleGETCustomer Booking
(24) /booking/{id}deleteBookingById(id)CustomerModuleDELETEBooking
(25) /booking/flight/{id}findAllBookingOfFlight(id)CustomerModuleGETFlight Booking
(26) /paymentinsertPayment(payment)CustomerModulePOSTPayment
(27) /customerinsertCustomer(customer)CustomerModulePOSTCustomer
(28) /customer/{id}deleteCustomerById(id)CustomerModuleDELETECustomer
(29) /reservation/restaurant/{id}findAllReservationOfRestaurant(id)CustomerModuleGETRestaurant Reservation
(30) /customer/country/{id}findAllCustomerOfCountry(id)CustomerModuleGETCountry Customer
(31) /reservation/{id}findReservationById(id)CustomerModuleGETReservation
(32) /customerorder/{id}deleteCustomerOrderById(id)CustomerModuleDELETECustomerOrder

API 3: EngineService-API (20)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /engine/{id}updateEngineById(engine)EngineModulePUTEngine
(2) /memorial/{id}updateMemorialById(memorial)EngineModulePUTMemorial
(3) /memorialfindAllMemorial()EngineModuleGETMemorial
(4) /zeppelinengine/engine/{id}findAllZeppelinEngineOfEngine(id)EngineModuleGETEngine ZeppelinEngine
(5) /memorial/{id}findMemorialById(id)EngineModuleGETMemorial
(6) /zeppelinengine/{id}updateZeppelinEngineById(zeppelinengine)EngineModulePUTZeppelinEngine
(7) /zeppelinengineinsertZeppelinEngine(zeppelinengine)EngineModulePOSTZeppelinEngine
(8) /memorial/location/{id}findAllMemorialOfLocation(id)EngineModuleGETLocation Memorial
(9) /zeppelinengine/{id}deleteZeppelinEngineById(id)EngineModuleDELETEZeppelinEngine
(10) /engine/{id}findEngineById(id)EngineModuleGETEngine
(11) /zeppelinengine/zeppelin/{id}findAllZeppelinEngineOfZeppelin(id)EngineModuleGETZeppelin ZeppelinEngine
(12) /zeppelinenginefindAllZeppelinEngine()EngineModuleGETZeppelinEngine
(13) /enginefindAllEngine()EngineModuleGETEngine
(14) /memorial/relatedaccident/{id}findAllMemorialOfRelatedAccident(id)EngineModuleGETAccident Memorial
(15) /engine/manufacturer/{id}findAllEngineOfManufacturer(id)EngineModuleGETOrganization Engine
(16) /engine/{id}deleteEngineById(id)EngineModuleDELETEEngine
(17) /memorialinsertMemorial(memorial)EngineModulePOSTMemorial
(18) /engineinsertEngine(engine)EngineModulePOSTEngine
(19) /zeppelinengine/{id}findZeppelinEngineById(id)EngineModuleGETZeppelinEngine
(20) /memorial/{id}deleteMemorialById(id)EngineModuleDELETEMemorial

API 4: FlightService-API (21)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /flightinsertFlight(flight)FlightModulePOSTFlight
(2) /bookingseat/flightseat/{id}findAllBookingSeatOfFlightSeat(id)FlightModuleGETFlightSeat BookingSeat
(3) /flightfindAllFlight()FlightModuleGETFlight
(4) /bookingseat/booking/{id}findAllBookingSeatOfBooking(id)FlightModuleGETBooking BookingSeat
(5) /bookingseatfindAllBookingSeat()FlightModuleGETBookingSeat
(6) /flight/{id}updateFlightById(flight)FlightModulePUTFlight
(7) /flight/{id}findFlightById(id)FlightModuleGETFlight
(8) /bookingseat/{id}deleteBookingSeatById(id)FlightModuleDELETEBookingSeat
(9) /flightseat/flight/{id}findAllFlightSeatOfFlight(id)FlightModuleGETFlight FlightSeat
(10) /flightseatfindAllFlightSeat()FlightModuleGETFlightSeat
(11) /flightseatinsertFlightSeat(flightseat)FlightModulePOSTFlightSeat
(12) /flightseat/{id}deleteFlightSeatById(id)FlightModuleDELETEFlightSeat
(13) /flightseat/{id}updateFlightSeatById(flightseat)FlightModulePUTFlightSeat
(14) /flightseat/{id}findFlightSeatById(id)FlightModuleGETFlightSeat
(15) /bookingseatinsertBookingSeat(bookingseat)FlightModulePOSTBookingSeat
(16) /flight/zeppelin/{id}findAllFlightOfZeppelin(id)FlightModuleGETZeppelin Flight
(17) /flight/flightroute/{id}findAllFlightOfFlightRoute(id)FlightModuleGETFlightRoute Flight
(18) /bookingseat/{id}findBookingSeatById(id)FlightModuleGETBookingSeat
(19) /bookingseat/{id}updateBookingSeatById(bookingseat)FlightModulePUTBookingSeat
(20) /flight/{id}deleteFlightById(id)FlightModuleDELETEFlight
(21) /flightseat/seat/{id}findAllFlightSeatOfSeat(id)FlightModuleGETSeat FlightSeat

API 5: GiftVoucherService-API (19)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /giftredemption/{id}deleteGiftRedemptionById(id)GiftVoucherModuleDELETEGiftRedemption
(2) /giftredemption/{id}updateGiftRedemptionById(giftredemption)GiftVoucherModulePUTGiftRedemption
(3) /giftredemption/booking/{id}findAllGiftRedemptionOfBooking(id)GiftVoucherModuleGETBooking GiftRedemption
(4) /giftvoucherinsertGiftVoucher(giftvoucher)GiftVoucherModulePOSTGiftVoucher
(5) /giftredemptioninsertGiftRedemption(giftredemption)GiftVoucherModulePOSTGiftRedemption
(6) /giftvoucherfindAllGiftVoucher()GiftVoucherModuleGETGiftVoucher
(7) /giftvoucher/{id}deleteGiftVoucherById(id)GiftVoucherModuleDELETEGiftVoucher
(8) /foundationfindAllFoundation()GiftVoucherModuleGETFoundation
(9) /giftredemptionfindAllGiftRedemption()GiftVoucherModuleGETGiftRedemption
(10) /giftvoucher/{id}updateGiftVoucherById(giftvoucher)GiftVoucherModulePUTGiftVoucher
(11) /giftvoucher/{id}findGiftVoucherById(id)GiftVoucherModuleGETGiftVoucher
(12) /giftvoucher/purchasercustomer/{id}findAllGiftVoucherOfPurchaserCustomer(id)GiftVoucherModuleGETCustomer GiftVoucher
(13) /giftredemption/{id}findGiftRedemptionById(id)GiftVoucherModuleGETGiftRedemption
(14) /foundation/{id}updateFoundationById(foundation)GiftVoucherModulePUTFoundation
(15) /giftredemption/giftvoucher/{id}findAllGiftRedemptionOfGiftVoucher(id)GiftVoucherModuleGETGiftVoucher GiftRedemption
(16) /foundation/{id}deleteFoundationById(id)GiftVoucherModuleDELETEFoundation
(17) /foundation/{id}findFoundationById(id)GiftVoucherModuleGETFoundation
(18) /foundationinsertFoundation(foundation)GiftVoucherModulePOSTFoundation
(19) /foundation/organization/{id}findAllFoundationOfOrganization(id)GiftVoucherModuleGETOrganization Foundation

API 6: LocationService-API (35)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /flightroute/arrivallocation/{id}findAllFlightRouteOfArrivalLocation(id)LocationModuleGETLocation FlightRoute
(2) /flightroute/{id}findFlightRouteById(id)LocationModuleGETFlightRoute
(3) /flightroute/defaulthangar/{id}findAllFlightRouteOfDefaultHangar(id)LocationModuleGETHangar FlightRoute
(4) /hangar/{id}deleteHangarById(id)LocationModuleDELETEHangar
(5) /hangar/{id}findHangarById(id)LocationModuleGETHangar
(6) /location/{id}deleteLocationById(id)LocationModuleDELETELocation
(7) /hangar/{id}updateHangarById(hangar)LocationModulePUTHangar
(8) /accident/location/{id}findAllAccidentOfLocation(id)LocationModuleGETLocation Accident
(9) /jobpostinginsertJobPosting(jobposting)LocationModulePOSTJobPosting
(10) /flightroutefindAllFlightRoute()LocationModuleGETFlightRoute
(11) /locationfindAllLocation()LocationModuleGETLocation
(12) /flightroute/departurelocation/{id}findAllFlightRouteOfDepartureLocation(id)LocationModuleGETLocation FlightRoute
(13) /jobposting/{id}updateJobPostingById(jobposting)LocationModulePUTJobPosting
(14) /jobposting/organization/{id}findAllJobPostingOfOrganization(id)LocationModuleGETOrganization JobPosting
(15) /locationinsertLocation(location)LocationModulePOSTLocation
(16) /accidentinsertAccident(accident)LocationModulePOSTAccident
(17) /flightroute/{id}deleteFlightRouteById(id)LocationModuleDELETEFlightRoute
(18) /jobpostingfindAllJobPosting()LocationModuleGETJobPosting
(19) /jobposting/location/{id}findAllJobPostingOfLocation(id)LocationModuleGETLocation JobPosting
(20) /location/{id}updateLocationById(location)LocationModulePUTLocation
(21) /accident/zeppelin/{id}findAllAccidentOfZeppelin(id)LocationModuleGETZeppelin Accident
(22) /location/{id}findLocationById(id)LocationModuleGETLocation
(23) /hangarinsertHangar(hangar)LocationModulePOSTHangar
(24) /accident/mission/{id}findAllAccidentOfMission(id)LocationModuleGETMission Accident
(25) /flightroute/{id}updateFlightRouteById(flightroute)LocationModulePUTFlightRoute
(26) /hangar/location/{id}findAllHangarOfLocation(id)LocationModuleGETLocation Hangar
(27) /jobposting/{id}deleteJobPostingById(id)LocationModuleDELETEJobPosting
(28) /accident/{id}updateAccidentById(accident)LocationModulePUTAccident
(29) /flightrouteinsertFlightRoute(flightroute)LocationModulePOSTFlightRoute
(30) /hangarfindAllHangar()LocationModuleGETHangar
(31) /jobposting/{id}findJobPostingById(id)LocationModuleGETJobPosting
(32) /accident/{id}findAccidentById(id)LocationModuleGETAccident
(33) /location/country/{id}findAllLocationOfCountry(id)LocationModuleGETCountry Location
(34) /accidentfindAllAccident()LocationModuleGETAccident
(35) /accident/{id}deleteAccidentById(id)LocationModuleDELETEAccident

API 7: MissionService-API (21)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /missiontype/{id}updateMissionTypeById(missiontype)MissionModulePUTMissionType
(2) /mission/{id}deleteMissionById(id)MissionModuleDELETEMission
(3) /mission/{id}updateMissionById(mission)MissionModulePUTMission
(4) /missiontype/{id}findMissionTypeById(id)MissionModuleGETMissionType
(5) /missiontype/{id}deleteMissionTypeById(id)MissionModuleDELETEMissionType
(6) /mission/destinationlocation/{id}findAllMissionOfDestinationLocation(id)MissionModuleGETLocation Mission
(7) /missioninsertMission(mission)MissionModulePOSTMission
(8) /war/{id}findWarById(id)MissionModuleGETWar
(9) /missiontypeinsertMissionType(missiontype)MissionModulePOSTMissionType
(10) /warinsertWar(war)MissionModulePOSTWar
(11) /war/{id}deleteWarById(id)MissionModuleDELETEWar
(12) /mission/{id}findMissionById(id)MissionModuleGETMission
(13) /mission/war/{id}findAllMissionOfWar(id)MissionModuleGETWar Mission
(14) /mission/originlocation/{id}findAllMissionOfOriginLocation(id)MissionModuleGETLocation Mission
(15) /warfindAllWar()MissionModuleGETWar
(16) /mission/zeppelin/{id}findAllMissionOfZeppelin(id)MissionModuleGETZeppelin Mission
(17) /war/{id}updateWarById(war)MissionModulePUTWar
(18) /missionfindAllMission()MissionModuleGETMission
(19) /mission/militarybranch/{id}findAllMissionOfMilitaryBranch(id)MissionModuleGETMilitaryBranch Mission
(20) /mission/missiontype/{id}findAllMissionOfMissionType(id)MissionModuleGETMissionType Mission
(21) /missiontypefindAllMissionType()MissionModuleGETMissionType

API 8: OrganizationService-API (34)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /lotteryfindAllLottery()OrganizationModuleGETLottery
(2) /donationcampaign/beneficiaryorganization/{id}findAllDonationCampaignOfBeneficiaryOrganization(id)OrganizationModuleGETOrganization DonationCampaign
(3) /eventinsertEvent(event)OrganizationModulePOSTEvent
(4) /zeppelinclass/{id}findZeppelinClassById(id)OrganizationModuleGETZeppelinClass
(5) /lotteryinsertLottery(lottery)OrganizationModulePOSTLottery
(6) /event/relatedorganization/{id}findAllEventOfRelatedOrganization(id)OrganizationModuleGETOrganization Event
(7) /donationcampaign/{id}updateDonationCampaignById(donationcampaign)OrganizationModulePUTDonationCampaign
(8) /donationcampaignfindAllDonationCampaign()OrganizationModuleGETDonationCampaign
(9) /donationcampaign/{id}deleteDonationCampaignById(id)OrganizationModuleDELETEDonationCampaign
(10) /event/{id}updateEventById(event)OrganizationModulePUTEvent
(11) /event/{id}findEventById(id)OrganizationModuleGETEvent
(12) /event/location/{id}findAllEventOfLocation(id)OrganizationModuleGETLocation Event
(13) /donationcampaigninsertDonationCampaign(donationcampaign)OrganizationModulePOSTDonationCampaign
(14) /organizationfindAllOrganization()OrganizationModuleGETOrganization
(15) /organizationinsertOrganization(organization)OrganizationModulePOSTOrganization
(16) /event/relatedzeppelin/{id}findAllEventOfRelatedZeppelin(id)OrganizationModuleGETZeppelin Event
(17) /eventfindAllEvent()OrganizationModuleGETEvent
(18) /zeppelinclassinsertZeppelinClass(zeppelinclass)OrganizationModulePOSTZeppelinClass
(19) /lottery/{id}findLotteryById(id)OrganizationModuleGETLottery
(20) /donationcampaign/{id}findDonationCampaignById(id)OrganizationModuleGETDonationCampaign
(21) /organization/headquarterslocation/{id}findAllOrganizationOfHeadquartersLocation(id)OrganizationModuleGETLocation Organization
(22) /zeppelinclass/{id}deleteZeppelinClassById(id)OrganizationModuleDELETEZeppelinClass
(23) /donationcampaign/relatedevent/{id}findAllDonationCampaignOfRelatedEvent(id)OrganizationModuleGETEvent DonationCampaign
(24) /lottery/relatedevent/{id}findAllLotteryOfRelatedEvent(id)OrganizationModuleGETEvent Lottery
(25) /event/{id}deleteEventById(id)OrganizationModuleDELETEEvent
(26) /lottery/{id}updateLotteryById(lottery)OrganizationModulePUTLottery
(27) /lottery/beneficiaryorganization/{id}findAllLotteryOfBeneficiaryOrganization(id)OrganizationModuleGETOrganization Lottery
(28) /organization/{id}deleteOrganizationById(id)OrganizationModuleDELETEOrganization
(29) /zeppelinclass/{id}updateZeppelinClassById(zeppelinclass)OrganizationModulePUTZeppelinClass
(30) /lottery/{id}deleteLotteryById(id)OrganizationModuleDELETELottery
(31) /zeppelinclassfindAllZeppelinClass()OrganizationModuleGETZeppelinClass
(32) /zeppelinclass/manufacturer/{id}findAllZeppelinClassOfManufacturer(id)OrganizationModuleGETOrganization ZeppelinClass
(33) /organization/{id}findOrganizationById(id)OrganizationModuleGETOrganization
(34) /organization/{id}updateOrganizationById(organization)OrganizationModulePUTOrganization

API 9: PersonService-API (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /patent/inventor/{id}findAllPatentOfInventor(id)PersonModuleGETPerson Patent
(2) /patent/{id}updatePatentById(patent)PersonModulePUTPatent
(3) /person/{id}updatePersonById(person)PersonModulePUTPerson
(4) /jobapplication/{id}deleteJobApplicationById(id)PersonModuleDELETEJobApplication
(5) /jobapplicationfindAllJobApplication()PersonModuleGETJobApplication
(6) /person/{id}findPersonById(id)PersonModuleGETPerson
(7) /person/{id}deletePersonById(id)PersonModuleDELETEPerson
(8) /patentinsertPatent(patent)PersonModulePOSTPatent
(9) /personfindAllPerson()PersonModuleGETPerson
(10) /jobapplication/{id}findJobApplicationById(id)PersonModuleGETJobApplication
(11) /patent/{id}findPatentById(id)PersonModuleGETPatent
(12) /jobapplication/jobposting/{id}findAllJobApplicationOfJobPosting(id)PersonModuleGETJobPosting JobApplication
(13) /patentfindAllPatent()PersonModuleGETPatent
(14) /jobapplication/{id}updateJobApplicationById(jobapplication)PersonModulePUTJobApplication
(15) /jobapplicationinsertJobApplication(jobapplication)PersonModulePOSTJobApplication
(16) /personinsertPerson(person)PersonModulePOSTPerson
(17) /patent/{id}deletePatentById(id)PersonModuleDELETEPatent

API 10: ProductService-API (11)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /product/{id}updateProductById(product)ProductModulePUTProduct
(2) /productinsertProduct(product)ProductModulePOSTProduct
(3) /orderitemfindAllOrderItem()ProductModuleGETOrderItem
(4) /orderitem/{id}updateOrderItemById(orderitem)ProductModulePUTOrderItem
(5) /orderitem/{id}findOrderItemById(id)ProductModuleGETOrderItem
(6) /orderiteminsertOrderItem(orderitem)ProductModulePOSTOrderItem
(7) /product/{id}deleteProductById(id)ProductModuleDELETEProduct
(8) /product/{id}findProductById(id)ProductModuleGETProduct
(9) /productfindAllProduct()ProductModuleGETProduct
(10) /orderitem/product/{id}findAllOrderItemOfProduct(id)ProductModuleGETProduct OrderItem
(11) /orderitem/{id}deleteOrderItemById(id)ProductModuleDELETEOrderItem

API 11: RestaurantService-API (13)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /restauranttable/{id}updateRestaurantTableById(restauranttable)RestaurantModulePUTRestaurantTable
(2) /restauranttable/restaurant/{id}findAllRestaurantTableOfRestaurant(id)RestaurantModuleGETRestaurant RestaurantTable
(3) /restaurantinsertRestaurant(restaurant)RestaurantModulePOSTRestaurant
(4) /restauranttableinsertRestaurantTable(restauranttable)RestaurantModulePOSTRestaurantTable
(5) /restaurant/relatedhangar/{id}findAllRestaurantOfRelatedHangar(id)RestaurantModuleGETHangar Restaurant
(6) /restaurant/location/{id}findAllRestaurantOfLocation(id)RestaurantModuleGETLocation Restaurant
(7) /restauranttable/{id}deleteRestaurantTableById(id)RestaurantModuleDELETERestaurantTable
(8) /restauranttablefindAllRestaurantTable()RestaurantModuleGETRestaurantTable
(9) /restaurant/{id}updateRestaurantById(restaurant)RestaurantModulePUTRestaurant
(10) /restaurantfindAllRestaurant()RestaurantModuleGETRestaurant
(11) /restaurant/{id}findRestaurantById(id)RestaurantModuleGETRestaurant
(12) /restaurant/{id}deleteRestaurantById(id)RestaurantModuleDELETERestaurant
(13) /restauranttable/{id}findRestaurantTableById(id)RestaurantModuleGETRestaurantTable

API 12: ZeppelinService-API (14)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /zeppelin/{id}updateZeppelinById(zeppelin)ZeppelinModulePUTZeppelin
(2) /seat/{id}deleteSeatById(id)ZeppelinModuleDELETESeat
(3) /zeppelininsertZeppelin(zeppelin)ZeppelinModulePOSTZeppelin
(4) /seatinsertSeat(seat)ZeppelinModulePOSTSeat
(5) /seatfindAllSeat()ZeppelinModuleGETSeat
(6) /zeppelin/operator/{id}findAllZeppelinOfOperator(id)ZeppelinModuleGETOrganization Zeppelin
(7) /zeppelin/{id}findZeppelinById(id)ZeppelinModuleGETZeppelin
(8) /seat/{id}updateSeatById(seat)ZeppelinModulePUTSeat
(9) /zeppelin/homebaselocation/{id}findAllZeppelinOfHomeBaseLocation(id)ZeppelinModuleGETLocation Zeppelin
(10) /seat/{id}findSeatById(id)ZeppelinModuleGETSeat
(11) /zeppelinfindAllZeppelin()ZeppelinModuleGETZeppelin
(12) /zeppelin/{id}deleteZeppelinById(id)ZeppelinModuleDELETEZeppelin
(13) /seat/zeppelin/{id}findAllSeatOfZeppelin(id)ZeppelinModuleGETZeppelin Seat
(14) /zeppelin/zeppelinclass/{id}findAllZeppelinOfZeppelinClass(id)ZeppelinModuleGETZeppelinClass Zeppelin



Overview

Summary

ContactDonateImprint