类 LoginServiceImpl
java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.iplatform.base.service.LoginServiceImpl
- 所有已实现的接口:
com.walker.jdbc.BaseDao,com.walker.jdbc.service.BaseService
@Service
public class LoginServiceImpl
extends com.walker.jdbc.service.BaseServiceImpl
-
嵌套类概要
从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao
com.walker.jdbc.BaseDao.RowExecution<T extends Object> -
字段概要
从类继承的字段 com.walker.jdbc.service.BaseServiceImpl
dao, log -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明execUpdateUserLogin(long userId, String loginId, String uuid, String clientType, S_login_info s_login_info, boolean update) 创建用户登录关联(多账户)信息,为后续通过userId查找uuid(缓存key)准备数据。queryLoginUUID(long userId) 根据用户id返回曾经登录过的uuid从类继承的方法 com.walker.jdbc.service.BaseServiceImpl
delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch
-
构造器详细资料
-
LoginServiceImpl
public LoginServiceImpl()
-
-
方法详细资料
-
queryLoginUUID
根据用户id返回曾经登录过的uuid- 参数:
userId-- 返回:
-
execUpdateUserLogin
public S_user_login execUpdateUserLogin(long userId, String loginId, String uuid, String clientType, S_login_info s_login_info, boolean update) 创建用户登录关联(多账户)信息,为后续通过userId查找uuid(缓存key)准备数据。- 参数:
userId-loginId-uuid- 系统缓存登录用户的keyclientType-
-