@Validated
@Controller
public class CompanyTenantRelOperationController
extends java.lang.Object
implements com.xforceplus.api.current.company.CompanyTenantRelOperationApi
| 构造器和说明 |
|---|
CompanyTenantRelOperationController(CompanyTenantRelOperationService operationService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
accept(long operationId,
java.lang.String remark) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
cancel(long operationId) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> |
canceledPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyTenantRelOperation> |
info(long operationId,
java.lang.String withExtendParams) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyTenantRelOperation> |
invite(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Invitation model) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> |
invitedPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> |
myCanceledPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> |
processingPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
refuse(long operationId,
java.lang.String remark) |
public CompanyTenantRelOperationController(CompanyTenantRelOperationService operationService)
public com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyTenantRelOperation> invite(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Invitation model)
invite 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> invitedPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
invitedPage 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> myCanceledPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
myCanceledPage 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> canceledPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
canceledPage 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.CompanyTenantRelOperation>> processingPage(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
processingPage 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.CompanyTenantRelOperation> info(long operationId,
java.lang.String withExtendParams)
info 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> accept(long operationId,
java.lang.String remark)
accept 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> refuse(long operationId,
java.lang.String remark)
refuse 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> cancel(long operationId)
cancel 在接口中 com.xforceplus.api.current.company.CompanyTenantRelOperationApi