Overview

Summary

ContactDonateImprint


Appendix E-25: USER ACCOUNT (UI prompt)


UserAccountUserAccountModuleEbay

Properties (6)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGUserAccount
(2) EmailSTRINGUserAccount
(3) IsBusinessBOOLUserAccount
(4) RegistrationDateDATEUserAccount
(5) StatusSTRINGUserAccount
(6) UsernameSTRINGUserAccount


Module Interfaces (16)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /bid/bidderuseraccount/{id}findAllBidOfBidderUserAccount(id)AuctionModuleGETUserAccount Bid
(2) /fraudcase/relateduseraccount/{id}findAllFraudCaseOfRelatedUserAccount(id)DisputeModuleGETUserAccount FraudCase
(3) /dispute/openedbyuseraccount/{id}findAllDisputeOfOpenedByUserAccount(id)DisputeModuleGETUserAccount Dispute
(4) /fixedpriceoffer/buyeruseraccount/{id}findAllFixedPriceOfferOfBuyerUserAccount(id)ListingModuleGETUserAccount FixedPriceOffer
(5) /listing/selleruseraccount/{id}findAllListingOfSellerUserAccount(id)ListingModuleGETUserAccount Listing
(6) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(7) /feedback/touseraccount/{id}findAllFeedbackOfToUserAccount(id)UserAccountModuleGETUserAccount Feedback
(8) /orderitem/selleruseraccount/{id}findAllOrderItemOfSellerUserAccount(id)UserAccountModuleGETUserAccount OrderItem
(9) /feedback/fromuseraccount/{id}findAllFeedbackOfFromUserAccount(id)UserAccountModuleGETUserAccount Feedback
(10) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(11) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(12) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(13) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(14) /orderentity/buyeruseraccount/{id}findAllOrderEntityOfBuyerUserAccount(id)UserAccountModuleGETUserAccount OrderEntity
(15) /developerapplication/owneruseraccount/{id}findAllDeveloperApplicationOfOwnerUserAccount(id)UserRoleModuleGETUserAccount DeveloperApplication
(16) /useraccountrole/useraccount/{id}findAllUserAccountRoleOfUserAccount(id)UserRoleModuleGETUserAccount UserAccountRole





Example:

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


Overview

Summary

ContactDonateImprint