|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectqihoo.open.v1.service.impl.BaseService<Account>
qihoo.open.v1.service.impl.AccountService
public class AccountService
账号service 对接远程accountService中的方法
字段摘要 |
---|
从类 qihoo.open.v1.service.impl.BaseService 继承的字段 |
---|
client, params, sysParameter, url |
构造方法摘要 | |
---|---|
AccountService(ServiceContext context)
|
方法摘要 | |
---|---|
GetAccountClientLoginResponse |
clientLogin(GetAccountClientLoginRequest request)
客户登录 |
GetAllObjectsResponse |
getAllObjects(GetAllObjectsRequest request)
获取所有对象 |
GetCampaignIdListResponse |
getCampaignIdList()
查询推广帐号的下属推广计划 id |
GetExcludeIpResponse |
getExcludeIp()
获取IP排除列表 |
GetFileStateResponse |
getFileState(String fieldId)
在调用 getAllObjects 接口后使用,查询数据文件是否已经生成 |
Account |
getInfo()
查询推广帐号信息 |
GetAccountManagerLoginResponse |
managerLogin(GetAccountManagerLoginRequest request)
客服登录 |
GetAccountUpdateBudgetResponse |
updateBudget(Double budget)
更新budget |
GetAccountUpdateExcludeIpResponse |
updateExcludeIp(List<String> excludeIpList)
更新IP排除列表 |
从类 qihoo.open.v1.service.impl.BaseService 继承的方法 |
---|
getClient, getParams, getSysemParamenter, getUrl, setClient, setUrl |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public AccountService(ServiceContext context)
方法详细信息 |
---|
public Account getInfo() throws QihooOpenException
QihooOpenException
public GetCampaignIdListResponse getCampaignIdList() throws QihooOpenException
QihooOpenException
public GetFileStateResponse getFileState(String fieldId) throws QihooOpenException
fieldId
- 调用getAllObjects时返回的字符串
QihooOpenException
public GetExcludeIpResponse getExcludeIp() throws QihooOpenException
QihooOpenException
public GetAccountUpdateExcludeIpResponse updateExcludeIp(List<String> excludeIpList) throws QihooOpenException
excludeIpList
- 要排除的ip集合
QihooOpenException
public GetAllObjectsResponse getAllObjects(GetAllObjectsRequest request) throws QihooOpenException
request
-
QihooOpenException
public GetAccountUpdateBudgetResponse updateBudget(Double budget) throws QihooOpenException
budget
-
QihooOpenException
public GetAccountClientLoginResponse clientLogin(GetAccountClientLoginRequest request) throws QihooOpenException
request
-
QihooOpenException
public GetAccountManagerLoginResponse managerLogin(GetAccountManagerLoginRequest request) throws QihooOpenException
request
-
QihooOpenException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |