Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java =================================================================== diff -u -rbafa5fcba1d36d41f07976921a588b497e03801b -r5e6c54928232a27095304e6223bdcb7e02aabac9 --- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java (.../IMonitoringService.java) (revision bafa5fcba1d36d41f07976921a588b497e03801b) +++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/IMonitoringService.java (.../IMonitoringService.java) (revision 5e6c54928232a27095304e6223bdcb7e02aabac9) @@ -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