public class HcmService extends BaseService
| Constructor and Description |
|---|
HcmService(Config config) |
| Modifier and Type | Method and Description |
|---|---|
BaseResponse<HcmGetDepartmentListResBean> |
getDepartmentList(BaseRequest<HcmGetDepartmentListReqBean> req)
方法的功能描述: 获取HCM组织架构信息
|
BaseResponse<HcmGetDepartmentListResBean> |
getDepartmentList(String url,
BaseRequest<HcmGetDepartmentListReqBean> req)
方法的功能描述: 获取HCM组织架构信息
|
BaseResponse<HcmGetListResBean> |
getList(BaseRequest<HcmGetListReqBean> req)
方法的功能描述: 人员与终端
|
BaseResponse<HcmGetListResBean> |
getList(String url,
BaseRequest<HcmGetListReqBean> req)
方法的功能描述: 人员与终端
|
BaseResponse<HcmGetUserListResBean> |
getUserList(BaseRequest<HcmGetUserListReqBean> req)
方法的功能描述: 获取HCM用户信息
|
BaseResponse<HcmGetUserListResBean> |
getUserList(String url,
BaseRequest<HcmGetUserListReqBean> req)
方法的功能描述: 获取HCM用户信息
|
call, generateUUIDpublic HcmService(Config config)
public BaseResponse<HcmGetListResBean> getList(BaseRequest<HcmGetListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<HcmGetListResBean> getList(String url, BaseRequest<HcmGetListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<HcmGetDepartmentListResBean> getDepartmentList(BaseRequest<HcmGetDepartmentListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<HcmGetDepartmentListResBean> getDepartmentList(String url, BaseRequest<HcmGetDepartmentListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<HcmGetUserListResBean> getUserList(BaseRequest<HcmGetUserListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<HcmGetUserListResBean> getUserList(String url, BaseRequest<HcmGetUserListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionCopyright © 2023. All rights reserved.