@Repository public class CustomerAccountDAOImpl extends Object implements CustomerAccountDAO
| Constructor and Description |
|---|
CustomerAccountDAOImpl() |
| 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) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public CompetitionCustomerAccount postCompetition(Token Token, CompetitionCustomerAccount custacc)
postCompetition in interface CustomerAccountDAOpublic EventCustomerAccount postEvent(Token Token, EventCustomerAccount custacc)
postEvent in interface CustomerAccountDAOpublic CompetitionCustomerAccountResponse getByUUID(Token token, UUID uuid)
getByUUID in interface CustomerAccountDAOpublic EventCustomerAccountResponse getByEventCustomerByUUID(Token token, UUID uuid)
getByEventCustomerByUUID in interface CustomerAccountDAOpublic CompetitionCustomerAccountResponse activateByUUID(Token token, UUID uuid)
activateByUUID in interface CustomerAccountDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.