@Service(value="sysOrgParamsManager") public class OrgParamManagerImpl extends BaseManagerImpl<OrgParam> implements OrgParamManager
描述:组织参数 处理实现类
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) OrgParamsDao |
orgParamsDao |
logger| 构造器和说明 |
|---|
OrgParamManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OrgParam> |
getByOrgId(String id) |
OrgParam |
getByOrgIdAndAlias(String groupId,
String key) |
void |
saveParams(String orgId,
List<cn.sexycode.springo.core.base.core.json.JSONObject> lists) |
create, get, getDao, query, remove, removeByIds, setDao, updatecloseSqlSession, count, currentModelClass, getById, getMap, getObj, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, retBool, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, update, updateBatchById, updateByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, get, query, remove, removeByIds, updatecount, getById, getMap, getObj, getOne, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, updateBatchById, updateBatchById, updateByIdOrgParamsDao orgParamsDao
public List<OrgParam> getByOrgId(String id)
getByOrgId 在接口中 OrgParamManagerpublic void saveParams(String orgId, List<cn.sexycode.springo.core.base.core.json.JSONObject> lists)
saveParams 在接口中 OrgParamManagerpublic OrgParam getByOrgIdAndAlias(String groupId, String key)
getByOrgIdAndAlias 在接口中 OrgParamManagerCopyright © 2018. All rights reserved.