@Repository public class GoogleAnalyticsAccountDAOImpl extends Object implements GoogleAnalyticsAccountDAO
| Constructor and Description |
|---|
GoogleAnalyticsAccountDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(net.blugrid.core.model.Token token) |
net.blugrid.core.model.GoogleAnalyticsAccountResponse |
post(net.blugrid.core.model.Token token,
net.blugrid.core.model.GoogleAnalyticsAccount googleanalyticsaccount) |
List<net.blugrid.core.model.GoogleAnalyticsAccount> |
postList(net.blugrid.core.model.Token token,
List<net.blugrid.core.model.GoogleAnalyticsAccount> googleanalyticsaccountList) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(net.blugrid.core.model.Token token)
getAll in interface GoogleAnalyticsAccountDAOpublic net.blugrid.core.model.GoogleAnalyticsAccountResponse post(net.blugrid.core.model.Token token,
net.blugrid.core.model.GoogleAnalyticsAccount googleanalyticsaccount)
post in interface GoogleAnalyticsAccountDAOpublic List<net.blugrid.core.model.GoogleAnalyticsAccount> postList(net.blugrid.core.model.Token token, List<net.blugrid.core.model.GoogleAnalyticsAccount> googleanalyticsaccountList)
postList in interface GoogleAnalyticsAccountDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.