public interface NavigationContextService extends AgrosystService
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAllCampaigns() |
ResultList<DomainDto> |
getAllDomainsForCampaign(Set<Integer> campaigns,
Set<String> networkIds) |
ResultList<GrowingPlanDto> |
getAllGrowingPlansForDomains(Set<Integer> campaigns,
Set<String> domainIds,
Set<String> networkIds) |
ResultList<GrowingSystemDto> |
getAllGrowingSystemsForGrowingPlans(Set<Integer> campaigns,
Set<String> domainIds,
Set<String> growingPlansIds,
Set<String> networkIds) |
ResultList<Network> |
getAllNetworks() |
Map<String,String> |
getDomains(Set<String> domainsIds,
int maxCount) |
Map<String,String> |
getGrowingPlans(Set<String> growingPlansIds,
int maxCount) |
Map<String,String> |
getGrowingSystems(Set<String> growingSystemsIds,
int maxCount) |
Map<String,String> |
getNetworks(Set<String> networksIds,
int maxCount) |
NavigationContext |
verify(NavigationContext navigationContext) |
NavigationContext |
verify(NavigationContext navigationContext,
org.nuiton.topia.persistence.TopiaEntity newEntity) |
ResultList<Network> getAllNetworks()
ResultList<DomainDto> getAllDomainsForCampaign(Set<Integer> campaigns, Set<String> networkIds)
ResultList<GrowingPlanDto> getAllGrowingPlansForDomains(Set<Integer> campaigns, Set<String> domainIds, Set<String> networkIds)
ResultList<GrowingSystemDto> getAllGrowingSystemsForGrowingPlans(Set<Integer> campaigns, Set<String> domainIds, Set<String> growingPlansIds, Set<String> networkIds)
NavigationContext verify(NavigationContext navigationContext)
NavigationContext verify(NavigationContext navigationContext, org.nuiton.topia.persistence.TopiaEntity newEntity)
Copyright © 2013–2015 Inra. All rights reserved.