Overview

Summary

ContactDonateImprint


Appendix E-19: SCHOOL (UI prompt)


SchoolSchoolModuleLinkedIn

Properties (6)

PropertyTypeEntityReferenceModule
(1) CitySTRINGSchool
(2) CountrySTRINGSchool
(3) LogoUrlSTRINGSchool
(4) NameSTRINGSchool
(5) TypeSTRINGSchool
(6) WebsiteUrlSTRINGSchool


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /schoolfindAllSchool()SchoolModuleGETSchool
(2) /school/{id}deleteSchoolById(id)SchoolModuleDELETESchool
(3) /schoolinsertSchool(school)SchoolModulePOSTSchool
(4) /school/{id}findSchoolById(id)SchoolModuleGETSchool
(5) /education/school/{id}findAllEducationOfSchool(id)SchoolModuleGETSchool Education
(6) /school/{id}updateSchoolById(school)SchoolModulePUTSchool





Example:

final School school = (School) invokeModule(SCHOOL_MODULE + "/school/" + id, School.class);
if (school != null) {
}
return school;


Overview

Summary

ContactDonateImprint