Class GeneratedVoitureHelper

java.lang.Object
org.nuiton.topiatest.beangen.GeneratedVoitureHelper
Direct Known Subclasses:
VoitureHelper

public abstract class GeneratedVoitureHelper
extends java.lang.Object
  • Field Details

  • Constructor Details

  • Method Details

    • typeOfVoiture

      public static <BeanType extends Voiture> java.lang.Class<BeanType> typeOfVoiture()
    • copyVoiture

      public static <BeanType extends Voiture> void copyVoiture​(BeanType source, BeanType target)
    • copyVoiture

      public static <BeanType extends Voiture> void copyVoiture​(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,​BeanType> binder)
    • newImmatriculationPredicate

      public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newImmatriculationPredicate​(int immatriculation)
    • filterByImmatriculation

      public static <BeanType extends Voiture> java.util.List<BeanType> filterByImmatriculation​(java.util.Collection<BeanType> $source, int immatriculation)
    • newModelePredicate

      public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newModelePredicate​(java.lang.String modele)
    • filterByModele

      public static <BeanType extends Voiture> java.util.List<BeanType> filterByModele​(java.util.Collection<BeanType> $source, java.lang.String modele)
    • newProprietairePredicate

      public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newProprietairePredicate​(Personne proprietaire)
    • filterByProprietaire

      public static <BeanType extends Voiture> java.util.List<BeanType> filterByProprietaire​(java.util.Collection<BeanType> $source, Personne proprietaire)
    • getImmatriculationFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​java.lang.Integer> getImmatriculationFunction()
    • newImmatriculationFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​java.lang.Integer> newImmatriculationFunction()
    • uniqueIndexByImmatriculation

      public static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<java.lang.Integer,​BeanType> uniqueIndexByImmatriculation​(java.lang.Iterable<BeanType> $source)
    • getModeleFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​java.lang.String> getModeleFunction()
    • newModeleFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​java.lang.String> newModeleFunction()
    • uniqueIndexByModele

      public static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<java.lang.String,​BeanType> uniqueIndexByModele​(java.lang.Iterable<BeanType> $source)
    • getProprietaireFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​Personne> getProprietaireFunction()
    • newProprietaireFunction

      public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,​Personne> newProprietaireFunction()
    • uniqueIndexByProprietaire

      public static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<Personne,​BeanType> uniqueIndexByProprietaire​(java.lang.Iterable<BeanType> $source)