Overview

Summary

ContactDonateImprint


Appendix E-4: CUSTOMER (UI prompt)


CustomerCustomerModuleSpaceX

Properties (4)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGCustomer
(2) CustomerTypeSTRINGCustomer
(3) NameSTRINGCustomer
(4) NotesSTRINGCustomer


Module Interfaces (8)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /contract/customer/{id}findAllContractOfCustomer(id)CompanyModuleGETCustomer Contract
(2) /customer/{id}deleteCustomerById(id)CustomerModuleDELETECustomer
(3) /customer/{id}updateCustomerById(customer)CustomerModulePUTCustomer
(4) /customerinsertCustomer(customer)CustomerModulePOSTCustomer
(5) /customer/{id}findCustomerById(id)CustomerModuleGETCustomer
(6) /customerfindAllCustomer()CustomerModuleGETCustomer
(7) /payload/customer/{id}findAllPayloadOfCustomer(id)CustomerModuleGETCustomer Payload
(8) /mission/customer/{id}findAllMissionOfCustomer(id)MissionModuleGETCustomer Mission





Example:

final Customer customer = (Customer) invokeModule(CUSTOMER_MODULE + "/customer/" + id, Customer.class);
if (customer != null) {
}
return customer;


Overview

Summary

ContactDonateImprint