| | |
| | | */ |
| | | Result addLecture(String chapterId, String resId); |
| | | |
| | | |
| | | /** |
| | | * 新增后刷新课件 |
| | | */ |
| | | Result addLectureLoad(String sectionId); |
| | | /** |
| | | * 读取课件 |
| | | * |
| | |
| | | * @return 上传结果:{"success":true,msg:"success",attrs:{}} |
| | | */ |
| | | Result deleteLecture(String[] lectureIds); |
| | | |
| | | Result deleteLectureLoad(String[] lectureIds); |
| | | |
| | | /** |
| | | * 复制课件 |
| | |
| | | * 读取文档课件 |
| | | */ |
| | | LectureDocV readDocLecture(String handoutId); |
| | | |
| | | /** |
| | | * 课件详情查询 |
| | | * @param learnerId |
| | | * @param subjectId |
| | | * @param keyword |
| | | * @param pageSize |
| | | * @param pageNum |
| | | * @param type |
| | | * @return |
| | | */ |
| | | List<MyLectureV> listLectureVBySubjectId(String learnerId, String subjectId, String keyword, Integer pageSize, |
| | | Integer pageNum, String type); |
| | | } |