Uses of Class
nl.karpi.bm.CalcBandgroepdetail

Packages that use CalcBandgroepdetail
nl.karpi.bm.generated   
 

Uses of CalcBandgroepdetail in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type CalcBandgroepdetail
protected  java.util.List<CalcBandgroepdetail> Artikelband.calcBandgroepdetailsWhereIAmArtikel
           
protected  java.util.List<CalcBandgroepdetail> CalcBandgroep.calcBandgroepdetailsWhereIAmCalcBandgroep
           
protected  java.util.List<CalcBandgroepdetail> Calculatie.calcBandgroepdetailsWhereIAmCalculatie
           
static java.util.Comparator<CalcBandgroepdetail> CalcBandgroepdetail.COMPARATOR_ARTIKEL_CALCBANDGROEP_CALCULATIE
          A comparator that compares on artikel calcBandgroep calculatie
static java.util.Comparator<CalcBandgroepdetail> CalcBandgroepdetail.COMPARATOR_ARTIKELNR_CALCBANDGROEPNR_CALCULATIENR
          A comparator that compares on artikelnr calcBandgroepnr calculatienr
static java.util.Comparator<CalcBandgroepdetail> CalcBandgroepdetail.COMPARATOR_CALCBANDGROEPDETAILNR
          A comparator that compares on calcBandgroepdetailnr
 

Methods in nl.karpi.bm.generated that return CalcBandgroepdetail
 CalcBandgroepdetail CalcBandgroepdetail.cloneShallow()
           
static CalcBandgroepdetail CalcBandgroepdetail.findAndLockByPK(java.math.BigInteger calcBandgroepdetailnr)
           
static CalcBandgroepdetail CalcBandgroepdetail.findAndLockByPK(int id)
           
static CalcBandgroepdetail CalcBandgroepdetail.findAndLockByPK(long id)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByArtikelCalcBandgroepCalculatie(Artikelband artikel, CalcBandgroep calcBandgroep, Calculatie calculatie)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByArtikelnrCalcBandgroepnrCalculatienr(java.math.BigInteger artikelnr, java.math.BigInteger calcBandgroepnr, java.math.BigInteger calculatienr)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByCalcBandgroepdetailnr(java.math.BigInteger calcBandgroepdetailnr)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByPK(java.math.BigInteger calcBandgroepdetailnr)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByPK(int id)
           
static CalcBandgroepdetail CalcBandgroepdetail.findByPK(long id)
           
 CalcBandgroepdetail CalcBandgroepdetail.withArtikel(Artikelband value)
           
 CalcBandgroepdetail CalcBandgroepdetail.withCalcBandgroep(CalcBandgroep value)
           
 CalcBandgroepdetail CalcBandgroepdetail.withCalcBandgroepdetailnr(java.math.BigInteger value)
           
 CalcBandgroepdetail CalcBandgroepdetail.withCalculatie(Calculatie value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type CalcBandgroepdetail
static java.util.List<CalcBandgroepdetail> CalcBandgroepdetail.findAll()
          find all entities
static java.util.List<CalcBandgroepdetail> CalcBandgroepdetail.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<CalcBandgroepdetail> Artikelband.getCalcBandgroepdetailsWhereIAmArtikel()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcBandgroepdetail> CalcBandgroep.getCalcBandgroepdetailsWhereIAmCalcBandgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcBandgroepdetail> Calculatie.getCalcBandgroepdetailsWhereIAmCalculatie()
          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 CalcBandgroepdetail
 void Artikelband.addCalcBandgroepdetailsWhereIAmArtikel(CalcBandgroepdetail value)
          CalcBandgroepdetailsWhereIAmArtikel
 void CalcBandgroep.addCalcBandgroepdetailsWhereIAmCalcBandgroep(CalcBandgroepdetail value)
          CalcBandgroepdetailsWhereIAmCalcBandgroep
 void Calculatie.addCalcBandgroepdetailsWhereIAmCalculatie(CalcBandgroepdetail value)
          CalcBandgroepdetailsWhereIAmCalculatie
 int CalcBandgroepdetail.ComparatorCalcBandgroepdetailnr.compare(CalcBandgroepdetail o1, CalcBandgroepdetail o2)
           
 int CalcBandgroepdetail.ComparatorArtikel_CalcBandgroep_Calculatie.compare(CalcBandgroepdetail o1, CalcBandgroepdetail o2)
           
 int CalcBandgroepdetail.ComparatorArtikelnr_CalcBandgroepnr_Calculatienr.compare(CalcBandgroepdetail o1, CalcBandgroepdetail o2)
           
 int CalcBandgroepdetail.compareTo(CalcBandgroepdetail o)
          default compare on primary key
 void Artikelband.removeCalcBandgroepdetailsWhereIAmArtikel(CalcBandgroepdetail value)
           
 void CalcBandgroep.removeCalcBandgroepdetailsWhereIAmCalcBandgroep(CalcBandgroepdetail value)
           
 void Calculatie.removeCalcBandgroepdetailsWhereIAmCalculatie(CalcBandgroepdetail value)
           
static void CalcBandgroepdetail.shallowCopy(CalcBandgroepdetail original, CalcBandgroepdetail 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 CalcBandgroepdetail
 void Artikelband.setCalcBandgroepdetailsWhereIAmArtikel(java.util.List<CalcBandgroepdetail> value)
           
 void CalcBandgroep.setCalcBandgroepdetailsWhereIAmCalcBandgroep(java.util.List<CalcBandgroepdetail> value)
           
 void Calculatie.setCalcBandgroepdetailsWhereIAmCalculatie(java.util.List<CalcBandgroepdetail> value)
           
 Artikelband Artikelband.withCalcBandgroepdetailsWhereIAmArtikel(java.util.List<CalcBandgroepdetail> value)
           
 CalcBandgroep CalcBandgroep.withCalcBandgroepdetailsWhereIAmCalcBandgroep(java.util.List<CalcBandgroepdetail> value)
           
 Calculatie Calculatie.withCalcBandgroepdetailsWhereIAmCalculatie(java.util.List<CalcBandgroepdetail> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.