final class PublicInfoServiceEP6 extends java.lang.Object implements PublicInfoService
Modifier and Type | Field and Description |
---|---|
private InvocationBuilderFactory |
factory |
private static java.lang.String |
RESOURCE_PATH |
Constructor and Description |
---|
PublicInfoServiceEP6(InvocationBuilderFactory factory) |
Modifier and Type | Method and Description |
---|---|
ShopPublicInfo |
getPublicInfo(java.lang.String shopId,
ShopRequestContext shopRequestContext) |
ShopPublicCompleteInfo |
postPublicInfo(java.lang.String shopId,
ShopPublicCompleteInfo shopInfo) |
private static final java.lang.String RESOURCE_PATH
private final InvocationBuilderFactory factory
@Inject public PublicInfoServiceEP6(InvocationBuilderFactory factory)
public ShopPublicInfo getPublicInfo(java.lang.String shopId, ShopRequestContext shopRequestContext)
getPublicInfo
in interface PublicInfoService
public ShopPublicCompleteInfo postPublicInfo(java.lang.String shopId, ShopPublicCompleteInfo shopInfo)
postPublicInfo
in interface PublicInfoService