Uses of Class
nl.karpi.bm.CalcProductiekostenband

Packages that use CalcProductiekostenband
nl.karpi.bm.generated   
 

Uses of CalcProductiekostenband in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type CalcProductiekostenband
protected  java.util.List<CalcProductiekostenband> CalcBandgroep.calcProductiekostenbandsWhereIAmCalcBandgroep
           
protected  java.util.List<CalcProductiekostenband> Calculatie.calcProductiekostenbandsWhereIAmCalculatie
           
static java.util.Comparator<CalcProductiekostenband> CalcProductiekostenband.COMPARATOR_CALCBANDGROEP_CALCULATIE
          A comparator that compares on calcBandgroep calculatie
static java.util.Comparator<CalcProductiekostenband> CalcProductiekostenband.COMPARATOR_CALCBANDGROEPNR_CALCULATIENR
          A comparator that compares on calcBandgroepnr calculatienr
static java.util.Comparator<CalcProductiekostenband> CalcProductiekostenband.COMPARATOR_CALCPRODUCTIEKOSTENBANDNR
          A comparator that compares on calcProductiekostenbandnr
 

Methods in nl.karpi.bm.generated that return CalcProductiekostenband
 CalcProductiekostenband CalcProductiekostenband.cloneShallow()
           
static CalcProductiekostenband CalcProductiekostenband.findAndLockByPK(java.math.BigInteger calcProductiekostenbandnr)
           
static CalcProductiekostenband CalcProductiekostenband.findAndLockByPK(int id)
           
static CalcProductiekostenband CalcProductiekostenband.findAndLockByPK(long id)
           
static CalcProductiekostenband CalcProductiekostenband.findByCalcBandgroepCalculatie(CalcBandgroep calcBandgroep, Calculatie calculatie)
           
static CalcProductiekostenband CalcProductiekostenband.findByCalcBandgroepnrCalculatienr(java.math.BigInteger calcBandgroepnr, java.math.BigInteger calculatienr)
           
static CalcProductiekostenband CalcProductiekostenband.findByCalcProductiekostenbandnr(java.math.BigInteger calcProductiekostenbandnr)
           
static CalcProductiekostenband CalcProductiekostenband.findByPK(java.math.BigInteger calcProductiekostenbandnr)
           
static CalcProductiekostenband CalcProductiekostenband.findByPK(int id)
           
static CalcProductiekostenband CalcProductiekostenband.findByPK(long id)
           
 CalcProductiekostenband CalcProductiekostenband.withArbeidskostenperm(java.math.BigDecimal value)
           
 CalcProductiekostenband CalcProductiekostenband.withCalcBandgroep(CalcBandgroep value)
           
 CalcProductiekostenband CalcProductiekostenband.withCalcProductiekostenbandnr(java.math.BigInteger value)
           
 CalcProductiekostenband CalcProductiekostenband.withCalculatie(Calculatie value)
           
 CalcProductiekostenband CalcProductiekostenband.withMateriaalkostenperm(java.math.BigDecimal value)
           
 CalcProductiekostenband CalcProductiekostenband.withSnijverlies(java.math.BigDecimal value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type CalcProductiekostenband
static java.util.List<CalcProductiekostenband> CalcProductiekostenband.findAll()
          find all entities
static java.util.List<CalcProductiekostenband> CalcProductiekostenband.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<CalcProductiekostenband> CalcBandgroep.getCalcProductiekostenbandsWhereIAmCalcBandgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcProductiekostenband> Calculatie.getCalcProductiekostenbandsWhereIAmCalculatie()
          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 CalcProductiekostenband
 void CalcBandgroep.addCalcProductiekostenbandsWhereIAmCalcBandgroep(CalcProductiekostenband value)
          CalcProductiekostenbandsWhereIAmCalcBandgroep
 void Calculatie.addCalcProductiekostenbandsWhereIAmCalculatie(CalcProductiekostenband value)
          CalcProductiekostenbandsWhereIAmCalculatie
 int CalcProductiekostenband.ComparatorCalcProductiekostenbandnr.compare(CalcProductiekostenband o1, CalcProductiekostenband o2)
           
 int CalcProductiekostenband.ComparatorCalcBandgroep_Calculatie.compare(CalcProductiekostenband o1, CalcProductiekostenband o2)
           
 int CalcProductiekostenband.ComparatorCalcBandgroepnr_Calculatienr.compare(CalcProductiekostenband o1, CalcProductiekostenband o2)
           
 int CalcProductiekostenband.compareTo(CalcProductiekostenband o)
          default compare on primary key
 void CalcBandgroep.removeCalcProductiekostenbandsWhereIAmCalcBandgroep(CalcProductiekostenband value)
           
 void Calculatie.removeCalcProductiekostenbandsWhereIAmCalculatie(CalcProductiekostenband value)
           
static void CalcProductiekostenband.shallowCopy(CalcProductiekostenband original, CalcProductiekostenband 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 CalcProductiekostenband
 void CalcBandgroep.setCalcProductiekostenbandsWhereIAmCalcBandgroep(java.util.List<CalcProductiekostenband> value)
           
 void Calculatie.setCalcProductiekostenbandsWhereIAmCalculatie(java.util.List<CalcProductiekostenband> value)
           
 CalcBandgroep CalcBandgroep.withCalcProductiekostenbandsWhereIAmCalcBandgroep(java.util.List<CalcProductiekostenband> value)
           
 Calculatie Calculatie.withCalcProductiekostenbandsWhereIAmCalculatie(java.util.List<CalcProductiekostenband> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.