@RestController
@RequestMapping(value="${hsweb.web.mappings.oauth2-server-config:oauth2-server-config}")
@Authorize(permission="oauth2-server-config",
description="OAuth2.0-\u5ba2\u6237\u7aef-\u670d\u52a1\u914d\u7f6e")
public class OAuth2ServerConfigController
extends Object
implements GenericEntityController<OAuth2ServerConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,OAuth2ServerConfigEntity>
| 构造器和说明 |
|---|
OAuth2ServerConfigController() |
| 限定符和类型 | 方法和说明 |
|---|---|
OAuth2ServerConfigService |
getService() |
OAuth2ServerConfigEntity |
modelToEntity(OAuth2ServerConfigEntity model,
OAuth2ServerConfigEntity entity) |
void |
setOAuth2ServerConfigService(OAuth2ServerConfigService oAuth2ServerConfigService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassertNotNull, count, getByPrimaryKey, getByPrimaryKey, list, listNoPagingsaveOrUpdate, updateByPrimaryKeyadddeleteByPrimaryKeypublic OAuth2ServerConfigEntity modelToEntity(OAuth2ServerConfigEntity model, OAuth2ServerConfigEntity entity)
modelToEntity 在接口中 CreateController<OAuth2ServerConfigEntity,String,OAuth2ServerConfigEntity>modelToEntity 在接口中 CrudController<OAuth2ServerConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,OAuth2ServerConfigEntity>modelToEntity 在接口中 UpdateController<OAuth2ServerConfigEntity,String,OAuth2ServerConfigEntity>@Autowired public void setOAuth2ServerConfigService(OAuth2ServerConfigService oAuth2ServerConfigService)
public OAuth2ServerConfigService getService()
getService 在接口中 CreateController<OAuth2ServerConfigEntity,String,OAuth2ServerConfigEntity>getService 在接口中 CrudController<OAuth2ServerConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,OAuth2ServerConfigEntity>getService 在接口中 DeleteController<OAuth2ServerConfigEntity,String>getService 在接口中 GenericEntityController<OAuth2ServerConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,OAuth2ServerConfigEntity>getService 在接口中 QueryController<OAuth2ServerConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>getService 在接口中 UpdateController<OAuth2ServerConfigEntity,String,OAuth2ServerConfigEntity>Copyright © 2018. All rights reserved.