@Service(value="sysUserParamsManager") public class UserParamManagerImpl extends BaseManagerImpl<UserParam> implements UserParamManager
描述:用户参数 处理实现类
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) UserParamDao |
userParamDao |
logger| 构造器和说明 |
|---|
UserParamManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserParam> |
getByUserId(String id) |
UserParam |
getByUserIdAndAlias(String userId,
String key) |
void |
saveParams(String userId,
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, updateByIdUserParamDao userParamDao
public List<UserParam> getByUserId(String id)
getByUserId 在接口中 UserParamManagerpublic void saveParams(String userId, List<cn.sexycode.springo.core.base.core.json.JSONObject> lists)
saveParams 在接口中 UserParamManagerpublic UserParam getByUserIdAndAlias(String userId, String key)
getByUserIdAndAlias 在接口中 UserParamManagerCopyright © 2018. All rights reserved.