Class QuizRestController

java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<QuizEntity,Long>
sk.iway.iwcm.components.quiz.rest.QuizRestController

@RestController @RequestMapping("/admin/rest/quiz") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_quiz\')") public class QuizRestController extends DatatableRestControllerV2<QuizEntity,Long>