Uses of Class
nl.karpi.bm.Prijsgroep

Packages that use Prijsgroep
nl.karpi.bm.generated   
 

Uses of Prijsgroep in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Prijsgroep
protected  Prijsgroep Prijslijst.prijsgroep
           
protected  Prijsgroep Kwaliteitontwikkelingafmetingenprijs.prijsgroep
           
protected  Prijsgroep CalcVrachtkosten.prijsgroep
           
protected  Prijsgroep CalcVerkoopkosten.prijsgroep
           
protected  Prijsgroep CalcMargeprijsgroepafmeting.prijsgroep
           
protected  Prijsgroep CalcMargeprijsgroep.prijsgroep
           
 

Fields in nl.karpi.bm.generated with type parameters of type Prijsgroep
static java.util.Comparator<Prijsgroep> Prijsgroep.COMPARATOR_CODE
          A comparator that compares on code
static java.util.Comparator<Prijsgroep> Prijsgroep.COMPARATOR_PRIJSGROEPNR
          A comparator that compares on prijsgroepnr
 

Methods in nl.karpi.bm.generated that return Prijsgroep
 Prijsgroep Prijsgroep.cloneShallow()
           
static Prijsgroep Prijsgroep.findAndLockByPK(java.math.BigInteger prijsgroepnr)
           
static Prijsgroep Prijsgroep.findAndLockByPK(int id)
           
static Prijsgroep Prijsgroep.findAndLockByPK(long id)
           
static Prijsgroep Prijsgroep.findByCode(java.lang.String code)
           
static Prijsgroep Prijsgroep.findByPK(java.math.BigInteger prijsgroepnr)
           
static Prijsgroep Prijsgroep.findByPK(int id)
           
static Prijsgroep Prijsgroep.findByPK(long id)
           
static Prijsgroep Prijsgroep.findByPrijsgroepnr(java.math.BigInteger prijsgroepnr)
           
 Prijsgroep Prijslijst.getPrijsgroep()
          Prijsgroep
 Prijsgroep Kwaliteitontwikkelingafmetingenprijs.getPrijsgroep()
          Prijsgroep
 Prijsgroep CalcVrachtkosten.getPrijsgroep()
          Prijsgroep
 Prijsgroep CalcVerkoopkosten.getPrijsgroep()
          Prijsgroep
 Prijsgroep CalcMargeprijsgroepafmeting.getPrijsgroep()
          Prijsgroep
 Prijsgroep CalcMargeprijsgroep.getPrijsgroep()
          Prijsgroep
 Prijsgroep Prijsgroep.withCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroepafmeting> value)
           
 Prijsgroep Prijsgroep.withCalcMargeprijsgroepsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroep> value)
           
 Prijsgroep Prijsgroep.withCalcVerkoopkostensWhereIAmPrijsgroep(java.util.List<CalcVerkoopkosten> value)
           
 Prijsgroep Prijsgroep.withCalcVrachtkostensWhereIAmPrijsgroep(java.util.List<CalcVrachtkosten> value)
           
 Prijsgroep Prijsgroep.withCode(java.lang.String value)
           
 Prijsgroep Prijsgroep.withKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(java.util.List<Kwaliteitontwikkelingafmetingenprijs> value)
           
 Prijsgroep Prijsgroep.withNaam(java.lang.String value)
           
 Prijsgroep Prijsgroep.withPrijsgroepnr(java.math.BigInteger value)
           
 Prijsgroep Prijsgroep.withPrijslijstsWhereIAmPrijsgroep(java.util.List<Prijslijst> value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type Prijsgroep
static java.util.List<Prijsgroep> Prijsgroep.findAll()
          find all entities
static java.util.List<Prijsgroep> Prijsgroep.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 

Methods in nl.karpi.bm.generated with parameters of type Prijsgroep
 int Prijsgroep.ComparatorPrijsgroepnr.compare(Prijsgroep o1, Prijsgroep o2)
           
 int Prijsgroep.ComparatorCode.compare(Prijsgroep o1, Prijsgroep o2)
           
 int Prijsgroep.compareTo(Prijsgroep o)
          default compare on primary key
static Prijslijst Prijslijst.findByAfmetingBandArtikelCalculatieKwaliteitPrijsgroep(Afmeting afmeting, Artikelband bandArtikel, Calculatie calculatie, Kwaliteit kwaliteit, Prijsgroep prijsgroep)
           
static CalcMargeprijsgroepafmeting CalcMargeprijsgroepafmeting.findByAfmetingCalculatieKwaliteitPrijsgroep(Afmeting afmeting, Calculatie calculatie, Kwaliteit kwaliteit, Prijsgroep prijsgroep)
           
static CalcMargeprijsgroep CalcMargeprijsgroep.findByCalculatieKwaliteitPrijsgroep(Calculatie calculatie, Kwaliteit kwaliteit, Prijsgroep prijsgroep)
           
static CalcVrachtkosten CalcVrachtkosten.findByCalculatiePrijsgroep(Calculatie calculatie, Prijsgroep prijsgroep)
           
static CalcVerkoopkosten CalcVerkoopkosten.findByCalculatiePrijsgroep(Calculatie calculatie, Prijsgroep prijsgroep)
           
static Kwaliteitontwikkelingafmetingenprijs Kwaliteitontwikkelingafmetingenprijs.findByOntwikkelafmetingPrijsgroep(Kwaliteitontwikkelingafmetingen ontwikkelafmeting, Prijsgroep prijsgroep)
           
 void Prijslijst.setPrijsgroep(Prijsgroep value)
           
 void Kwaliteitontwikkelingafmetingenprijs.setPrijsgroep(Prijsgroep value)
           
 void CalcVrachtkosten.setPrijsgroep(Prijsgroep value)
           
 void CalcVerkoopkosten.setPrijsgroep(Prijsgroep value)
           
 void CalcMargeprijsgroepafmeting.setPrijsgroep(Prijsgroep value)
           
 void CalcMargeprijsgroep.setPrijsgroep(Prijsgroep value)
           
static void Prijsgroep.shallowCopy(Prijsgroep original, Prijsgroep copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 Prijslijst Prijslijst.withPrijsgroep(Prijsgroep value)
           
 Kwaliteitontwikkelingafmetingenprijs Kwaliteitontwikkelingafmetingenprijs.withPrijsgroep(Prijsgroep value)
           
 CalcVrachtkosten CalcVrachtkosten.withPrijsgroep(Prijsgroep value)
           
 CalcVerkoopkosten CalcVerkoopkosten.withPrijsgroep(Prijsgroep value)
           
 CalcMargeprijsgroepafmeting CalcMargeprijsgroepafmeting.withPrijsgroep(Prijsgroep value)
           
 CalcMargeprijsgroep CalcMargeprijsgroep.withPrijsgroep(Prijsgroep value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.