| Modifier and Type | Class and Description |
|---|---|
class |
NetworkAbstract |
class |
NetworkImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Network> |
GrowingSystemAbstract.networks
Nom de l'attribut en BD : networks
|
protected Collection<Network> |
NetworkAbstract.parents
Nom de l'attribut en BD : parents
|
| Modifier and Type | Method and Description |
|---|---|
Network |
GrowingSystemAbstract.getNetworksByTopiaId(String topiaId) |
Network |
GrowingSystem.getNetworksByTopiaId(String topiaId) |
Network |
NetworkAbstract.getParentsByTopiaId(String topiaId) |
Network |
Network.getParentsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Network> |
GrowingSystemAbstract.getNetworks() |
Collection<Network> |
GrowingSystem.getNetworks() |
Collection<Network> |
NetworkAbstract.getParents() |
Collection<Network> |
Network.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemAbstract.addNetworks(Network networks) |
void |
GrowingSystem.addNetworks(Network networks) |
void |
NetworkAbstract.addParents(Network parents) |
void |
Network.addParents(Network parents) |
boolean |
GrowingSystemAbstract.containsNetworks(Network networks) |
boolean |
GrowingSystem.containsNetworks(Network networks) |
boolean |
NetworkAbstract.containsParents(Network parents) |
boolean |
Network.containsParents(Network parents) |
void |
GrowingSystemAbstract.removeNetworks(Network networks) |
void |
GrowingSystem.removeNetworks(Network networks) |
void |
NetworkAbstract.removeParents(Network parents) |
void |
Network.removeParents(Network parents) |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemAbstract.addAllNetworks(Iterable<Network> networks) |
void |
GrowingSystem.addAllNetworks(Iterable<Network> networks) |
void |
NetworkAbstract.addAllParents(Iterable<Network> parents) |
void |
Network.addAllParents(Iterable<Network> parents) |
void |
GrowingSystemAbstract.setNetworks(Collection<Network> networks) |
void |
GrowingSystem.setNetworks(Collection<Network> networks) |
void |
NetworkAbstract.setParents(Collection<Network> parents) |
void |
Network.setParents(Collection<Network> parents) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Network> |
NavigationContextService.getAllNetworks() |
| Modifier and Type | Method and Description |
|---|---|
List<GrowingSystem> |
GrowingSystemService.findAllByNetwork(Network network)
Find all growing system for a specific network.
|
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkService.createOrUpdateNetwork(Network network,
Collection<NetworkManagerDto> networkManagerDtos,
List<String> parentsIds)
Update the given network
|
Network |
NetworkService.getNetwork(String networkTopiaId)
Return the Network matching with the network topiaId given has parameter.
|
Network |
NetworkService.newNetwork()
Return a new not persisted Network.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Network> |
NetworkService.getFilteredNetworks(NetworkFilter filter)
Return the Networks according the given filter.
|
List<Network> |
NetworkService.getNteworkWithName(String networkName) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkGraph.addNetwork(Network network) |
Network |
NetworkService.createOrUpdateNetwork(Network network,
Collection<NetworkManagerDto> networkManagerDtos,
List<String> parentsIds)
Update the given network
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkGraph.addGrowingSystem(String name,
Set<Network> parents) |
| Constructor and Description |
|---|
SmallNetworkDto(Network network) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessAuthorizationService.networkCreated(Network network) |
void |
BusinessAuthorizationService.networkUpdated(Network network) |
Copyright © 2013–2015 Inra. All rights reserved.