Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java,v diff -u -r1.25 -r1.26 --- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java 19 Jan 2006 01:26:49 -0000 1.25 +++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java 20 Jan 2006 00:43:20 -0000 1.26 @@ -121,6 +121,7 @@ /** * This method returns a A list of all available Lessons. + * Note - this is all the lessons (for all users, for all states, including disabled). * If the data is to be sent to Flash, then use getAllLessonsWDDX() * * @return List The requested list of Lessons @@ -130,6 +131,7 @@ /** * This method returns a string representing a list of all + * Note - this is all the lessons (for all users, for all states, including disabled). * available Lessons in the WDDX format * * @return String The requested list of Lessons in wddx format