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

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

public class CourseTypeResource
extends java.lang.Object


Constructor Summary
CourseTypeResource()
           
 
Method Summary
 javax.ws.rs.core.Response selectCourseType(java.lang.Integer id)
           
 javax.ws.rs.core.Response selectCourseTypeList(java.lang.Integer offset, edu.harvard.med.countway.dl.model.SelectCourseTypeListParams.Sort sort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseTypeResource

public CourseTypeResource()
Method Detail

selectCourseTypeList

public javax.ws.rs.core.Response selectCourseTypeList(java.lang.Integer offset,
                                                      edu.harvard.med.countway.dl.model.SelectCourseTypeListParams.Sort sort)
                                               throws java.sql.SQLException
Throws:
java.sql.SQLException

selectCourseType

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


Copyright © 2010. All Rights Reserved.