|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201111.LineItemServiceSoapBindingStub
public class LineItemServiceSoapBindingStub
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.client.Stub |
|---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Constructor Summary | |
|---|---|
LineItemServiceSoapBindingStub()
|
|
LineItemServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
LineItemServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
LineItem |
createLineItem(LineItem lineItem)
Creates a new LineItem. |
LineItem[] |
createLineItems(LineItem[] lineItems)
Creates new LineItem objects. |
LineItem |
getLineItem(Long lineItemId)
Returns the LineItem uniquely identified by the given
ID. |
LineItemPage |
getLineItemsByStatement(Statement filterStatement)
Gets a LineItemPage of LineItem objects that
satisfy the
given Statement.query. |
UpdateResult |
performLineItemAction(LineItemAction lineItemAction,
Statement filterStatement)
Performs actions on LineItem objects that match the
given
Statement.query. |
LineItem |
updateLineItem(LineItem lineItem)
Updates the specified LineItem. |
LineItem[] |
updateLineItems(LineItem[] lineItems)
Updates the specified LineItem objects. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineItemServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public LineItemServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public LineItemServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public LineItem createLineItem(LineItem lineItem)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem.
These fields are required:
LineItemSummary.costPerUnitLineItemSummary.costTypeLineItemSummary.endDateTimeLineItemSummary.lineItemTypeLineItemSummary.nameLineItemSummary.orderIdLineItemSummary.startDateTimeLineItemSummary.unitsBoughtLineItemSummary.creativePlaceholdersLineItem.targeting
createLineItem in interface LineItemServiceInterfacelineItem - the line item to create
RemoteException
ApiException
public LineItem[] createLineItems(LineItem[] lineItems)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem objects.
createLineItems in interface LineItemServiceInterfacelineItems - the line items to create
RemoteException
ApiException
public LineItem getLineItem(Long lineItemId)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem uniquely identified by the given
ID.
getLineItem in interface LineItemServiceInterfacelineItemId - the ID of the line item, which must already exist
LineItem uniquely identified by the given ID
RemoteException
ApiException
public LineItemPage getLineItemsByStatement(Statement filterStatement)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItemPage of LineItem objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
costType |
LineItemSummary.costType |
id |
LineItemSummary.id |
lineItemType |
LineItemSummary.lineItemType |
name |
LineItemSummary.name |
orderId |
LineItemSummary.orderId |
status |
LineItemSummary.status |
unitsBought |
LineItemSummary.unitsBought |
deliveryRateType |
LineItemSummary.deliveryRateType |
lastModifiedDateTime |
LineItem#lastModifiedDateTime |
getLineItemsByStatement in interface LineItemServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of line items.
RemoteException
ApiException
public UpdateResult performLineItemAction(LineItemAction lineItemAction,
Statement filterStatement)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem objects that match the
given
Statement.query.
performLineItemAction in interface LineItemServiceInterfacelineItemAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of line items
RemoteException
ApiException
public LineItem updateLineItem(LineItem lineItem)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem.
updateLineItem in interface LineItemServiceInterfacelineItem - the line item to update
RemoteException
ApiException
public LineItem[] updateLineItems(LineItem[] lineItems)
throws RemoteException,
ApiException
LineItemServiceInterfaceLineItem objects.
updateLineItems in interface LineItemServiceInterfacelineItems - the line items to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||