Overview

Summary

ContactDonateImprint


Appendix E-37: BUNDLE (UI prompt)


BundleBundleModuleAmazonPrimeVideo

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGBundle
(2) NameSTRINGBundle


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /bundleinsertBundle(bundle)BundleModulePOSTBundle
(2) /bundleservice/bundle/{id}findAllBundleServiceOfBundle(id)BundleModuleGETBundle BundleService
(3) /bundle/{id}findBundleById(id)BundleModuleGETBundle
(4) /bundlefindAllBundle()BundleModuleGETBundle
(5) /bundle/{id}updateBundleById(bundle)BundleModulePUTBundle
(6) /bundle/{id}deleteBundleById(id)BundleModuleDELETEBundle





Example:

final Bundle bundle = (Bundle) invokeModule(BUNDLE_MODULE + "/bundle/" + id, Bundle.class);
if (bundle != null) {
}
return bundle;


Overview

Summary

ContactDonateImprint