public abstract class StepsHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StepsHelper.DataStep<T> |
static class |
StepsHelper.DataSteps |
static class |
StepsHelper.DefaultDataSteps |
| Constructor and Description |
|---|
StepsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getRealSteps(Tour tour,
StepsHelper.DataSteps... listDataSteps) |
static void |
getSteps(List<Tour> tours,
StepsHelper.DataSteps... listDataSteps) |
static void |
getStepsByEtapes(List<org.apache.commons.lang3.tuple.Pair<Etape,SuiviEtape>> etapes,
StepsHelper.DataSteps... listDataSteps) |
static boolean |
getTheoreticalSteps(Tour tour,
StepsHelper.DataSteps... listDataSteps) |
public static void getStepsByEtapes(List<org.apache.commons.lang3.tuple.Pair<Etape,SuiviEtape>> etapes, StepsHelper.DataSteps... listDataSteps)
public static void getSteps(List<Tour> tours, StepsHelper.DataSteps... listDataSteps)
public static boolean getTheoreticalSteps(Tour tour, StepsHelper.DataSteps... listDataSteps)
public static void getRealSteps(Tour tour, StepsHelper.DataSteps... listDataSteps)
Copyright © 2008-2013 Cybelia. All Rights Reserved.