类 ClassTableServiceImpl
- java.lang.Object
-
- top.xcphoenix.jfjw.service.BaseService
-
- top.xcphoenix.jfjw.service.core.impl.ClassTableServiceImpl
-
- 所有已实现的接口:
ClassTableService
public class ClassTableServiceImpl extends BaseService implements ClassTableService
- 版本:
- 1.0
- 作者:
- xuanc
-
-
字段概要
-
从类继承的字段 top.xcphoenix.jfjw.service.BaseService
context, domain, httpClient, urlManager
-
-
构造器概要
构造器 构造器 说明 ClassTableServiceImpl()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.List<Course>getCourses()获取当前课程信息java.util.List<Course>getCourses(int year, int num)获取指定学年、学期课程信息static voidsetPeriodMap(java.util.Map<java.lang.Integer,java.lang.Integer> periodMap)-
从类继承的方法 top.xcphoenix.jfjw.service.BaseService
getErrLoginStatus, getResp, init, isNeedLogin
-
-
-
-
方法详细资料
-
getCourses
public java.util.List<Course> getCourses() throws NotLoggedInException
从接口复制的说明:ClassTableService获取当前课程信息- 指定者:
getCourses在接口中ClassTableService- 返回:
- 课程信息
- 抛出:
NotLoggedInException
-
getCourses
public java.util.List<Course> getCourses(int year, int num) throws NotLoggedInException
从接口复制的说明:ClassTableService获取指定学年、学期课程信息- 指定者:
getCourses在接口中ClassTableService- 参数:
year- 学年num- 学期- 返回:
- 课程信息
- 抛出:
NotLoggedInException
-
setPeriodMap
public static void setPeriodMap(java.util.Map<java.lang.Integer,java.lang.Integer> periodMap)
-
-