@Repository public class PublicationSeriesDAOImpl extends Object implements PublicationSeriesDAO
| Constructor and Description |
|---|
PublicationSeriesDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<PublicationSeries> |
post(Token token,
PublicationSeries publicationseries) |
ObjectResponse<CustomerAccount> |
postCustomerPublicationSubscription(Token token,
CustomerAccount customeraccount) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface PublicationSeriesDAOpublic String getByUUID(Token token, UUID uuid)
getByUUID in interface PublicationSeriesDAOpublic ObjectResponse<PublicationSeries> post(Token token, PublicationSeries publicationseries)
post in interface PublicationSeriesDAOpublic ObjectResponse<CustomerAccount> postCustomerPublicationSubscription(Token token, CustomerAccount customeraccount)
postCustomerPublicationSubscription in interface PublicationSeriesDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.