Uses of Class
nl.karpi.bm.Retourdetail

Packages that use Retourdetail
nl.karpi.bm.generated   
 

Uses of Retourdetail in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Retourdetail
static java.util.Comparator<Retourdetail> Retourdetail.COMPARATOR_RETOURDETAILNR
          A comparator that compares on retourdetailnr
protected  java.util.List<Retourdetail> Artikel.retourdetailsWhereIAmArtikel
           
protected  java.util.List<Retourdetail> Retour.retourdetailsWhereIAmRetour
           
 

Methods in nl.karpi.bm.generated that return Retourdetail
 Retourdetail Retourdetail.cloneShallow()
           
static Retourdetail Retourdetail.findAndLockByPK(java.math.BigInteger retourdetailnr)
           
static Retourdetail Retourdetail.findAndLockByPK(int id)
           
static Retourdetail Retourdetail.findAndLockByPK(long id)
           
static Retourdetail Retourdetail.findByPK(java.math.BigInteger retourdetailnr)
           
static Retourdetail Retourdetail.findByPK(int id)
           
static Retourdetail Retourdetail.findByPK(long id)
           
static Retourdetail Retourdetail.findByRetourdetailnr(java.math.BigInteger retourdetailnr)
           
 Retourdetail Retourdetail.withAantal(java.math.BigInteger value)
           
 Retourdetail Retourdetail.withArtikel(Artikel value)
           
 Retourdetail Retourdetail.withRetour(Retour value)
           
 Retourdetail Retourdetail.withRetourdetailnr(java.math.BigInteger value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type Retourdetail
static java.util.List<Retourdetail> Retourdetail.findAll()
          find all entities
static java.util.List<Retourdetail> Retourdetail.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<Retourdetail> Artikel.getRetourdetailsWhereIAmArtikel()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<Retourdetail> Retour.getRetourdetailsWhereIAmRetour()
          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 Retourdetail
 void Artikel.addRetourdetailsWhereIAmArtikel(Retourdetail value)
          RetourdetailsWhereIAmArtikel
 void Retour.addRetourdetailsWhereIAmRetour(Retourdetail value)
          RetourdetailsWhereIAmRetour
 int Retourdetail.ComparatorRetourdetailnr.compare(Retourdetail o1, Retourdetail o2)
           
 int Retourdetail.compareTo(Retourdetail o)
          default compare on primary key
 void Artikel.removeRetourdetailsWhereIAmArtikel(Retourdetail value)
           
 void Retour.removeRetourdetailsWhereIAmRetour(Retourdetail value)
           
static void Retourdetail.shallowCopy(Retourdetail original, Retourdetail 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 Retourdetail
 void Artikel.setRetourdetailsWhereIAmArtikel(java.util.List<Retourdetail> value)
           
 void Retour.setRetourdetailsWhereIAmRetour(java.util.List<Retourdetail> value)
           
 Artikel Artikel.withRetourdetailsWhereIAmArtikel(java.util.List<Retourdetail> value)
           
 Retour Retour.withRetourdetailsWhereIAmRetour(java.util.List<Retourdetail> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.