final class ShopSettingsServiceEP6 extends java.lang.Object implements ShopSettingsService
Modifier and Type | Field and Description |
---|---|
private InvocationBuilder |
builder |
private static java.lang.String |
RESOURCE_PATH |
Constructor and Description |
---|
ShopSettingsServiceEP6(InvocationBuilder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(ShopRequestContext shopRequestContext,
java.lang.String attributeName) |
void |
update(ShopRequestContext shopRequestContext,
JsonPatch jsonPatch) |
private static final java.lang.String RESOURCE_PATH
private final InvocationBuilder builder
@Inject public ShopSettingsServiceEP6(InvocationBuilder builder)
public java.lang.String get(ShopRequestContext shopRequestContext, java.lang.String attributeName)
get
in interface ShopSettingsService
public void update(ShopRequestContext shopRequestContext, JsonPatch jsonPatch)
update
in interface ShopSettingsService