@RolesAllowed(value="products_read")
@Path(value="shops/{shopId}")
public final class ShopPublicInfoResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ShopPublicInfoService |
shopPublicInfoService |
private ShopRequestContextService |
shopReqCtxService |
Constructor and Description |
---|
ShopPublicInfoResource(ShopPublicInfoService shopPublicInfoService,
ShopRequestContextService shopReqCtxService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get(java.lang.String shopId,
java.util.Locale locale) |
private final ShopPublicInfoService shopPublicInfoService
private final ShopRequestContextService shopReqCtxService
@Inject public ShopPublicInfoResource(ShopPublicInfoService shopPublicInfoService, ShopRequestContextService shopReqCtxService)