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)
Returns a set of all relevant
AdUnitSize objects. |
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.RemoteExceptionApiExceptionAdUnitSize[] getAdUnitSizesByStatement(Statement filterStatement) throws RemoteException, ApiException
AdUnitSize objects.
The given Statement is currently ignored but may
be honored in future versions.
RemoteExceptionApiExceptionAdUnitPage 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 |
RemoteExceptionApiExceptionUpdateResult performAdUnitAction(AdUnitAction adUnitAction, Statement filterStatement) throws RemoteException, ApiException
AdUnit objects that match the given
Statement.query.RemoteExceptionApiExceptionAdUnit[] updateAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
AdUnit objects.RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.