| Constructor and Description |
|---|
EventDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(net.blugrid.core.model.Token token) |
net.blugrid.core.model.Event |
getByUUID(net.blugrid.core.model.Token token,
UUID uuid) |
String |
getByUUIDString(net.blugrid.core.model.Token token,
UUID uuid) |
String |
getCustomerRegistrations(net.blugrid.core.model.Token token,
UUID uuid) |
net.blugrid.core.model.Event |
post(net.blugrid.core.model.Token Token,
net.blugrid.core.model.Event event) |
net.blugrid.core.model.CustomerAccountResponse |
postCustomerEventRegistration(net.blugrid.core.model.Token token,
net.blugrid.core.model.CustomerAccount customeraccount) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public net.blugrid.core.model.Event post(net.blugrid.core.model.Token Token,
net.blugrid.core.model.Event event)
public net.blugrid.core.model.CustomerAccountResponse postCustomerEventRegistration(net.blugrid.core.model.Token token,
net.blugrid.core.model.CustomerAccount customeraccount)
postCustomerEventRegistration in interface EventDAOpublic String getAll(net.blugrid.core.model.Token token)
public String getByUUIDString(net.blugrid.core.model.Token token, UUID uuid)
getByUUIDString in interface EventDAOpublic net.blugrid.core.model.Event getByUUID(net.blugrid.core.model.Token token,
UUID uuid)
public String getCustomerRegistrations(net.blugrid.core.model.Token token, UUID uuid)
getCustomerRegistrations in interface EventDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.