Class MailReportServiceImpl
- java.lang.Object
-
- com.arms.api.report.mail.service.mailreport.MailReportServiceImpl
-
- All Implemented Interfaces:
MailReportService
@Service("mailReportService") public class MailReportServiceImpl extends java.lang.Object implements MailReportService
-
-
Constructor Summary
Constructors Constructor Description MailReportServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Long>countByCReqStateLink(java.util.List<AlmIssue> reqList)longcountIssuesCreatedThisWeek(java.util.List<AlmIssue> issues)TopMenuResourceVOgetTopMenuResource()TopMenuScopeVOgetTopMenuScope()TopMenuTimeVOgetTopMenuTime()
-
-
-
Method Detail
-
getTopMenuTime
public TopMenuTimeVO getTopMenuTime()
- Specified by:
getTopMenuTimein interfaceMailReportService
-
getTopMenuScope
public TopMenuScopeVO getTopMenuScope() throws java.lang.Exception
- Specified by:
getTopMenuScopein interfaceMailReportService- Throws:
java.lang.Exception
-
getTopMenuResource
public TopMenuResourceVO getTopMenuResource() throws java.lang.Exception
- Specified by:
getTopMenuResourcein interfaceMailReportService- Throws:
java.lang.Exception
-
countIssuesCreatedThisWeek
public long countIssuesCreatedThisWeek(java.util.List<AlmIssue> issues)
-
countByCReqStateLink
public java.util.Map<java.lang.String,java.lang.Long> countByCReqStateLink(java.util.List<AlmIssue> reqList)
-
-