Class QuizStatRestController

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

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