Overview

Summary

ContactDonateImprint


2. Modular API



2.1 Module System




2.2 Module Interfaces


API 1: CityService-API (19)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /lawsuit/company/{id}findAllLawsuitOfCompany(id)CityModuleGETCompany Lawsuit
(2) /lawsuit/{id}updateLawsuitById(lawsuit)CityModulePUTLawsuit
(3) /city/{id}updateCityById(city)CityModulePUTCity
(4) /lawsuitinsertLawsuit(lawsuit)CityModulePOSTLawsuit
(5) /city/country/{id}findAllCityOfCountry(id)CityModuleGETCountry City
(6) /cityinsertCity(city)CityModulePOSTCity
(7) /country/{id}findCountryById(id)CityModuleGETCountry
(8) /cityfindAllCity()CityModuleGETCity
(9) /country/{id}deleteCountryById(id)CityModuleDELETECountry
(10) /city/{id}deleteCityById(id)CityModuleDELETECity
(11) /country/{id}updateCountryById(country)CityModulePUTCountry
(12) /lawsuitfindAllLawsuit()CityModuleGETLawsuit
(13) /countryfindAllCountry()CityModuleGETCountry
(14) /lawsuit/{id}findLawsuitById(id)CityModuleGETLawsuit
(15) /lawsuit/{id}deleteLawsuitById(id)CityModuleDELETELawsuit
(16) /lawsuit/jurisdictioncountry/{id}findAllLawsuitOfJurisdictionCountry(id)CityModuleGETCountry Lawsuit
(17) /lawsuit/jurisdictioncity/{id}findAllLawsuitOfJurisdictionCity(id)CityModuleGETCity Lawsuit
(18) /countryinsertCountry(country)CityModulePOSTCountry
(19) /city/{id}findCityById(id)CityModuleGETCity

API 2: CompanyService-API (41)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /serviceinsertService(service)CompanyModulePOSTService
(2) /acquisitionfindAllAcquisition()CompanyModuleGETAcquisition
(3) /companyfindAllCompany()CompanyModuleGETCompany
(4) /servicefindAllService()CompanyModuleGETService
(5) /companyinsertCompany(company)CompanyModulePOSTCompany
(6) /service/{id}findServiceById(id)CompanyModuleGETService
(7) /serviceregion/service/{id}findAllServiceRegionOfService(id)CompanyModuleGETService ServiceRegion
(8) /acquisition/targetcompany/{id}findAllAcquisitionOfTargetCompany(id)CompanyModuleGETCompany Acquisition
(9) /regulatoryaction/{id}deleteRegulatoryActionById(id)CompanyModuleDELETERegulatoryAction
(10) /subsidiaryinsertSubsidiary(subsidiary)CompanyModulePOSTSubsidiary
(11) /subsidiary/childcompany/{id}findAllSubsidiaryOfChildCompany(id)CompanyModuleGETCompany Subsidiary
(12) /subsidiary/{id}findSubsidiaryById(id)CompanyModuleGETSubsidiary
(13) /subsidiary/parentcompany/{id}findAllSubsidiaryOfParentCompany(id)CompanyModuleGETCompany Subsidiary
(14) /acquisition/acquirercompany/{id}findAllAcquisitionOfAcquirerCompany(id)CompanyModuleGETCompany Acquisition
(15) /subsidiaryfindAllSubsidiary()CompanyModuleGETSubsidiary
(16) /service/{id}deleteServiceById(id)CompanyModuleDELETEService
(17) /regulatoryaction/{id}updateRegulatoryActionById(regulatoryaction)CompanyModulePUTRegulatoryAction
(18) /serviceregion/{id}findServiceRegionById(id)CompanyModuleGETServiceRegion
(19) /regulatoryactioninsertRegulatoryAction(regulatoryaction)CompanyModulePOSTRegulatoryAction
(20) /acquisition/{id}deleteAcquisitionById(id)CompanyModuleDELETEAcquisition
(21) /service/company/{id}findAllServiceOfCompany(id)CompanyModuleGETCompany Service
(22) /serviceregion/{id}deleteServiceRegionById(id)CompanyModuleDELETEServiceRegion
(23) /regulatoryaction/{id}findRegulatoryActionById(id)CompanyModuleGETRegulatoryAction
(24) /serviceregion/city/{id}findAllServiceRegionOfCity(id)CompanyModuleGETCity ServiceRegion
(25) /service/{id}updateServiceById(service)CompanyModulePUTService
(26) /subsidiary/{id}updateSubsidiaryById(subsidiary)CompanyModulePUTSubsidiary
(27) /acquisition/{id}updateAcquisitionById(acquisition)CompanyModulePUTAcquisition
(28) /acquisition/{id}findAcquisitionById(id)CompanyModuleGETAcquisition
(29) /serviceregioninsertServiceRegion(serviceregion)CompanyModulePOSTServiceRegion
(30) /regulatoryaction/city/{id}findAllRegulatoryActionOfCity(id)CompanyModuleGETCity RegulatoryAction
(31) /subsidiary/{id}deleteSubsidiaryById(id)CompanyModuleDELETESubsidiary
(32) /company/{id}findCompanyById(id)CompanyModuleGETCompany
(33) /regulatoryaction/company/{id}findAllRegulatoryActionOfCompany(id)CompanyModuleGETCompany RegulatoryAction
(34) /serviceregion/country/{id}findAllServiceRegionOfCountry(id)CompanyModuleGETCountry ServiceRegion
(35) /serviceregion/{id}updateServiceRegionById(serviceregion)CompanyModulePUTServiceRegion
(36) /serviceregionfindAllServiceRegion()CompanyModuleGETServiceRegion
(37) /regulatoryaction/country/{id}findAllRegulatoryActionOfCountry(id)CompanyModuleGETCountry RegulatoryAction
(38) /acquisitioninsertAcquisition(acquisition)CompanyModulePOSTAcquisition
(39) /regulatoryactionfindAllRegulatoryAction()CompanyModuleGETRegulatoryAction
(40) /company/{id}deleteCompanyById(id)CompanyModuleDELETECompany
(41) /company/{id}updateCompanyById(company)CompanyModulePUTCompany

API 3: PersonService-API (18)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /companyrole/{id}deleteCompanyRoleById(id)PersonModuleDELETECompanyRole
(2) /personfindAllPerson()PersonModuleGETPerson
(3) /personinsertPerson(person)PersonModulePOSTPerson
(4) /financialstatement/{id}updateFinancialStatementById(financialstatement)PersonModulePUTFinancialStatement
(5) /financialstatement/{id}deleteFinancialStatementById(id)PersonModuleDELETEFinancialStatement
(6) /person/{id}findPersonById(id)PersonModuleGETPerson
(7) /financialstatementfindAllFinancialStatement()PersonModuleGETFinancialStatement
(8) /companyrole/company/{id}findAllCompanyRoleOfCompany(id)PersonModuleGETCompany CompanyRole
(9) /person/{id}updatePersonById(person)PersonModulePUTPerson
(10) /financialstatementinsertFinancialStatement(financialstatement)PersonModulePOSTFinancialStatement
(11) /companyrolefindAllCompanyRole()PersonModuleGETCompanyRole
(12) /companyrole/{id}updateCompanyRoleById(companyrole)PersonModulePUTCompanyRole
(13) /financialstatement/{id}findFinancialStatementById(id)PersonModuleGETFinancialStatement
(14) /financialstatement/company/{id}findAllFinancialStatementOfCompany(id)PersonModuleGETCompany FinancialStatement
(15) /companyrole/person/{id}findAllCompanyRoleOfPerson(id)PersonModuleGETPerson CompanyRole
(16) /companyroleinsertCompanyRole(companyrole)PersonModulePOSTCompanyRole
(17) /person/{id}deletePersonById(id)PersonModuleDELETEPerson
(18) /companyrole/{id}findCompanyRoleById(id)PersonModuleGETCompanyRole

API 4: PlatformUserService-API (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /rideraccount/platformuser/{id}findAllRiderAccountOfPlatformUser(id)PlatformUserModuleGETPlatformUser RiderAccount
(2) /paymentmethod/{id}updatePaymentMethodById(paymentmethod)PlatformUserModulePUTPaymentMethod
(3) /rideraccount/{id}updateRiderAccountById(rideraccount)PlatformUserModulePUTRiderAccount
(4) /paymentmethodfindAllPaymentMethod()PlatformUserModuleGETPaymentMethod
(5) /rideraccountinsertRiderAccount(rideraccount)PlatformUserModulePOSTRiderAccount
(6) /rideraccount/{id}deleteRiderAccountById(id)PlatformUserModuleDELETERiderAccount
(7) /platformuser/{id}updatePlatformUserById(platformuser)PlatformUserModulePUTPlatformUser
(8) /paymentmethod/{id}findPaymentMethodById(id)PlatformUserModuleGETPaymentMethod
(9) /platformuserfindAllPlatformUser()PlatformUserModuleGETPlatformUser
(10) /paymentmethodinsertPaymentMethod(paymentmethod)PlatformUserModulePOSTPaymentMethod
(11) /paymentmethod/platformuser/{id}findAllPaymentMethodOfPlatformUser(id)PlatformUserModuleGETPlatformUser PaymentMethod
(12) /platformuserinsertPlatformUser(platformuser)PlatformUserModulePOSTPlatformUser
(13) /rideraccountfindAllRiderAccount()PlatformUserModuleGETRiderAccount
(14) /rideraccount/{id}findRiderAccountById(id)PlatformUserModuleGETRiderAccount
(15) /platformuser/{id}deletePlatformUserById(id)PlatformUserModuleDELETEPlatformUser
(16) /platformuser/{id}findPlatformUserById(id)PlatformUserModuleGETPlatformUser
(17) /paymentmethod/{id}deletePaymentMethodById(id)PlatformUserModuleDELETEPaymentMethod

API 5: StockListingService-API (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /promotion/{id}deletePromotionById(id)StockListingModuleDELETEPromotion
(2) /indexmembership/{id}findIndexMembershipById(id)StockListingModuleGETIndexMembership
(3) /indexmembershipinsertIndexMembership(indexmembership)StockListingModulePOSTIndexMembership
(4) /promotion/{id}findPromotionById(id)StockListingModuleGETPromotion
(5) /promotionfindAllPromotion()StockListingModuleGETPromotion
(6) /stocklisting/{id}updateStockListingById(stocklisting)StockListingModulePUTStockListing
(7) /indexmembership/{id}deleteIndexMembershipById(id)StockListingModuleDELETEIndexMembership
(8) /indexmembership/stocklisting/{id}findAllIndexMembershipOfStockListing(id)StockListingModuleGETStockListing IndexMembership
(9) /stocklisting/company/{id}findAllStockListingOfCompany(id)StockListingModuleGETCompany StockListing
(10) /promotioninsertPromotion(promotion)StockListingModulePOSTPromotion
(11) /stocklistingfindAllStockListing()StockListingModuleGETStockListing
(12) /promotion/{id}updatePromotionById(promotion)StockListingModulePUTPromotion
(13) /stocklisting/{id}findStockListingById(id)StockListingModuleGETStockListing
(14) /indexmembership/{id}updateIndexMembershipById(indexmembership)StockListingModulePUTIndexMembership
(15) /stocklisting/{id}deleteStockListingById(id)StockListingModuleDELETEStockListing
(16) /indexmembershipfindAllIndexMembership()StockListingModuleGETIndexMembership
(17) /stocklistinginsertStockListing(stocklisting)StockListingModulePOSTStockListing

API 6: VehicleService-API (43)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /trippayment/paymentmethod/{id}findAllTripPaymentOfPaymentMethod(id)VehicleModuleGETPaymentMethod TripPayment
(2) /tripfindAllTrip()VehicleModuleGETTrip
(3) /trippayment/{id}deleteTripPaymentById(id)VehicleModuleDELETETripPayment
(4) /drivervehicle/{id}findDriverVehicleById(id)VehicleModuleGETDriverVehicle
(5) /drivervehicle/vehicle/{id}findAllDriverVehicleOfVehicle(id)VehicleModuleGETVehicle DriverVehicle
(6) /trippromotioninsertTripPromotion(trippromotion)VehicleModulePOSTTripPromotion
(7) /driveraccountfindAllDriverAccount()VehicleModuleGETDriverAccount
(8) /trippromotion/{id}deleteTripPromotionById(id)VehicleModuleDELETETripPromotion
(9) /driveraccount/platformuser/{id}findAllDriverAccountOfPlatformUser(id)VehicleModuleGETPlatformUser DriverAccount
(10) /vehicle/{id}updateVehicleById(vehicle)VehicleModulePUTVehicle
(11) /trip/{id}deleteTripById(id)VehicleModuleDELETETrip
(12) /drivervehicle/{id}updateDriverVehicleById(drivervehicle)VehicleModulePUTDriverVehicle
(13) /trip/{id}updateTripById(trip)VehicleModulePUTTrip
(14) /drivervehicleinsertDriverVehicle(drivervehicle)VehicleModulePOSTDriverVehicle
(15) /trippayment/{id}updateTripPaymentById(trippayment)VehicleModulePUTTripPayment
(16) /trip/origincity/{id}findAllTripOfOriginCity(id)VehicleModuleGETCity Trip
(17) /drivervehicle/driveraccount/{id}findAllDriverVehicleOfDriverAccount(id)VehicleModuleGETDriverAccount DriverVehicle
(18) /trippaymentfindAllTripPayment()VehicleModuleGETTripPayment
(19) /trippromotionfindAllTripPromotion()VehicleModuleGETTripPromotion
(20) /trip/service/{id}findAllTripOfService(id)VehicleModuleGETService Trip
(21) /driveraccountinsertDriverAccount(driveraccount)VehicleModulePOSTDriverAccount
(22) /drivervehiclefindAllDriverVehicle()VehicleModuleGETDriverVehicle
(23) /drivervehicle/{id}deleteDriverVehicleById(id)VehicleModuleDELETEDriverVehicle
(24) /trip/{id}findTripById(id)VehicleModuleGETTrip
(25) /trippromotion/{id}updateTripPromotionById(trippromotion)VehicleModulePUTTripPromotion
(26) /trip/rideraccount/{id}findAllTripOfRiderAccount(id)VehicleModuleGETRiderAccount Trip
(27) /trippromotion/{id}findTripPromotionById(id)VehicleModuleGETTripPromotion
(28) /trippayment/trip/{id}findAllTripPaymentOfTrip(id)VehicleModuleGETTrip TripPayment
(29) /trippayment/{id}findTripPaymentById(id)VehicleModuleGETTripPayment
(30) /vehicle/{id}deleteVehicleById(id)VehicleModuleDELETEVehicle
(31) /trippromotion/trip/{id}findAllTripPromotionOfTrip(id)VehicleModuleGETTrip TripPromotion
(32) /tripinsertTrip(trip)VehicleModulePOSTTrip
(33) /vehicleinsertVehicle(vehicle)VehicleModulePOSTVehicle
(34) /driveraccount/{id}findDriverAccountById(id)VehicleModuleGETDriverAccount
(35) /trip/destinationcity/{id}findAllTripOfDestinationCity(id)VehicleModuleGETCity Trip
(36) /vehiclefindAllVehicle()VehicleModuleGETVehicle
(37) /trip/driveraccount/{id}findAllTripOfDriverAccount(id)VehicleModuleGETDriverAccount Trip
(38) /driveraccount/{id}deleteDriverAccountById(id)VehicleModuleDELETEDriverAccount
(39) /vehicle/{id}findVehicleById(id)VehicleModuleGETVehicle
(40) /trippaymentinsertTripPayment(trippayment)VehicleModulePOSTTripPayment
(41) /driveraccount/{id}updateDriverAccountById(driveraccount)VehicleModulePUTDriverAccount
(42) /trip/vehicle/{id}findAllTripOfVehicle(id)VehicleModuleGETVehicle Trip
(43) /trippromotion/promotion/{id}findAllTripPromotionOfPromotion(id)VehicleModuleGETPromotion TripPromotion



Overview

Summary

ContactDonateImprint