@Controller
public class AccountPlatformRelController
extends java.lang.Object
implements com.xforceplus.api.global.account.AccountPlatformRelApi
| 构造器和说明 |
|---|
AccountPlatformRelController(AccountPlatformRelService accountPlatformRelService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.AccountPlatformRel> |
create(com.xforceplus.api.model.AccountPlatformRelModel.Request.Save model) |
com.xforceplus.api.common.response.ResponseEntity<java.util.List<com.xforceplus.entity.AccountPlatformRel>> |
currentQuery(int platformType) |
com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.AccountPlatformRel> |
info(int platformType,
java.lang.String platformId) |
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.AccountPlatformRel>> |
page(com.xforceplus.api.model.AccountPlatformRelModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<java.util.List<com.xforceplus.entity.AccountPlatformRel>> |
queryByUserId(java.lang.Long userId,
com.xforceplus.api.model.AccountPlatformRelModel.Request.QueryByUserId queryByUserId) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
updateState(com.xforceplus.api.model.AccountPlatformRelModel.Request.ChangeState request) |
public AccountPlatformRelController(AccountPlatformRelService accountPlatformRelService)
public com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<com.xforceplus.entity.AccountPlatformRel>> page(com.xforceplus.api.model.AccountPlatformRelModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
page 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.AccountPlatformRel> create(com.xforceplus.api.model.AccountPlatformRelModel.Request.Save model)
create 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApipublic com.xforceplus.api.common.response.ResponseEntity<com.xforceplus.entity.AccountPlatformRel> info(int platformType,
java.lang.String platformId)
info 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApipublic com.xforceplus.api.common.response.ResponseEntity<java.util.List<com.xforceplus.entity.AccountPlatformRel>> queryByUserId(java.lang.Long userId,
com.xforceplus.api.model.AccountPlatformRelModel.Request.QueryByUserId queryByUserId)
queryByUserId 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.String> updateState(com.xforceplus.api.model.AccountPlatformRelModel.Request.ChangeState request)
updateState 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApipublic com.xforceplus.api.common.response.ResponseEntity<java.util.List<com.xforceplus.entity.AccountPlatformRel>> currentQuery(int platformType)
currentQuery 在接口中 com.xforceplus.api.global.account.AccountPlatformRelApi