public interface LocationDaoLocal
| Modifier and Type | Method and Description |
|---|---|
Integer |
countAll()
Methode die die Anzahl aller Location Objekte die sich in der Datenbank
befinden zurück liefert.
|
Integer |
countAllVisible() |
void |
delete(Location location)
Methode zum löschen eines Objektes der Klasse Location.
|
List<Location> |
findAll(Integer start,
Integer max)
Methode zum laden einer Liste von Location Objekten, es muss dabei ein
Startwert angegeben werden und die Anzahl der zu ladenen Location Objekte.
|
List<Location> |
findAll(Integer start,
Integer max,
String field,
String order) |
List<Location> |
findAllEventLocation() |
List<Location> |
findAllVisible(Integer start,
Integer max)
Methode zum Laden einer Listen von Location Objekten, es muss dabei ein
Startwert angegeben werden und die Anzahl der zu ladenden Objekte.
|
Location |
findByUuid(String uuid) |
Location |
findByUuidWidthEvents(String uuid) |
Boolean |
isEventLocation(String uuid)
Metholde um zu überprüfen ob die angegebene Uuid zu einer Location mit Reservierung gehört.
|
Boolean |
isLocation(String uuid)
Metholde um zu überprüfen ob die angegebene Uuid zu einer Location gehört.
|
void |
merge(Location location)
Methode zum verändern eines Objektes der Klasse Location.
|
void |
removeOpeningHour(Integer index,
String location) |
void |
save(Location location)
Methode zum speichern eines Objektes der Klasse Location.
|
void save(Location location)
location - - Location Objekt das gespeichert werden sollvoid merge(Location location)
location - - Location Objekt das verändert werden sollvoid delete(Location location)
location - - zu löschendes Location ObjektBoolean isLocation(String uuid)
uuid - - Die Uuid die überprüft werden soll.Boolean isEventLocation(String uuid)
uuid - - Die Uuid die überprüft werden soll.List<Location> findAll(Integer start, Integer max)
start - - Startwert ab der die Liste beginnen sollmax - - Maximale Anzahl an Objekten die die Liste enthalten sollList<Location> findAllVisible(Integer start, Integer max)
start - max - Integer countAll()
Integer countAllVisible()
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.