Uses of Class
nl.karpi.bm.CalcBandgroep

Packages that use CalcBandgroep
nl.karpi.bm.generated   
 

Uses of CalcBandgroep in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as CalcBandgroep
protected  CalcBandgroep CalcProductiekostenband.calcBandgroep
           
protected  CalcBandgroep CalcBandgroepdetail.calcBandgroep
           
 

Fields in nl.karpi.bm.generated with type parameters of type CalcBandgroep
protected  java.util.List<CalcBandgroep> Calculatie.calcBandgroepsWhereIAmCalculatie
           
static java.util.Comparator<CalcBandgroep> CalcBandgroep.COMPARATOR_CALCBANDGROEPNR
          A comparator that compares on calcBandgroepnr
static java.util.Comparator<CalcBandgroep> CalcBandgroep.COMPARATOR_CALCULATIE_CODE
          A comparator that compares on calculatie code
static java.util.Comparator<CalcBandgroep> CalcBandgroep.COMPARATOR_CALCULATIENR_CODE
          A comparator that compares on calculatienr code
 

Methods in nl.karpi.bm.generated that return CalcBandgroep
 CalcBandgroep CalcBandgroep.cloneShallow()
           
static CalcBandgroep CalcBandgroep.findAndLockByPK(java.math.BigInteger calcBandgroepnr)
           
static CalcBandgroep CalcBandgroep.findAndLockByPK(int id)
           
static CalcBandgroep CalcBandgroep.findAndLockByPK(long id)
           
static CalcBandgroep CalcBandgroep.findByCalcBandgroepnr(java.math.BigInteger calcBandgroepnr)
           
static CalcBandgroep CalcBandgroep.findByCalculatieCode(Calculatie calculatie, java.lang.String code)
           
static CalcBandgroep CalcBandgroep.findByCalculatienrCode(java.math.BigInteger calculatienr, java.lang.String code)
           
static CalcBandgroep CalcBandgroep.findByPK(java.math.BigInteger calcBandgroepnr)
           
static CalcBandgroep CalcBandgroep.findByPK(int id)
           
static CalcBandgroep CalcBandgroep.findByPK(long id)
           
 CalcBandgroep CalcProductiekostenband.getCalcBandgroep()
          CalcBandgroep
 CalcBandgroep CalcBandgroepdetail.getCalcBandgroep()
          CalcBandgroep
 CalcBandgroep CalcBandgroep.withCalcBandgroepdetailsWhereIAmCalcBandgroep(java.util.List<CalcBandgroepdetail> value)
           
 CalcBandgroep CalcBandgroep.withCalcBandgroepnr(java.math.BigInteger value)
           
 CalcBandgroep CalcBandgroep.withCalcProductiekostenbandsWhereIAmCalcBandgroep(java.util.List<CalcProductiekostenband> value)
           
 CalcBandgroep CalcBandgroep.withCalculatie(Calculatie value)
           
 CalcBandgroep CalcBandgroep.withCode(java.lang.String value)
           
 CalcBandgroep CalcBandgroep.withNaam(java.lang.String value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type CalcBandgroep
static java.util.List<CalcBandgroep> CalcBandgroep.findAll()
          find all entities
static java.util.List<CalcBandgroep> CalcBandgroep.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<CalcBandgroep> Calculatie.getCalcBandgroepsWhereIAmCalculatie()
          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 CalcBandgroep
 void Calculatie.addCalcBandgroepsWhereIAmCalculatie(CalcBandgroep value)
          CalcBandgroepsWhereIAmCalculatie
 int CalcBandgroep.ComparatorCalcBandgroepnr.compare(CalcBandgroep o1, CalcBandgroep o2)
           
 int CalcBandgroep.ComparatorCalculatie_Code.compare(CalcBandgroep o1, CalcBandgroep o2)
           
 int CalcBandgroep.ComparatorCalculatienr_Code.compare(CalcBandgroep o1, CalcBandgroep o2)
           
 int CalcBandgroep.compareTo(CalcBandgroep o)
          default compare on primary key
static CalcBandgroepdetail CalcBandgroepdetail.findByArtikelCalcBandgroepCalculatie(Artikelband artikel, CalcBandgroep calcBandgroep, Calculatie calculatie)
           
static CalcProductiekostenband CalcProductiekostenband.findByCalcBandgroepCalculatie(CalcBandgroep calcBandgroep, Calculatie calculatie)
           
 void Calculatie.removeCalcBandgroepsWhereIAmCalculatie(CalcBandgroep value)
           
 void CalcProductiekostenband.setCalcBandgroep(CalcBandgroep value)
           
 void CalcBandgroepdetail.setCalcBandgroep(CalcBandgroep value)
           
static void CalcBandgroep.shallowCopy(CalcBandgroep original, CalcBandgroep copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 CalcProductiekostenband CalcProductiekostenband.withCalcBandgroep(CalcBandgroep value)
           
 CalcBandgroepdetail CalcBandgroepdetail.withCalcBandgroep(CalcBandgroep value)
           
 

Method parameters in nl.karpi.bm.generated with type arguments of type CalcBandgroep
 void Calculatie.setCalcBandgroepsWhereIAmCalculatie(java.util.List<CalcBandgroep> value)
           
 Calculatie Calculatie.withCalcBandgroepsWhereIAmCalculatie(java.util.List<CalcBandgroep> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.