EnrollmentServiceImpl

public class EnrollmentServiceImpl implements EnrollmentService

Implementation of the org.motechproject.scheduletracking.service.EnrollmentService.

Constructors

EnrollmentServiceImpl

public EnrollmentServiceImpl(ScheduleDataService scheduleDataService, EnrollmentDataService enrollmentDataService, EnrollmentAlertService enrollmentAlertService, EnrollmentDefaultmentService enrollmentDefaultmentService, EventRelay eventRelay)

Methods

enroll

public Long enroll(String externalId, String scheduleName, String startingMilestoneName, DateTime referenceDateTime, DateTime enrollmentDateTime, Time preferredAlertTime, Map<String, String> metadata)

fulfillCurrentMilestone

public void fulfillCurrentMilestone(Enrollment enrollment, DateTime fulfillmentDateTime)

getAlertTimings

public MilestoneAlerts getAlertTimings(String externalId, String scheduleName, String milestoneName, DateTime referenceDateTime, DateTime enrollmentDateTime, Time preferredAlertTime)

unenroll

public void unenroll(Enrollment enrollment)