Class SocialUserApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.social.SocialUserApiImpl
-
- All Implemented Interfaces:
SocialUserApi
@RestController @Validated public class SocialUserApiImpl extends Object implements SocialUserApi
-
-
Field Summary
-
Fields inherited from interface org.openea.eap.module.system.api.social.SocialUserApi
PREFIX
-
-
Constructor Summary
Constructors Constructor Description SocialUserApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<String>bindSocialUser(SocialUserBindReqDTO reqDTO)org.openea.eap.framework.common.pojo.CommonResult<SocialUserRespDTO>getSocialUserByCode(Integer userType, Integer socialType, String code, String state)org.openea.eap.framework.common.pojo.CommonResult<SocialUserRespDTO>getSocialUserByUserId(Integer userType, Long userId, Integer socialType)org.openea.eap.framework.common.pojo.CommonResult<Boolean>unbindSocialUser(SocialUserUnbindReqDTO reqDTO)
-
-
-
Method Detail
-
bindSocialUser
public org.openea.eap.framework.common.pojo.CommonResult<String> bindSocialUser(SocialUserBindReqDTO reqDTO)
- Specified by:
bindSocialUserin interfaceSocialUserApi
-
unbindSocialUser
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> unbindSocialUser(SocialUserUnbindReqDTO reqDTO)
- Specified by:
unbindSocialUserin interfaceSocialUserApi
-
getSocialUserByUserId
public org.openea.eap.framework.common.pojo.CommonResult<SocialUserRespDTO> getSocialUserByUserId(Integer userType, Long userId, Integer socialType)
- Specified by:
getSocialUserByUserIdin interfaceSocialUserApi
-
getSocialUserByCode
public org.openea.eap.framework.common.pojo.CommonResult<SocialUserRespDTO> getSocialUserByCode(Integer userType, Integer socialType, String code, String state)
- Specified by:
getSocialUserByCodein interfaceSocialUserApi
-
-