Class MailReportController
- java.lang.Object
-
- com.arms.api.report.mail.controller.MailReportController
-
@Controller @RequestMapping("/arms/mail/report") public class MailReportController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MailReportController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<TopMenuResourceVO>getTopMenuResource()org.springframework.http.ResponseEntity<TopMenuScopeVO>getTopMenuScope()org.springframework.http.ResponseEntity<TopMenuTimeVO>getTopMenuTime()
-
-
-
Method Detail
-
getTopMenuTime
@GetMapping("/top-menu/time") public org.springframework.http.ResponseEntity<TopMenuTimeVO> getTopMenuTime()
-
getTopMenuScope
@GetMapping("/top-menu/scope") public org.springframework.http.ResponseEntity<TopMenuScopeVO> getTopMenuScope() throws java.lang.Exception- Throws:
java.lang.Exception
-
getTopMenuResource
@GetMapping("/top-menu/resource") public org.springframework.http.ResponseEntity<TopMenuResourceVO> getTopMenuResource() throws java.lang.Exception- Throws:
java.lang.Exception
-
-