public class ReportTrackingNotificationServiceImpl extends Object implements ReportTrackingNotificationService
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ZERO |
| Constructor and Description |
|---|
ReportTrackingNotificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearTimeFields(Calendar date) |
protected boolean |
doDatesMatch(Date date1,
Calendar from,
Calendar until)
Is date1 after from and before until?
|
AwardService |
getAwardService() |
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
protected org.kuali.rice.core.api.datetime.DateTimeService |
getDateTimeService() |
List<ReportTrackingNotification> |
getNotifications() |
protected KcNotificationService |
getNotificationService() |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
protected boolean |
hasSentNotification(ReportTracking report,
ReportTrackingNotification notification)
Check to see if this report tracking record has already had a notification sent.
|
List<ReportTrackingNotificationDetails> |
runReportTrackingNotifications() |
void |
setAwardService(AwardService awardService) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService) |
void |
setNotifications(List<ReportTrackingNotification> notifications) |
void |
setNotificationService(KcNotificationService notificationService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
protected static final int ZERO
public ReportTrackingNotificationServiceImpl()
public List<ReportTrackingNotificationDetails> runReportTrackingNotifications()
runReportTrackingNotifications in interface ReportTrackingNotificationServiceReportTrackingNotificationService.runReportTrackingNotifications()protected boolean doDatesMatch(Date date1, Calendar from, Calendar until)
date1 - from - until - protected boolean hasSentNotification(ReportTracking report, ReportTrackingNotification notification)
report - notification - protected void clearTimeFields(Calendar date)
protected org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
protected org.kuali.rice.core.api.datetime.DateTimeService getDateTimeService()
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
protected KcNotificationService getNotificationService()
public void setNotificationService(KcNotificationService notificationService)
public List<ReportTrackingNotification> getNotifications()
public void setNotifications(List<ReportTrackingNotification> notifications)
public AwardService getAwardService()
public void setAwardService(AwardService awardService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.