@Repository public class AdvertisingCampaignDAOImpl extends Object implements AdvertisingCampaignDAO
| Constructor and Description |
|---|
AdvertisingCampaignDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
AdvertisingCampaignResponse |
post(Token token,
AdvertisingCampaign advertisingcampaign) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface AdvertisingCampaignDAOpublic String getByUUID(Token token, UUID uuid)
getByUUID in interface AdvertisingCampaignDAOpublic AdvertisingCampaignResponse post(Token token, AdvertisingCampaign advertisingcampaign)
post in interface AdvertisingCampaignDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.