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