qihoo.open.v1.service.impl
类 CreativeService

java.lang.Object
  继承者 qihoo.open.v1.service.impl.BaseService<Creative>
      继承者 qihoo.open.v1.service.impl.CreativeService

public class CreativeService
extends BaseService<Creative>


字段摘要
 
从类 qihoo.open.v1.service.impl.BaseService 继承的字段
client, params, sysParameter, url
 
构造方法摘要
CreativeService(ServiceContext context)
           
 
方法摘要
 GetCreativeAddResponse add(GetCreativeAddRequest request)
          添加一个创意 广告组远程id 标题 描述1 描述2必须的
 GetCreativeDeleteByIdListResponse deleteByIdList(GetCreativeDeleteByIdListRequest request)
          根据id批量删除创意
 GetCreativeChangedIdListResponse getChangedIdList(GetCreativeChangedIdListRequest request)
          查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的创意
 GetCreativeIdListByGroupIdResponse getIdListByGroupId(GetCreativeIdListByGroupIdRequest request)
          根据广告组id查询所有或满足条件的创意id
 GetCreativeInfoByIdResponse getInfoById(GetCreativeInfoByIdRequest request)
          获取创意详细信息
 GetCreativeInfoByIdListResponse getInfoByIdList(GetCreativeInfoByIdListRequest request)
          批量获取创意详细信息
 GetCreativeStatusByIdListResponse getStatusByIdList(GetCreativeStatusByIdListRequest request)
          批量获取创意状态
 GetCreativeUpdateResponse update(GetCreativeUpdateRequest request)
          修改创意 创意id必须的 id是必须的
 GetCreativeUpdateByIdListResponse updateByIdList(GetCreativeUpdateByIdListRequest 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
 

构造方法详细信息

CreativeService

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

add

public GetCreativeAddResponse add(GetCreativeAddRequest request)
                           throws QihooOpenException
添加一个创意

广告组远程id 标题 描述1 描述2必须的

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

update

public GetCreativeUpdateResponse update(GetCreativeUpdateRequest request)
                                 throws QihooOpenException
修改创意 创意id必须的 id是必须的

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

deleteByIdList

public GetCreativeDeleteByIdListResponse deleteByIdList(GetCreativeDeleteByIdListRequest request)
                                                 throws QihooOpenException
根据id批量删除创意

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

getInfoById

public GetCreativeInfoByIdResponse getInfoById(GetCreativeInfoByIdRequest request)
                                        throws QihooOpenException
获取创意详细信息

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

getInfoByIdList

public GetCreativeInfoByIdListResponse getInfoByIdList(GetCreativeInfoByIdListRequest request)
                                                throws QihooOpenException
批量获取创意详细信息

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

updateByIdList

public GetCreativeUpdateByIdListResponse updateByIdList(GetCreativeUpdateByIdListRequest request)
                                                 throws QihooOpenException
批量更新创意的某个字段值

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

getStatusByIdList

public GetCreativeStatusByIdListResponse getStatusByIdList(GetCreativeStatusByIdListRequest request)
                                                    throws QihooOpenException
批量获取创意状态

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

getChangedIdList

public GetCreativeChangedIdListResponse getChangedIdList(GetCreativeChangedIdListRequest request)
                                                  throws QihooOpenException
查询某个开始时间至当前时间所有被编辑过(新增、修改、删除)的创意

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

getIdListByGroupId

public GetCreativeIdListByGroupIdResponse getIdListByGroupId(GetCreativeIdListByGroupIdRequest request)
                                                      throws QihooOpenException
根据广告组id查询所有或满足条件的创意id

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


Copyright © 2013. All rights reserved.