Overview

Summary

ContactDonateImprint


Appendix E-33: JOB TYPE (UI prompt)


JobTypeJobTypeModuleImdb

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGJobType
(2) NameSTRINGJobType


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /jobtype/{id}deleteJobTypeById(id)JobTypeModuleDELETEJobType
(2) /jobtypefindAllJobType()JobTypeModuleGETJobType
(3) /jobtypeinsertJobType(jobtype)JobTypeModulePOSTJobType
(4) /jobtype/{id}updateJobTypeById(jobtype)JobTypeModulePUTJobType
(5) /jobtype/{id}findJobTypeById(id)JobTypeModuleGETJobType
(6) /titlecrew/job/{id}findAllTitleCrewOfJob(id)PersonModuleGETJobType TitleCrew





Example:

final JobType jobtype = (JobType) invokeModule(JOB_TYPE_MODULE + "/jobtype/" + id, JobType.class);
if (jobtype != null) {
}
return jobtype;


Overview

Summary

ContactDonateImprint