public class PerformMethods extends PerformMethods
Constructor and Description |
---|
PerformMethods(AbstractConfig connectionStrategy) |
Modifier and Type | Method and Description |
---|---|
Integer |
performCustomFields(String queryString,
Map<String,Object> queryParams,
String customFieldAction)
Perform the chosen action over the CustomFields that match with the query string given by
parameter
|
Integer |
performCustomTargetingKeys(String queryString,
Map<String,Object> queryParams,
String customTargetingKeyAction)
Perform the chosen action over the Custom Targeting Keys that match with the query string
given by parameter
|
Integer |
performCustomTargetingValues(String queryString,
Map<String,Object> queryParams,
String customTargetingValueAction)
Perform the chosen action over the Custom Targeting Values that match with the query string
given by parameter
|
Integer |
performPlacements(String queryString,
Map<String,Object> queryParams,
String placementAction)
Perform the chosen action over the Placements that match with the query string given by
parameter
|
performAdUnits, performLineItems, performOrders, performUsers
public PerformMethods(AbstractConfig connectionStrategy)
public Integer performPlacements(String queryString, Map<String,Object> queryParams, String placementAction) throws AdManagerException
queryString
- the query string for the statementqueryParams
- a map with the query params included in the query stringplacementAction
- Action for perform over the Placements that match with the query
stringAdManagerException
- when : a) Exception is raised by the API, in this case a specific
AdManagerApiException
is thrown b) Exception is raised because of a
communication problem with the API AdManagerCommunicationException
c) Exception
is raised because of an incorrect action AdManagerException
public Integer performCustomFields(String queryString, Map<String,Object> queryParams, String customFieldAction) throws AdManagerException
queryString
- the query string for the statementqueryParams
- a map with the query parameters included in the query stringcustomFieldAction
- Action for perform over the CustomFields that match with the query
stringAdManagerException
- when : a) Exception is raised by the API, in this case a specific
AdManagerApiException
is thrown b) Exception is raised because of a
communication problem with the API AdManagerCommunicationException
c) Exception
is raised because of an incorrect action AdManagerException
public Integer performCustomTargetingKeys(String queryString, Map<String,Object> queryParams, String customTargetingKeyAction) throws AdManagerException
queryString
- the query string for the statementqueryParams
- a map with the query params included in the query stringcustomTargetingKeyAction
- Action for perform over the Custom Targeting Keys that match
with the query stringAdManagerException
- when : a) Exception is raised by the API, in this case a specific
AdManagerApiException
is thrown b) Exception is raised because of a
communication problem with the API AdManagerCommunicationException
c) Exception
is raised because of an incorrect action AdManagerException
public Integer performCustomTargetingValues(String queryString, Map<String,Object> queryParams, String customTargetingValueAction) throws AdManagerException
queryString
- the query string for the statementqueryParams
- a map with the query params included in the query stringcustomTargetingValueAction
- Action for perform over the Custom Targeting Values that
match with the query stringAdManagerException
- when : a) Exception is raised by the API, in this case a specific
AdManagerApiException
is thrown b) Exception is raised because of a
communication problem with the API AdManagerCommunicationException
c) Exception
is raised because of an incorrect action AdManagerException
Copyright © 2010–2019. All rights reserved.