public interface PublicationSeriesDAO
| 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) |
ObjectResponse<PublicationSeries> post(Token token, PublicationSeries publicationseries)
ObjectResponse<CustomerAccount> postCustomerPublicationSubscription(Token token, CustomerAccount customeraccount)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.