public class UserOauthServiceImpl extends EModelService<UserOauth> implements UserOauthService
dao| 构造器和说明 |
|---|
UserOauthServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindUid(ApiCommon.USR_SOURCE type,
String origId)
返回绑定的统一身份信息
跨域,主要用于第三方账号登录或绑定时判断该第三方账号是否已经绑定内置账号,如:站群管理员单点登录功能
|
UserOauth |
getByOpenid(ApiCommon.USR_SOURCE type,
String openid)
根据openid返回统一身份信息
|
UserOauth |
getByOrigCode(ApiCommon.USR_SOURCE type,
String origCode)
根据源用户代码返回统一身份信息
|
UserOauth |
getByOrigId(ApiCommon.USR_SOURCE type,
String origId)
根据源用户ID返回统一身份信息
|
UserOauth |
getByUnionid(ApiCommon.USR_SOURCE type,
String unionid)
根据unionid返回统一身份信息
|
UserOauth |
getByUserId(ApiCommon.USR_SOURCE type,
String userId)
返回指定用户ID的指定绑定信息
|
List<UserOauth> |
getByUserId(String userId)
返回指定用户ID的所有已绑定的认证信息
|
boolean |
save(UserOauth model)
保存
|
boolean |
saveOrUpdate(UserOauth model)
保存或更新
|
boolean |
update(UserOauth model)
更新
|
able, batchSave, batchUpdate, dbo, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, getConfigName, paginate, paginate, removeRepeat, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst$comp, $domain, $logined, $uid, $user, $UUID, append, append, join, parseModel, parseRecordsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitable, batchSave, batchUpdate, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, paginate, paginate, removeRepeat, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirstpublic boolean save(UserOauth model)
EModelServicesave 在接口中 IModelService<UserOauth>save 在类中 EModelService<UserOauth>public boolean saveOrUpdate(UserOauth model)
EModelServicesaveOrUpdate 在接口中 IModelService<UserOauth>saveOrUpdate 在类中 EModelService<UserOauth>public boolean update(UserOauth model)
EModelServiceupdate 在接口中 IModelService<UserOauth>update 在类中 EModelService<UserOauth>public String getBindUid(ApiCommon.USR_SOURCE type, String origId)
UserOauthService返回绑定的统一身份信息 跨域,主要用于第三方账号登录或绑定时判断该第三方账号是否已经绑定内置账号,如:站群管理员单点登录功能
getBindUid 在接口中 UserOauthServicetype - 第三方平台类型origId - 用户在第三方平台中的原始IDpublic UserOauth getByOrigId(ApiCommon.USR_SOURCE type, String origId)
UserOauthService根据源用户ID返回统一身份信息
getByOrigId 在接口中 UserOauthServicetype - 第三方平台类型origId - 用户在第三方平台中的原始IDpublic UserOauth getByOrigCode(ApiCommon.USR_SOURCE type, String origCode)
UserOauthService根据源用户代码返回统一身份信息
getByOrigCode 在接口中 UserOauthServicetype - 第三方平台类型origCode - 用户在第三方平台中的原始代码public UserOauth getByOpenid(ApiCommon.USR_SOURCE type, String openid)
UserOauthService根据openid返回统一身份信息
getByOpenid 在接口中 UserOauthServicetype - 第三方平台类型openid - 用户在第三方平台中的openIdpublic UserOauth getByUnionid(ApiCommon.USR_SOURCE type, String unionid)
UserOauthService根据unionid返回统一身份信息
getByUnionid 在接口中 UserOauthServicetype - 第三方平台类型unionid - 用户在第三方平台中的unionidpublic UserOauth getByUserId(ApiCommon.USR_SOURCE type, String userId)
UserOauthService返回指定用户ID的指定绑定信息
getByUserId 在接口中 UserOauthServicetype - 第三方平台类型userId - 本地用户IDpublic List<UserOauth> getByUserId(String userId)
UserOauthService返回指定用户ID的所有已绑定的认证信息
getByUserId 在接口中 UserOauthServiceuserId - 本地用户IDCopyright © 2023. All rights reserved.