| | |
| | | * @throws LuckyActivityException |
| | | * @throws LuckyActivityJoinException |
| | | */ |
| | | public void join(@NotNull Long activityId, @NotEmpty Long appId, @NotEmpty String uid, Integer weight, JoinInfo joinInfo) throws LuckyActivityException, LuckyActivityJoinException; |
| | | public void join(@NotNull Long activityId, @NotNull Long appId, @NotEmpty String uid, Integer weight, JoinInfo joinInfo,int userType) throws LuckyActivityException, LuckyActivityJoinException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | public LuckyActivityJoinRecord getJoinInfo(Long activityId, Long appId, String uid); |
| | | |
| | | |
| | | /** |
| | | * 获取参加记录 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public LuckyActivityJoinRecord getJoinRecord(Long id); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param count |
| | | * @return |
| | | */ |
| | | public List<ActivitySimpleUser> getJoinerList(Long activityId, int page, int count); |
| | | public List<ActivitySimpleUser> getJoinerList(Long activityId,Integer userType, int page, int count); |
| | | |
| | | |
| | | /** |
| | | * 获取参与者的数量 |
| | | * @param activityId |
| | | * @return |
| | | */ |
| | | public long countJoiner(Long activityId,Integer userType); |
| | | |
| | | /** |
| | | * 活动参与者统计信息 |