final class ShopRequestContextServiceForPrivateApiOnlyImpl extends java.lang.Object implements ShopRequestContextServiceForPrivateApiOnly
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CANNOT_FIND_SHOP_MSG |
private ShopService |
service |
Constructor and Description |
---|
ShopRequestContextServiceForPrivateApiOnlyImpl(ShopService service) |
Modifier and Type | Method and Description |
---|---|
ShopRequestContext.Builder |
getBuilder(GUID shopGuid)
Provides a ShopRequestContext.Builder for private api access only.
|
private static final java.lang.String CANNOT_FIND_SHOP_MSG
private final ShopService service
@Inject public ShopRequestContextServiceForPrivateApiOnlyImpl(ShopService service)
public ShopRequestContext.Builder getBuilder(GUID shopGuid)
ShopRequestContextServiceForPrivateApiOnly
getBuilder
in interface ShopRequestContextServiceForPrivateApiOnly
shopGuid
- GUID of the shop to get a builder for.