|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NetworkServiceInterface
| Method Summary | |
|---|---|
Network[] |
getAllNetworks()
Returns the list of Network objects to which the current
login has
access. |
Network |
getCurrentNetwork()
Returns the current network for which requests are being made. |
Network |
makeTestNetwork()
Creates a new blank network for testing purposes using the current login. |
Network |
updateNetwork(Network network)
Updates the specified network. |
| Method Detail |
|---|
Network[] getAllNetworks()
throws RemoteException,
ApiException
Network objects to which the current
login has
access.
Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.
RemoteException
ApiException
Network getCurrentNetwork()
throws RemoteException,
ApiException
RemoteException
ApiException
Network makeTestNetwork()
throws RemoteException,
ApiException
Each login(i.e. email address) can only have one test network.
Data from
any of your existing networks will not be transferred to the
new test network.
Once the test network is created, the test network can be
used in the API
by supplying the Network.networkCode in the SOAP header
or by
logging into the DFP UI.
Test networks are limited in the following ways:
ForecastService for more info.
RemoteException
ApiException
Network updateNetwork(Network network)
throws RemoteException,
ApiException
network - the network that needs to be updated
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||