Interface ScheduleProgressService

All Known Implementing Classes:
UserScheduleProgressService

public interface ScheduleProgressService
Manages Progress instances in relation to a Schedule.
  • Method Details

    • getScheduleProgressService

      Pagination<Progress> getScheduleProgressService(String scheduleNameOrId, int offset, int count)
      Gets all Progress instances that are associated with the Schedule based on the current time.
      Parameters:
      scheduleNameOrId - the Schedule name or id
      offset - the offset
      count - the count
      Returns:
      the Pagination<Schedule> instance