@Validated
@Controller
public class CompanyApplyController
extends java.lang.Object
implements com.xforceplus.api.global.company.CompanyApplyApi
| 构造器和说明 |
|---|
CompanyApplyController(CompanyApplyService companyApplyService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
approve(long applicationId,
java.lang.String reason) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.api.model.CompanyApplyModel.Response.ApplicationProcessResult> |
batchApprove(com.xforceplus.api.model.CompanyApplyModel.Request.ApplicationProcess applicationProcess) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.api.model.CompanyApplyModel.Response.ApplicationProcessResult> |
batchDecline(com.xforceplus.api.model.CompanyApplyModel.Request.ApplicationProcess applicationProcess) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
decline(long applicationId,
java.lang.String reason) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyApply> |
info(long applicationId) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyApply>> |
page(com.xforceplus.api.model.CompanyApplyModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
public CompanyApplyController(CompanyApplyService companyApplyService)
public com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyApply>> page(com.xforceplus.api.model.CompanyApplyModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
page 在接口中 com.xforceplus.api.global.company.CompanyApplyApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyApply> info(long applicationId)
info 在接口中 com.xforceplus.api.global.company.CompanyApplyApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> approve(long applicationId,
java.lang.String reason)
approve 在接口中 com.xforceplus.api.global.company.CompanyApplyApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> decline(long applicationId,
java.lang.String reason)
decline 在接口中 com.xforceplus.api.global.company.CompanyApplyApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.api.model.CompanyApplyModel.Response.ApplicationProcessResult> batchApprove(com.xforceplus.api.model.CompanyApplyModel.Request.ApplicationProcess applicationProcess)
batchApprove 在接口中 com.xforceplus.api.global.company.CompanyApplyApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.api.model.CompanyApplyModel.Response.ApplicationProcessResult> batchDecline(com.xforceplus.api.model.CompanyApplyModel.Request.ApplicationProcess applicationProcess)
batchDecline 在接口中 com.xforceplus.api.global.company.CompanyApplyApi