@Path(value="shops/{shopId}/currencies")
@RolesAllowed(value={"sf","products_read"})
public final class CurrenciesResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private CurrenciesService |
currenciesService |
Constructor and Description |
---|
CurrenciesResource(CurrenciesService currenciesService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get(java.lang.String shopId) |
private final CurrenciesService currenciesService
@Inject public CurrenciesResource(CurrenciesService currenciesService)