public class UserOauthServiceImpl extends EModelService<UserOauth> implements UserOauthService
dao| 构造器和说明 |
|---|
UserOauthServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserOauth |
getByOpenid(ApiConfigKit.ConfigType type,
String openid)
根据openid返回统一身份信息
|
UserOauth |
getByOrigCode(ApiConfigKit.ConfigType type,
String origCode)
根据源用户代码返回统一身份信息
|
UserOauth |
getByOrigId(ApiConfigKit.ConfigType type,
String origId)
根据源用户ID返回统一身份信息
|
UserOauth |
getByUnionid(ApiConfigKit.ConfigType type,
String unionid)
根据unionid返回统一身份信息
|
List<UserOauth> |
getByUserId(ApiConfigKit.ConfigType type,
String userId)
返回指定用户ID的所有已绑定的认证信息
|
able, dbo, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, getConfigName, paginate, paginate, save, saveOrUpdate, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, update$comp, $domain, $logined, $uid, $user, $UUID, append, append, join, parseRecordsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitable, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, paginate, paginate, save, saveOrUpdate, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, updatepublic UserOauth getByOrigId(ApiConfigKit.ConfigType type, String origId)
UserOauthService根据源用户ID返回统一身份信息
getByOrigId 在接口中 UserOauthServicepublic UserOauth getByOrigCode(ApiConfigKit.ConfigType type, String origCode)
UserOauthService根据源用户代码返回统一身份信息
getByOrigCode 在接口中 UserOauthServicepublic UserOauth getByOpenid(ApiConfigKit.ConfigType type, String openid)
UserOauthService根据openid返回统一身份信息
getByOpenid 在接口中 UserOauthServicepublic UserOauth getByUnionid(ApiConfigKit.ConfigType type, String unionid)
UserOauthService根据unionid返回统一身份信息
getByUnionid 在接口中 UserOauthServicepublic List<UserOauth> getByUserId(ApiConfigKit.ConfigType type, String userId)
UserOauthService返回指定用户ID的所有已绑定的认证信息
getByUserId 在接口中 UserOauthServiceCopyright © 2020. All rights reserved.