Overview

Summary

ContactDonateImprint


Appendix E-36: CONTENT TYPE (UI prompt)


ContentTypeContentTypeModuleNetflix

Properties (1)

PropertyTypeEntityReferenceModule
(1) NameSTRINGContentType


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /contenttitle/contenttype/{id}findAllContentTitleOfContentType(id)ContentTitleModuleGETContentType ContentTitle
(2) /contenttype/{id}findContentTypeById(id)ContentTypeModuleGETContentType
(3) /contenttypeinsertContentType(contenttype)ContentTypeModulePOSTContentType
(4) /contenttype/{id}updateContentTypeById(contenttype)ContentTypeModulePUTContentType
(5) /contenttype/{id}deleteContentTypeById(id)ContentTypeModuleDELETEContentType
(6) /contenttypefindAllContentType()ContentTypeModuleGETContentType





Example:

final ContentType contenttype = (ContentType) invokeModule(CONTENT_TYPE_MODULE + "/contenttype/" + id, ContentType.class);
if (contenttype != null) {
}
return contenttype;


Overview

Summary

ContactDonateImprint