| Modifier and Type | Method and Description |
|---|---|
static <T> ResultList<T> |
ResultList.of(List<T> elements,
org.nuiton.util.PagerBean pager) |
static <I,O> ResultList<O> |
ResultList.transform(ResultList<I> source,
com.google.common.base.Function<I,O> function) |
static <I,O> ResultList<O> |
ResultList.transformLazy(ResultList<I> source,
com.google.common.base.Function<I,O> function) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> ResultList<O> |
ResultList.transform(ResultList<I> source,
com.google.common.base.Function<I,O> function) |
static <I,O> ResultList<O> |
ResultList.transformLazy(ResultList<I> source,
com.google.common.base.Function<I,O> function) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<DomainDto> |
NavigationContextService.getAllDomainsForCampaign(Set<Integer> campaigns,
Set<String> networkIds) |
ResultList<GrowingPlanDto> |
NavigationContextService.getAllGrowingPlansForDomains(Set<Integer> campaigns,
Set<String> domainIds,
Set<String> networkIds) |
ResultList<GrowingSystemDto> |
NavigationContextService.getAllGrowingSystemsForGrowingPlans(Set<Integer> campaigns,
Set<String> domainIds,
Set<String> growingPlansIds,
Set<String> networkIds) |
ResultList<Network> |
NavigationContextService.getAllNetworks() |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Domain> |
DomainService.getFilteredDomains(DomainFilter filter)
Find domain matching user filter and navigation context.
|
ResultList<DomainDto> |
DomainService.getFilteredDomainsDto(DomainFilter filter)
Find domain matching user filter and navigation context.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Zone> |
EffectiveCropCycleService.getFilteredZones(EffectiveZoneFilter filter)
Recherche paginée de la liste des zones des parcelles.
|
ResultList<ZoneDto> |
EffectiveCropCycleService.getFilteredZonesAndCroppingPlanInfosDto(EffectiveZoneFilter filter)
Recherche paginée de la liste des zones des parcelles avec les infos sur cultures et interventions.
|
ResultList<ZoneDto> |
EffectiveCropCycleService.getFilteredZonesDto(EffectiveZoneFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<?> |
GenericEntityService.listEntities(Class<?> klass,
GenericFilter filter) |
ResultList<?> |
GenericEntityService.listEntitiesFromString(String className,
GenericFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<GrowingPlan> |
GrowingPlanService.getFilteredGrowingPlans(GrowingPlanFilter filter)
Find growingPlans matching user filter and navigation context.
|
ResultList<GrowingPlanDto> |
GrowingPlanService.getFilteredGrowingPlansDto(GrowingPlanFilter filter)
Find growingPlans matching user filter and navigation context.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<GrowingSystem> |
GrowingSystemService.getFilteredGrowingSystems(GrowingSystemFilter filter)
Return the Growing Systems according the given filter.
|
ResultList<GrowingSystemDto> |
GrowingSystemService.getFilteredGrowingSystemsDto(GrowingSystemFilter filter)
Return the Growing Systems according the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Message> |
MessageService.getFilteredMessages(MessageFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<DecisionRulesDto> |
ManagementModeService.getFilteredDecisionRules(DecisionRuleFilter filter)
Return the DecisionRules according the given filter.
|
ResultList<ManagementModeDto> |
ManagementModeService.getFilteredManagementModeDtos(ManagementModeFilter managementModeFilter)
Return the ManagementModes according the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Network> |
NetworkService.getFilteredNetworks(NetworkFilter filter)
Return the Networks according the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<PerformanceDto> |
PerformanceService.getFilteredPerformances(PerformanceFilter performanceFilter) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<PracticedPlot> |
PracticedPlotService.getFilteredPracticedPlots(PracticedPlotFilter filter) |
ResultList<PracticedPlotDto> |
PracticedPlotService.getFilteredPracticedPlotsDto(PracticedPlotFilter filter)
return the practiced plot matching the given filter parameters
|
ResultList<PracticedSystem> |
PracticedSystemService.getFilteredPracticedSystems(PracticedSystemFilter filter)
Return the list of Plots filtered according the given filter.
|
ResultList<PracticedSystemDto> |
PracticedSystemService.getFilteredPracticedSystemsDto(PracticedSystemFilter filter)
Return a list of Plot's DTOs filtered according the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Domain> |
AnonymizeService.checkForDomainsAnonymization(ResultList<Domain> domains) |
ResultList<Performance> |
AnonymizeService.checkForPerformancesAnonymization(ResultList<Performance> result) |
ResultList<TrackedEvent> |
TrackerService.list(TrackedEventFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Domain> |
AnonymizeService.checkForDomainsAnonymization(ResultList<Domain> domains) |
ResultList<Performance> |
AnonymizeService.checkForPerformancesAnonymization(ResultList<Performance> result) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<UserDto> |
UserService.getFilteredUsers(UserFilter userFilter,
boolean includeRoles) |
Copyright © 2013–2015 Inra. All rights reserved.