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