| | |
| | | |
| | | /** |
| | | * 添加参赛人员信息 |
| | | * |
| | | * @param uid |
| | | * @param addParticipant |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 获取参赛人员列表 |
| | | * |
| | | * @param uid |
| | | * @return |
| | | * @throws Exception |
| | |
| | | |
| | | /** |
| | | * 修改参赛人员信息 |
| | | * |
| | | * @param editParticipant |
| | | * @return |
| | | * @throws Exception |
| | |
| | | |
| | | /** |
| | | * 删除参赛人员信息 |
| | | * |
| | | * @param id |
| | | * @return |
| | | * @throws Exception |
| | |
| | | |
| | | /** |
| | | * 保存学员后同步参赛人员信息 |
| | | * |
| | | * @param saveParticipant |
| | | * @throws Exception |
| | | */ |
| | | void saveParticipant(SaveParticipant saveParticipant) throws Exception; |
| | | |
| | | Page<CompetitionUser> getPeopleFromId(Page<UserCompetition> participantPage, Integer id, Integer state); |
| | | Page<CompetitionUser> getPeopleFromId1(long offset, long limit, Integer id, Integer state); |
| | | |
| | | List<CompetitionUser> getPeoples(Integer id, Integer state); |
| | | } |