public interface NetworkServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
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 |
updateNetwork(Network network)
Updates the specified network.
|
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.
RemoteExceptionApiExceptionNetwork getCurrentNetwork() throws RemoteException, ApiException
RemoteExceptionApiExceptionNetwork updateNetwork(Network network) throws RemoteException, ApiException
network - the network that needs to be updatedRemoteExceptionApiExceptionCopyright © 2012. All Rights Reserved.