Uses of Interface
org.sakaiproject.coursemanagement.api.AcademicSession

Packages that use AcademicSession
org.sakaiproject.coursemanagement.api   
 

Uses of AcademicSession in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that return AcademicSession
 AcademicSession CourseManagementAdministration.createAcademicSession(String eid, String title, String description, Date startDate, Date endDate)
          Creates a new AcademicSession.
 AcademicSession CourseOffering.getAcademicSession()
          The AcademicSession for this course offering
 AcademicSession CourseManagementService.getAcademicSession(String eid)
          Gets a AcademicSession by its eid.
 

Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type AcademicSession
 List<AcademicSession> CourseManagementService.getAcademicSessions()
          Gets the list of all known AcademicSessions, sorted by start date.
 List<AcademicSession> CourseManagementService.getCurrentAcademicSessions()
          Gets the list of current AcademicSessions, sorted by start date.
 

Methods in org.sakaiproject.coursemanagement.api with parameters of type AcademicSession
 void CourseOffering.setAcademicSession(AcademicSession academicSession)
           
 void CourseManagementAdministration.updateAcademicSession(AcademicSession academicSession)
          Updates an existing AcademicSession.
 



Copyright © 2006-2013 Sakai Project. All Rights Reserved.