edu.harvard.med.countway.dl.rest
Class CourseResource

java.lang.Object
  extended by edu.harvard.med.countway.dl.rest.CourseResource

public class CourseResource
extends java.lang.Object


Constructor Summary
CourseResource()
           
 
Method Summary
 javax.ws.rs.core.Response selectCourse(java.lang.Integer id)
           
 javax.ws.rs.core.Response selectCourseList(java.lang.String query, java.lang.Integer offset, java.util.List<java.lang.Integer> typeId, java.util.List<java.lang.Integer> institutionId, java.lang.Boolean active, edu.harvard.med.countway.dl.model.SelectCourseListParams.Sort sort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseResource

public CourseResource()
Method Detail

selectCourseList

public javax.ws.rs.core.Response selectCourseList(java.lang.String query,
                                                  java.lang.Integer offset,
                                                  java.util.List<java.lang.Integer> typeId,
                                                  java.util.List<java.lang.Integer> institutionId,
                                                  java.lang.Boolean active,
                                                  edu.harvard.med.countway.dl.model.SelectCourseListParams.Sort sort)
                                           throws java.sql.SQLException
Throws:
java.sql.SQLException

selectCourse

public javax.ws.rs.core.Response selectCourse(java.lang.Integer id)
                                       throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2010. All Rights Reserved.