@RestController
@RequestMapping(value="${hsweb.web.mappings.dictionary-parser:dictionary-parser}")
@Authorize(permission="dictionary-parser",
description="\u6570\u636e\u5b57\u5178\u89e3\u6790\u914d\u7f6e")
public class DictionaryParserController
extends Object
implements GenericEntityController<DictionaryParserEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,DictionaryParserEntity>
| 构造器和说明 |
|---|
DictionaryParserController() |
| 限定符和类型 | 方法和说明 |
|---|---|
DictionaryParserService |
getService() |
DictionaryParserEntity |
modelToEntity(DictionaryParserEntity model,
DictionaryParserEntity entity) |
void |
setDictionaryParserService(DictionaryParserService dictionaryParserService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassertNotNull, count, getByPrimaryKey, getByPrimaryKey, list, listNoPagingsaveOrUpdate, updateByPrimaryKeyadddeleteByPrimaryKeypublic DictionaryParserEntity modelToEntity(DictionaryParserEntity model, DictionaryParserEntity entity)
modelToEntity 在接口中 CreateController<DictionaryParserEntity,String,DictionaryParserEntity>modelToEntity 在接口中 CrudController<DictionaryParserEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,DictionaryParserEntity>modelToEntity 在接口中 UpdateController<DictionaryParserEntity,String,DictionaryParserEntity>@Autowired public void setDictionaryParserService(DictionaryParserService dictionaryParserService)
public DictionaryParserService getService()
getService 在接口中 CreateController<DictionaryParserEntity,String,DictionaryParserEntity>getService 在接口中 CrudController<DictionaryParserEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,DictionaryParserEntity>getService 在接口中 DeleteController<DictionaryParserEntity,String>getService 在接口中 GenericEntityController<DictionaryParserEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,DictionaryParserEntity>getService 在接口中 QueryController<DictionaryParserEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>getService 在接口中 UpdateController<DictionaryParserEntity,String,DictionaryParserEntity>Copyright © 2019. All rights reserved.