Overview

Summary

ContactDonateImprint


Appendix E-5: GENRE (UI prompt)


GenreContentTitleModuleNetflix

Properties (1)

PropertyTypeEntityReferenceModule
(1) NameSTRINGGenre


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /genre/{id}updateGenreById(genre)ContentTitleModulePUTGenre
(2) /genrefindAllGenre()ContentTitleModuleGETGenre
(3) /contentgenre/genre/{id}findAllContentGenreOfGenre(id)ContentTitleModuleGETGenre ContentGenre
(4) /genreinsertGenre(genre)ContentTitleModulePOSTGenre
(5) /genre/{id}findGenreById(id)ContentTitleModuleGETGenre
(6) /genre/{id}deleteGenreById(id)ContentTitleModuleDELETEGenre





Example:

final Genre genre = (Genre) invokeModule(CONTENT_TITLE_MODULE + "/genre/" + id, Genre.class);
if (genre != null) {
}
return genre;


Overview

Summary

ContactDonateImprint