Overview

Summary

ContactDonateImprint


Appendix E-5: STORE (UI prompt)


StoreStoreModuleDiscord

Properties (4)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGStore
(2) LaunchDateDATEStore
(3) NameSTRINGStore
(4) ShutdownDateDATEStore


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /store/{id}updateStoreById(store)StoreModulePUTStore
(2) /store/{id}deleteStoreById(id)StoreModuleDELETEStore
(3) /storeinsertStore(store)StoreModulePOSTStore
(4) /game/store/{id}findAllGameOfStore(id)StoreModuleGETStore Game
(5) /storefindAllStore()StoreModuleGETStore
(6) /store/{id}findStoreById(id)StoreModuleGETStore





Example:

final Store store = (Store) invokeModule(STORE_MODULE + "/store/" + id, Store.class);
if (store != null) {
}
return store;


Overview

Summary

ContactDonateImprint