Class TopRestController


@RestController @RequestMapping("/admin/rest/stat/top") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_stat|cmp_abtesting\')") public class TopRestController extends DatatableRestControllerV2<TopDTO,Long>
  • Constructor Details

    • TopRestController

      @Autowired public TopRestController()
  • Method Details