@Validated
@Controller
public class ServiceApiController
extends java.lang.Object
implements com.xforceplus.api.tenant.resource.ServiceApiApi
| 构造器和说明 |
|---|
ServiceApiController(ServiceApiService serviceApiService,
ResourceService resourceService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.ServiceApi> |
info(long tenantId,
long id) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.ServiceApi>> |
page(long tenantId,
com.xforceplus.api.model.ServiceApiModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.Resource>> |
resources(long tenantId,
long serviceApiId,
org.springframework.data.domain.Pageable pageable) |
public ServiceApiController(ServiceApiService serviceApiService, ResourceService resourceService)
public com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.ServiceApi>> page(long tenantId,
com.xforceplus.api.model.ServiceApiModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
page 在接口中 com.xforceplus.api.tenant.resource.ServiceApiApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.ServiceApi> info(long tenantId,
long id)
info 在接口中 com.xforceplus.api.tenant.resource.ServiceApiApipublic com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.Resource>> resources(long tenantId,
long serviceApiId,
org.springframework.data.domain.Pageable pageable)
resources 在接口中 com.xforceplus.api.tenant.resource.ServiceApiApi