|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Omzethistorisch | |
|---|---|
| nl.karpi.bm.generated | |
| Uses of Omzethistorisch in nl.karpi.bm.generated |
|---|
| Fields in nl.karpi.bm.generated with type parameters of type Omzethistorisch | |
|---|---|
static java.util.Comparator<Omzethistorisch> |
Omzethistorisch.COMPARATOR_DATUM_KLANT
A comparator that compares on datum klant |
static java.util.Comparator<Omzethistorisch> |
Omzethistorisch.COMPARATOR_DATUM_KLANTNR
A comparator that compares on datum klantnr |
protected java.util.List<Omzethistorisch> |
Klant.omzethistorischsWhereIAmKlant
|
| Methods in nl.karpi.bm.generated that return Omzethistorisch | |
|---|---|
Omzethistorisch |
Omzethistorisch.cloneShallow()
|
static Omzethistorisch |
Omzethistorisch.findAndLockByPK(java.math.BigInteger klantnr,
java.util.Calendar datum)
|
static Omzethistorisch |
Omzethistorisch.findByDatumKlant(java.util.Calendar datum,
Klant klant)
|
static Omzethistorisch |
Omzethistorisch.findByDatumKlantnr(java.util.Calendar datum,
java.math.BigInteger klantnr)
|
static Omzethistorisch |
Omzethistorisch.findByPK(java.math.BigInteger klantnr,
java.util.Calendar datum)
|
Omzethistorisch |
Omzethistorisch.withDatum(java.util.Calendar value)
|
Omzethistorisch |
Omzethistorisch.withKlant(Klant value)
|
Omzethistorisch |
Omzethistorisch.withKlantnr(java.math.BigInteger value)
|
Omzethistorisch |
Omzethistorisch.withMuisklantcode(java.lang.String value)
|
Omzethistorisch |
Omzethistorisch.withOmzet(java.math.BigDecimal value)
|
| Methods in nl.karpi.bm.generated that return types with arguments of type Omzethistorisch | |
|---|---|
static java.util.List<Omzethistorisch> |
Omzethistorisch.findAll()
find all entities |
static java.util.List<Omzethistorisch> |
Omzethistorisch.findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
java.util.List<Omzethistorisch> |
Klant.getOmzethistorischsWhereIAmKlant()
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 Omzethistorisch | |
|---|---|
void |
Klant.addOmzethistorischsWhereIAmKlant(Omzethistorisch value)
OmzethistorischsWhereIAmKlant |
int |
Omzethistorisch.ComparatorDatum_Klant.compare(Omzethistorisch o1,
Omzethistorisch o2)
|
int |
Omzethistorisch.ComparatorDatum_Klantnr.compare(Omzethistorisch o1,
Omzethistorisch o2)
|
void |
Klant.removeOmzethistorischsWhereIAmKlant(Omzethistorisch value)
|
static void |
Omzethistorisch.shallowCopy(Omzethistorisch original,
Omzethistorisch 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 Omzethistorisch | |
|---|---|
void |
Klant.setOmzethistorischsWhereIAmKlant(java.util.List<Omzethistorisch> value)
|
Klant |
Klant.withOmzethistorischsWhereIAmKlant(java.util.List<Omzethistorisch> value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||