Uses of Class
nl.karpi.bm.Collectie

Packages that use Collectie
nl.karpi.bm.generated   
 

Uses of Collectie in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Collectie
protected  Collectie Klantgroep.collectie
           
protected  Collectie Collectieitem.collectie
           
 

Fields in nl.karpi.bm.generated with type parameters of type Collectie
static java.util.Comparator<Collectie> Collectie.COMPARATOR_COLLECTIENR
          A comparator that compares on collectienr
 

Methods in nl.karpi.bm.generated that return Collectie
 Collectie Collectie.cloneShallow()
           
static Collectie Collectie.findAndLockByPK(java.math.BigInteger collectienr)
           
static Collectie Collectie.findAndLockByPK(int id)
           
static Collectie Collectie.findAndLockByPK(long id)
           
static Collectie Collectie.findByCollectienr(java.math.BigInteger collectienr)
           
static Collectie Collectie.findByPK(java.math.BigInteger collectienr)
           
static Collectie Collectie.findByPK(int id)
           
static Collectie Collectie.findByPK(long id)
           
 Collectie Klantgroep.getCollectie()
          Collectie
 Collectie Collectieitem.getCollectie()
          Collectie
 Collectie Collectie.withCollectieitemsWhereIAmCollectie(java.util.List<Collectieitem> value)
           
 Collectie Collectie.withCollectienr(java.math.BigInteger value)
           
 Collectie Collectie.withKlantgroepsWhereIAmCollectie(java.util.List<Klantgroep> value)
           
 Collectie Collectie.withNaam(java.lang.String value)
           
 

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

Methods in nl.karpi.bm.generated with parameters of type Collectie
 int Collectie.ComparatorCollectienr.compare(Collectie o1, Collectie o2)
           
 int Collectie.compareTo(Collectie o)
          default compare on primary key
static Collectieitem Collectieitem.findByArtikelCollectie(Artikel artikel, Collectie collectie)
           
 void Klantgroep.setCollectie(Collectie value)
           
 void Collectieitem.setCollectie(Collectie value)
           
static void Collectie.shallowCopy(Collectie original, Collectie copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 Klantgroep Klantgroep.withCollectie(Collectie value)
           
 Collectieitem Collectieitem.withCollectie(Collectie value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.