public interface CompanionGroupDaoLocal
| Modifier and Type | Method and Description |
|---|---|
Integer |
countAll()
Methode die die Anzahl aller CompanionGroup Objekte die sich in der Datenbank
befinden zurück liefert.
|
Integer |
countAllVisible() |
void |
delete(CompanionGroup companionGroup)
Methode zum löschen eines Objektes der Klasse CompanionGroup.
|
List<CompanionGroup> |
findAll(Integer start,
Integer max)
Methode zum laden einer Liste von CompanionGroup Objekten, es muss dabei ein
Startwert angegeben werden und die Anzhal der zu ladenen CompanionGroup Objekte.
|
List<CompanionGroup> |
findAll(Integer start,
Integer max,
String field,
String order) |
List<CompanionGroup> |
findAllVisible(Integer start,
Integer max) |
CompanionGroup |
findByTechnical(String technical) |
CompanionGroup |
findByUuid(String uuid) |
Boolean |
hasReferences(String uuid) |
Boolean |
isCompanionGroup(String uuid) |
Boolean |
isCompanionGroupTechnical(String technical) |
void |
merge(CompanionGroup companionGroup)
Methode zum verändern eines Objektes der Klasse CompanionGroup.
|
void |
save(CompanionGroup companionGroup)
Methode zum speichern eines Objektes der Klasse CompanionGroup.
|
void save(CompanionGroup companionGroup)
companionGroup - - CompanionGroup Objekt das gespeichert werden sollvoid merge(CompanionGroup companionGroup)
companionGroup - - CompanionGroup Objekt das verändert werden sollvoid delete(CompanionGroup companionGroup)
companionGroup - - zu löschendes CompanionGroup ObjektCompanionGroup findByUuid(String uuid)
CompanionGroup findByTechnical(String technical)
List<CompanionGroup> findAll(Integer start, Integer max)
start - - Startwert ab der die Liste beginnen sollmax - - Maximale Anzahl an Objekten die die Liste enthalten sollList<CompanionGroup> findAllVisible(Integer start, Integer max)
Integer countAll()
Integer countAllVisible()
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.