public class DefaultUserInfoApiImpl extends Object implements IUserInfoApi
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_CODE |
| Constructor and Description |
|---|
DefaultUserInfoApiImpl(IUserCenterEnvApi userCenterEnvApi,
String env,
Integer inListComputeLimit,
Integer notInListComputeLimit) |
public static final String TEMPLATE_CODE
public DefaultUserInfoApiImpl(IUserCenterEnvApi userCenterEnvApi, String env, Integer inListComputeLimit, Integer notInListComputeLimit)
public Map<String,Object> getUserInfo(Long tenantId, Long userId)
getUserInfo in interface IUserInfoApipublic Map<String,Object> getUserInfoByUserCode(Long tenantId, String userCode)
getUserInfoByUserCode in interface IUserInfoApipublic List<Long> getUserOrgIdsWithFullFlag(Long tenantId, Long userId)
getUserOrgIdsWithFullFlag in interface IUserInfoApipublic List<String> getUserOrgCodesWithFullFlag(Long tenantId, Long userId)
getUserOrgCodesWithFullFlag in interface IUserInfoApipublic List<Long> getUserOrgIds(Long tenantId, Long userId)
getUserOrgIds in interface IUserInfoApipublic List<String> getUserOrgCodes(Long tenantId, Long userId)
getUserOrgCodes in interface IUserInfoApipublic List<String> getUserCpyCodes(Long tenantId, Long userId)
getUserCpyCodes in interface IUserInfoApipublic List<String> getUserCpyTaxNums(Long tenantId, Long userId)
getUserCpyTaxNums in interface IUserInfoApipublic ApiSmartResult<Long> getUserOrgIdsUsingResult(Long tenantId, Long userId)
getUserOrgIdsUsingResult in interface IUserInfoApipublic ApiSmartResult<String> getUserOrgCodesUsingResult(Long tenantId, Long userId)
getUserOrgCodesUsingResult in interface IUserInfoApipublic ApiSmartResult<String> getUserCpyCodesUsingResult(Long tenantId, Long userId)
getUserCpyCodesUsingResult in interface IUserInfoApipublic ApiSmartResult<String> getUserCpyTaxNumsUsingResult(Long tenantId, Long userId)
getUserCpyTaxNumsUsingResult in interface IUserInfoApipublic List getUserData(Long tenantId, Long userId, UserInfoType userInfoType)
getUserData in interface IUserInfoApipublic ApiSmartResult getUserDataUsingResult(Long tenantId, Long userId, UserInfoType userInfoType)
getUserDataUsingResult in interface IUserInfoApipublic List<Map> getTenantCpys(Long tenantId)
getTenantCpys in interface IUserInfoApiCopyright © 2024. All rights reserved.