@Path(value="testenv/shops/{shopId}/settings/")
public class ShopSettingsResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Locale |
locale |
(package private) java.lang.String |
shopId |
private ShopRequestContextService |
shopReqCtxService |
private ShopSettingsService |
shopSettingsService |
Constructor and Description |
---|
ShopSettingsResource(ShopSettingsService shopSettingsService,
ShopRequestContextService shopReqCtxService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get(java.lang.String attributeName) |
javax.ws.rs.core.Response |
update(JsonPatch jsonPatch) |
@PathParam(value="shopId") java.lang.String shopId
@QueryParam(value="locale") java.util.Locale locale
private final ShopSettingsService shopSettingsService
private final ShopRequestContextService shopReqCtxService
@Inject public ShopSettingsResource(ShopSettingsService shopSettingsService, ShopRequestContextService shopReqCtxService)