public interface InventoryServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
AdUnit[] |
createAdUnits(AdUnit[] adUnits)
Creates new
AdUnit objects. |
AdUnitPage |
getAdUnitsByStatement(Statement filterStatement)
|
AdUnitSize[] |
getAdUnitSizesByStatement(Statement filterStatement)
Gets a set of
AdUnitSize objects that satisfy the given
Statement.query. |
UpdateResult |
performAdUnitAction(AdUnitAction adUnitAction,
Statement filterStatement)
Performs actions on
AdUnit objects that match the given
Statement.query. |
AdUnit[] |
updateAdUnits(AdUnit[] adUnits)
Updates the specified
AdUnit objects. |
AdUnit[] createAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
AdUnit objects.adUnits - the ad units to createRemoteExceptionApiExceptionAdUnitSize[] getAdUnitSizesByStatement(Statement filterStatement) throws RemoteException, ApiException
AdUnitSize objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
targetPlatform |
TargetPlatform |
filterStatement - a Publisher Query Language statement used to
filter
a set of ad unit sizesRemoteExceptionApiExceptionAdUnitPage getAdUnitsByStatement(Statement filterStatement) throws RemoteException, ApiException
AdUnitPage of AdUnit objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
adUnitCode |
AdUnit.adUnitCode |
id |
AdUnit.id |
name |
AdUnit.name |
parentId |
AdUnit.parentId |
status |
AdUnit.status |
lastModifiedDateTime |
AdUnit.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to
filter
a set of ad unitsRemoteExceptionApiExceptionUpdateResult performAdUnitAction(AdUnitAction adUnitAction, Statement filterStatement) throws RemoteException, ApiException
AdUnit objects that match the given
Statement.query.adUnitAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad unitsRemoteExceptionApiExceptionAdUnit[] updateAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
AdUnit objects.adUnits - the ad units to updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.