public class GroupPlanServiceImpl extends SeminarBaseService implements IGroupPlanService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
GroupPlanServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
deleteAllGroupPlan(SeminarDeleteAllGroupPlanRequest seminarDeleteAllGroupPlanRequest)
清空分组记录
API地址:https://help.polyv.net/#/seminar/api/group/group_plan_delete_all
|
Boolean |
deleteGroupPlan(SeminarDeleteGroupPlanRequest seminarDeleteGroupPlanRequest)
删除单个分组记录
API地址:https://help.polyv.net/#/seminar/api/group/group_plan_delete
|
SeminarGetGroupPlanResponse |
getGroupPlan(SeminarGetGroupPlanRequest seminarGetGroupPlanRequest)
查询分组记录
API地址:https://help.polyv.net/#/seminar/api/group/group_plan_get
|
Boolean |
saveBatchGroupPlan(SeminarSaveBatchGroupPlanRequest seminarSaveBatchGroupPlanRequest)
批量新增分组记录
API地址:https://help.polyv.net/#/seminar/api/group/group_plan_save_batch
|
Boolean |
updateGroupPlan(SeminarUpdateGroupPlanRequest seminarUpdateGroupPlanRequest)
更新单个分组记录
API地址:https://help.polyv.net/#/seminar/api/group/group_plan_update
|
getReturnBinary, getReturnList, getReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, uploadMultipartFile, uploadOneFilepublic Boolean deleteGroupPlan(SeminarDeleteGroupPlanRequest seminarDeleteGroupPlanRequest) throws IOException, NoSuchAlgorithmException
deleteGroupPlan 在接口中 IGroupPlanServiceseminarDeleteGroupPlanRequest - 删除单个分组记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteAllGroupPlan(SeminarDeleteAllGroupPlanRequest seminarDeleteAllGroupPlanRequest) throws IOException, NoSuchAlgorithmException
deleteAllGroupPlan 在接口中 IGroupPlanServiceseminarDeleteAllGroupPlanRequest - 清空分组记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarGetGroupPlanResponse getGroupPlan(SeminarGetGroupPlanRequest seminarGetGroupPlanRequest) throws IOException, NoSuchAlgorithmException
getGroupPlan 在接口中 IGroupPlanServiceseminarGetGroupPlanRequest - 查询分组记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean saveBatchGroupPlan(SeminarSaveBatchGroupPlanRequest seminarSaveBatchGroupPlanRequest) throws IOException, NoSuchAlgorithmException
saveBatchGroupPlan 在接口中 IGroupPlanServiceseminarSaveBatchGroupPlanRequest - 批量新增分组记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateGroupPlan(SeminarUpdateGroupPlanRequest seminarUpdateGroupPlanRequest) throws IOException, NoSuchAlgorithmException
updateGroupPlan 在接口中 IGroupPlanServiceseminarUpdateGroupPlanRequest - 更新单个分组记录请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.