Package org.sakaiproject.samigo.impl
Class SamigoAvailableNotificationServiceImpl
- java.lang.Object
-
- org.sakaiproject.samigo.impl.SamigoAvailableNotificationServiceImpl
-
- All Implemented Interfaces:
org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand,org.sakaiproject.samigo.api.SamigoAvailableNotificationService
public class SamigoAvailableNotificationServiceImpl extends Object implements org.sakaiproject.samigo.api.SamigoAvailableNotificationService
-
-
Constructor Summary
Constructors Constructor Description SamigoAvailableNotificationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(String publishedId)voidinit()voidremoveScheduledAssessmentNotification(String publishedId)voidscheduleAssessmentAvailableNotification(String publishedId)
-
-
-
Method Detail
-
init
public void init()
-
scheduleAssessmentAvailableNotification
public void scheduleAssessmentAvailableNotification(String publishedId)
- Specified by:
scheduleAssessmentAvailableNotificationin interfaceorg.sakaiproject.samigo.api.SamigoAvailableNotificationService
-
removeScheduledAssessmentNotification
public void removeScheduledAssessmentNotification(String publishedId)
- Specified by:
removeScheduledAssessmentNotificationin interfaceorg.sakaiproject.samigo.api.SamigoAvailableNotificationService
-
execute
public void execute(String publishedId)
- Specified by:
executein interfaceorg.sakaiproject.api.app.scheduler.ScheduledInvocationCommand
-
-