@Repository public class TargetLocationDAOImpl extends Object implements TargetLocationDAO
| Constructor and Description |
|---|
TargetLocationDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
TargetLocationResponse |
post(Token token,
TargetLocation targetlocation) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface TargetLocationDAOpublic String getByUUID(Token token, UUID uuid)
getByUUID in interface TargetLocationDAOpublic TargetLocationResponse post(Token token, TargetLocation targetlocation)
post in interface TargetLocationDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.