Overview

Summary

ContactDonateImprint


Appendix E-23: USER ACCOUNT (UI prompt)


UserAccountUserAccountModuleFlightRadar

Properties (8)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGUserAccount
(2) CreatedAtUtcDATEUserAccount
(3) DisplayNameSTRINGUserAccount
(4) EmailSTRINGUserAccount
(5) IsAdminBOOLUserAccount
(6) LastLoginAtUtcDATEUserAccount
(7) PasswordHashSTRINGUserAccount
(8) SubscriptionPlanINTUserAccount


Module Interfaces (13)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /adimpression/useraccount/{id}findAllAdImpressionOfUserAccount(id)AdvertisementModuleGETUserAccount AdImpression
(2) /adblockdetectionevent/useraccount/{id}findAllAdBlockDetectionEventOfUserAccount(id)AircraftModuleGETUserAccount AdBlockDetectionEvent
(3) /alert/useraccount/{id}findAllAlertOfUserAccount(id)FlightModuleGETUserAccount Alert
(4) /receiver/owneruser/{id}findAllReceiverOfOwnerUser(id)ReceiverModuleGETUserAccount Receiver
(5) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(6) /mapviewsession/useraccount/{id}findAllMapViewSessionOfUserAccount(id)UserAccountModuleGETUserAccount MapViewSession
(7) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(8) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(9) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(10) /usersetting/useraccount/{id}findAllUserSettingOfUserAccount(id)UserAccountModuleGETUserAccount UserSetting
(11) /usersubscription/useraccount/{id}findAllUserSubscriptionOfUserAccount(id)UserAccountModuleGETUserAccount UserSubscription
(12) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(13) /filterpreset/useraccount/{id}findAllFilterPresetOfUserAccount(id)WeatherLayerModuleGETUserAccount FilterPreset





Example:

final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);
if (useraccount != null) {
}
return useraccount;


Overview

Summary

ContactDonateImprint