@Repository public class LocationDAOImpl extends Object implements LocationDAO
| Constructor and Description |
|---|
LocationDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<Location> |
post(Token Token,
Location location) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface LocationDAOpublic String getByUUID(Token token, UUID uuid)
getByUUID in interface LocationDAOpublic ObjectResponse<Location> post(Token Token, Location location)
post in interface LocationDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.