Uses of Class
nl.karpi.bm.CalcEurokoers

Packages that use CalcEurokoers
nl.karpi.bm.generated   
 

Uses of CalcEurokoers in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type CalcEurokoers
protected  java.util.List<CalcEurokoers> Calculatie.calcEurokoerssWhereIAmCalculatie
           
protected  java.util.List<CalcEurokoers> Munteenheid.calcEurokoerssWhereIAmMunteenheid
           
static java.util.Comparator<CalcEurokoers> CalcEurokoers.COMPARATOR_CALCEUROKOERSNR
          A comparator that compares on calcEurokoersnr
static java.util.Comparator<CalcEurokoers> CalcEurokoers.COMPARATOR_CALCULATIE_MUNTEENHEID
          A comparator that compares on calculatie munteenheid
static java.util.Comparator<CalcEurokoers> CalcEurokoers.COMPARATOR_CALCULATIENR_MUNTEENHEIDNR
          A comparator that compares on calculatienr munteenheidnr
 

Methods in nl.karpi.bm.generated that return CalcEurokoers
 CalcEurokoers CalcEurokoers.cloneShallow()
           
static CalcEurokoers CalcEurokoers.findAndLockByPK(java.math.BigInteger calcEurokoersnr)
           
static CalcEurokoers CalcEurokoers.findAndLockByPK(int id)
           
static CalcEurokoers CalcEurokoers.findAndLockByPK(long id)
           
static CalcEurokoers CalcEurokoers.findByCalcEurokoersnr(java.math.BigInteger calcEurokoersnr)
           
static CalcEurokoers CalcEurokoers.findByCalculatieMunteenheid(Calculatie calculatie, Munteenheid munteenheid)
           
static CalcEurokoers CalcEurokoers.findByCalculatienrMunteenheidnr(java.math.BigInteger calculatienr, java.math.BigInteger munteenheidnr)
           
static CalcEurokoers CalcEurokoers.findByPK(java.math.BigInteger calcEurokoersnr)
           
static CalcEurokoers CalcEurokoers.findByPK(int id)
           
static CalcEurokoers CalcEurokoers.findByPK(long id)
           
 CalcEurokoers CalcEurokoers.withCalcEurokoersnr(java.math.BigInteger value)
           
 CalcEurokoers CalcEurokoers.withCalculatie(Calculatie value)
           
 CalcEurokoers CalcEurokoers.withKoers(java.math.BigDecimal value)
           
 CalcEurokoers CalcEurokoers.withMunteenheid(Munteenheid value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type CalcEurokoers
static java.util.List<CalcEurokoers> CalcEurokoers.findAll()
          find all entities
static java.util.List<CalcEurokoers> CalcEurokoers.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<CalcEurokoers> Calculatie.getCalcEurokoerssWhereIAmCalculatie()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcEurokoers> Munteenheid.getCalcEurokoerssWhereIAmMunteenheid()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 

Methods in nl.karpi.bm.generated with parameters of type CalcEurokoers
 void Calculatie.addCalcEurokoerssWhereIAmCalculatie(CalcEurokoers value)
          CalcEurokoerssWhereIAmCalculatie
 void Munteenheid.addCalcEurokoerssWhereIAmMunteenheid(CalcEurokoers value)
          CalcEurokoerssWhereIAmMunteenheid
 int CalcEurokoers.ComparatorCalcEurokoersnr.compare(CalcEurokoers o1, CalcEurokoers o2)
           
 int CalcEurokoers.ComparatorCalculatie_Munteenheid.compare(CalcEurokoers o1, CalcEurokoers o2)
           
 int CalcEurokoers.ComparatorCalculatienr_Munteenheidnr.compare(CalcEurokoers o1, CalcEurokoers o2)
           
 int CalcEurokoers.compareTo(CalcEurokoers o)
          default compare on primary key
 void Calculatie.removeCalcEurokoerssWhereIAmCalculatie(CalcEurokoers value)
           
 void Munteenheid.removeCalcEurokoerssWhereIAmMunteenheid(CalcEurokoers value)
           
static void CalcEurokoers.shallowCopy(CalcEurokoers original, CalcEurokoers copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 

Method parameters in nl.karpi.bm.generated with type arguments of type CalcEurokoers
 void Calculatie.setCalcEurokoerssWhereIAmCalculatie(java.util.List<CalcEurokoers> value)
           
 void Munteenheid.setCalcEurokoerssWhereIAmMunteenheid(java.util.List<CalcEurokoers> value)
           
 Calculatie Calculatie.withCalcEurokoerssWhereIAmCalculatie(java.util.List<CalcEurokoers> value)
           
 Munteenheid Munteenheid.withCalcEurokoerssWhereIAmMunteenheid(java.util.List<CalcEurokoers> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.