Service 包
- (url無法確定類型) insertTopicByGroupId(BigInteger groupId, BigInteger topicId)
- 方法簡(jiǎn)述: 小組按ID選擇話題
- 參數(shù): groupId、topicId
- 返回值: url無法確定類型
- 調(diào)用的DAO方法:topicDAO.insertTopicByGroupId(BigInteger groupId, BigInteger topicId)
- boolean deleteTopicByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述:小組取消選擇話題
- 參數(shù):groupId
- 返回值:true/false
- 調(diào)用的DAO方法:TopicDAO.deleteTopicByGroupId(BigInteger groupId)
- BigInteger countGradeByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述: 按ID獲取小組討論課成績(jī)
- 參數(shù): groupId
- 返回值:groupId
- 調(diào)用的DAO方法:gradeDAO.countGradeByGroupId(BigInteger groupId)
gradeDAO.countPresentationGrade(BigInteger groupId, BigInteger seminarId)
- boolean updateGroupByGroupId(BigInteger groupId, BigInteger grade)
- 方法簡(jiǎn)述:按ID設(shè)置小組報(bào)告分
- 參數(shù): grade撒汉、groupId
- 返回值:true/false
- 調(diào)用的DAO方法:gradeDAO.updateGroupByGroupId(BigInteger groupId, BigInteger grade)
- boolean insertGroupGradeByUserId(BigInteger groupId, BigInteger userId)
- 方法簡(jiǎn)述:提交對(duì)其他小組的打分
- 參數(shù): userId丧肴、groupId
- 返回值:true/false
- 調(diào)用的DAO方法:gradeDAO.insertGroupGradeByUserId(BigInteger groupId, BigInteger userId)
DAO 包
- (url取法確定類型) insertTopicByGroupId(BigInteger groupId, BigInteger topicId)
- 方法簡(jiǎn)述:小組按ID選擇話題
- 參數(shù):groupId掩幢、topicId
- 返回值:(url取法確定類型)
- 調(diào)用的Mapper方法:topicMapper.insertTopicByGroupId(BigInteger groupId, BigInteger topicId)
- boolean deleteTopicByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述:小組取消選擇話題
- 參數(shù):groupId
- 返回值:true/false
- 調(diào)用的Mapper方法:topicMapper.deleteTopicByGroupId(BigInteger groupId)
- BigInteger countGradeByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述:計(jì)算小組得分
- 參數(shù):groupId
- 返回值:grade
- 調(diào)用的Mapper方法:gradeMapper.countGradeByGroupId(BigInteger groupId)
- BigInteger countPresentationGrade(BigInteger groupId, BigInteger seminarId)
- 方法簡(jiǎn)述:計(jì)算展示得分
- 參數(shù):groupId而叼、seminarId
- 返回值:grade
- 調(diào)用的Mapper方法:gradeMapper.countPresentationGrade(BigInteger groupId, BigInteger seminarId)
- boolean updateGroupByGroupId(BigInteger groupId, BigInteger grade)(保留)
- 方法簡(jiǎn)述:設(shè)置小組報(bào)告分
- 參數(shù):grade腐巢、groupId
- 返回值:true/false
- 調(diào)用的Mapper方法:gradeMapper.updateGroupByGroupId(BigInteger groupId, BigInteger grade
- boolean insertGroupGradeByUserId(BigInteger groupId, BigInteger userId)
- 方法簡(jiǎn)述:提交對(duì)其他小組的打分
- 參數(shù):userId结借、groupId
- 返回值:true/false
- 調(diào)用的Mapper方法:gradeMapper.insertGroupGradeByUserId(BigInteger groupId, BigInteger userId)
Mapper接口
- (url無法確定類型) insertTopicByGroupId(BigInteger groupId, BigInteger topicId)
- 方法簡(jiǎn)述:小組選擇話題
- 參數(shù):groupId、topicId
- 返回值:url無法確定 類型
- boolean deleteTopicByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述:小組取消選擇話題
- 參數(shù):groupId
- 返回值:true/false
- BigInteger.countGradeByGroupId(BigInteger groupId)
- 方法簡(jiǎn)述:計(jì)算小組得分
- 參數(shù):groupId
- 返回值:grade
- BigInteger countPresentationGrade(BigInteger groupId, BigInteger seminarId)
- 方法簡(jiǎn)述:計(jì)算小組展示成績(jī)
- 參數(shù):seminarId衅胀、groupId
- 返回值:grade
- boolean updateGroupByGroupId(BigInteger groupId, BigInteger grade)(保留)
- 方法簡(jiǎn)述:設(shè)置小組報(bào)告分
- 參數(shù):grade岔乔、groupId
- 返回值:true/false
- boolean insertGroupGradeByUserId(BigInteger groupId, BigInteger userId)
- 方法簡(jiǎn)述:提交對(duì)其他小組的打分
- 參數(shù):userId、groupId
- 返回值:true/false