public interface NetworkFinderOperations
| Modifier and Type | Method and Description |
|---|---|
NetworkAccess[] |
retrieve_all() |
NetworkAccess[] |
retrieve_by_code(java.lang.String code)
Only returns reals.
|
NetworkAccess |
retrieve_by_id(NetworkId id)
Only returns reals.
|
NetworkAccess[] |
retrieve_by_name(java.lang.String name) |
NetworkAccess retrieve_by_id(NetworkId id) throws NetworkNotFound
NetworkNotFoundNetworkAccess[] retrieve_by_code(java.lang.String code) throws NetworkNotFound
NetworkNotFoundNetworkAccess[] retrieve_by_name(java.lang.String name) throws NetworkNotFound
NetworkNotFoundNetworkAccess[] retrieve_all()