public interface CustomerAccountDAO
| Modifier and Type | Method and Description |
|---|---|
CompetitionCustomerAccountResponse |
activateByUUID(Token token,
UUID uuid) |
EventCustomerAccountResponse |
getByEventCustomerByUUID(Token token,
UUID uuid) |
CompetitionCustomerAccountResponse |
getByUUID(Token token,
UUID uuid) |
CompetitionCustomerAccount |
postCompetition(Token token,
CompetitionCustomerAccount custacc) |
EventCustomerAccount |
postEvent(Token token,
EventCustomerAccount custacc) |
CompetitionCustomerAccount postCompetition(Token token, CompetitionCustomerAccount custacc)
EventCustomerAccount postEvent(Token token, EventCustomerAccount custacc)
CompetitionCustomerAccountResponse activateByUUID(Token token, UUID uuid)
CompetitionCustomerAccountResponse getByUUID(Token token, UUID uuid)
EventCustomerAccountResponse getByEventCustomerByUUID(Token token, UUID uuid)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.