Interface MailReportService
-
- All Known Implementing Classes:
MailReportServiceImpl
public interface MailReportService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopMenuResourceVOgetTopMenuResource()TopMenuScopeVOgetTopMenuScope()TopMenuTimeVOgetTopMenuTime()
-
-
-
Method Detail
-
getTopMenuTime
TopMenuTimeVO getTopMenuTime()
-
getTopMenuScope
TopMenuScopeVO getTopMenuScope() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getTopMenuResource
TopMenuResourceVO getTopMenuResource() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-