qihoo.open.v1.service.impl
类 KeywordService

java.lang.Object
  继承者 qihoo.open.v1.service.impl.BaseService<Keyword>
      继承者 qihoo.open.v1.service.impl.KeywordService

public class KeywordService
extends BaseService<Keyword>


字段摘要
 
从类 qihoo.open.v1.service.impl.BaseService 继承的字段
client, params, sysParameter, url
 
构造方法摘要
KeywordService(ServiceContext context)
           
 
方法摘要
 GetKeywordAddResponse add(GetKeywordAddRequest request)
          添加关键词
 GetKeywordDeleteByIdListResponse deleteByIdList(GetKeywordDeleteByIdListRequest request)
          批量删除关键词
 GetKeywordChangedIdListResponse getChangedIdList(GetKeywordChangedIdListRequest request)
          查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词
 GetKeywordIdListByGroupIdResponse getIdListByGroupId(GetKeywordIdListByGroupIdRequest request)
          根据广告组id查询所有或满足条件的关键词id
 GetKeywordInfoByIdResponse getInfoById(GetKeywordInfoByIdRequest request)
          根据关键词id获取关键词所有信息
 GetKeywordInfoByIdListResponse getInfoByIdList(GetKeywordInfoByIdListRequest request)
          批量获取关键词的基本信息
 GetKeywordStatusByIdListResponse getStatusByIdList(GetKeywordStatusByIdListRequest request)
          根据关键词id获取关键词的状态和质量度
 GetKeywordUpdateResponse update(GetKeywordUpdateRequest request)
          更新关键词 关键词id必须 id必须
 GetKeywordUpdateByIdListResponse updateByIdList(GetKeywordUpdateByIdListRequest request)
          批量更新关键词的某个字段值
 
从类 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
 

构造方法详细信息

KeywordService

public KeywordService(ServiceContext context)
方法详细信息

add

public GetKeywordAddResponse add(GetKeywordAddRequest request)
                          throws QihooOpenException
添加关键词

参数:
request - 请求类
返回:
GetKeywordAddResponse 响应类
抛出:
QihooOpenException

update

public GetKeywordUpdateResponse update(GetKeywordUpdateRequest request)
                                throws QihooOpenException
更新关键词 关键词id必须

id必须

参数:
request - 请求类
返回:
GetKeywordUpdateResponse 响应类
抛出:
QihooOpenException

deleteByIdList

public GetKeywordDeleteByIdListResponse deleteByIdList(GetKeywordDeleteByIdListRequest request)
                                                throws QihooOpenException
批量删除关键词

参数:
request - 请求类
返回:
GetKeywordDeleteByIdListRequest 响应类
抛出:
QihooOpenException

getInfoById

public GetKeywordInfoByIdResponse getInfoById(GetKeywordInfoByIdRequest request)
                                       throws QihooOpenException
根据关键词id获取关键词所有信息

参数:
request - 请求类
返回:
GetKeywordInfoByIdResponse 响应类
抛出:
QihooOpenException

updateByIdList

public GetKeywordUpdateByIdListResponse updateByIdList(GetKeywordUpdateByIdListRequest request)
                                                throws QihooOpenException
批量更新关键词的某个字段值

参数:
request - 请求类
返回:
GetKeywordUpdateByIdListResponse 响应类
抛出:
QihooOpenException

getInfoByIdList

public GetKeywordInfoByIdListResponse getInfoByIdList(GetKeywordInfoByIdListRequest request)
                                               throws QihooOpenException
批量获取关键词的基本信息

参数:
request - 请求类
返回:
GetKeywordInfoByIdListResponse 响应类
抛出:
QihooOpenException

getIdListByGroupId

public GetKeywordIdListByGroupIdResponse getIdListByGroupId(GetKeywordIdListByGroupIdRequest request)
                                                     throws QihooOpenException
根据广告组id查询所有或满足条件的关键词id

参数:
request - 请求类
返回:
GetKeywordIdListByGroupIdResponse 响应类
抛出:
QihooOpenException

getStatusByIdList

public GetKeywordStatusByIdListResponse getStatusByIdList(GetKeywordStatusByIdListRequest request)
                                                   throws QihooOpenException
根据关键词id获取关键词的状态和质量度

参数:
request - 请求类
返回:
GetKeywordStatusByIdListResponse 响应类
抛出:
QihooOpenException

getChangedIdList

public GetKeywordChangedIdListResponse getChangedIdList(GetKeywordChangedIdListRequest request)
                                                 throws QihooOpenException
查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的关键词

参数:
request - 请求类
返回:
GetKeywordChangedIdListResponse 响应类
抛出:
QihooOpenException


Copyright © 2013. All rights reserved.