public interface EventDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
Event |
getByUUID(Token token,
UUID uuid) |
String |
getByUUIDString(Token token,
UUID uuid) |
String |
getCustomerRegistrations(Token token,
UUID uuid) |
Event |
post(Token token,
Event event) |
CustomerAccountResponse |
postCustomerEventRegistration(Token token,
CustomerAccount customeraccount) |
CustomerAccountResponse postCustomerEventRegistration(Token token, CustomerAccount customeraccount)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.