static <BeanType extends Voiture> void |
GeneratedVoitureHelper.copyVoiture(BeanType source,
BeanType target) |
static <BeanType extends Voiture> void |
GeneratedVoitureHelper.copyVoiture(BeanType source,
BeanType target,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <BeanType extends Voiture> List<BeanType> |
GeneratedVoitureHelper.filterByImmatriculation(Collection<BeanType> $source,
int immatriculation) |
static <BeanType extends Voiture> List<BeanType> |
GeneratedVoitureHelper.filterByModele(Collection<BeanType> $source,
String modele) |
static <BeanType extends Voiture> List<BeanType> |
GeneratedVoitureHelper.filterByProprietaire(Collection<BeanType> $source,
Personne proprietaire) |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Integer> |
GeneratedVoitureHelper.getImmatriculationFunction() |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,String> |
GeneratedVoitureHelper.getModeleFunction() |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Personne> |
GeneratedVoitureHelper.getProprietaireFunction() |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Integer> |
GeneratedVoitureHelper.newImmatriculationFunction() |
static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> |
GeneratedVoitureHelper.newImmatriculationPredicate(int immatriculation) |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,String> |
GeneratedVoitureHelper.newModeleFunction() |
static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> |
GeneratedVoitureHelper.newModelePredicate(String modele) |
static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Personne> |
GeneratedVoitureHelper.newProprietaireFunction() |
static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> |
GeneratedVoitureHelper.newProprietairePredicate(Personne proprietaire) |
static <BeanType extends Voiture> Class<BeanType> |
GeneratedVoitureHelper.typeOfVoiture() |
static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<Integer,BeanType> |
GeneratedVoitureHelper.uniqueIndexByImmatriculation(Iterable<BeanType> $source) |
static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<String,BeanType> |
GeneratedVoitureHelper.uniqueIndexByModele(Iterable<BeanType> $source) |
static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<Personne,BeanType> |
GeneratedVoitureHelper.uniqueIndexByProprietaire(Iterable<BeanType> $source) |