public class WatchedProductsServiceImpl extends java.lang.Object implements WatchedProductsService
Modifier and Type | Field and Description |
---|---|
private InvocationBuilder |
invocationBuilder |
Constructor and Description |
---|
WatchedProductsServiceImpl(InvocationBuilder invocationBuilder) |
Modifier and Type | Method and Description |
---|---|
static Link |
getProductLink(ShopRequestContext ctx,
GUID watchedProductGUID) |
PageEP6<WatchedProduct> |
getWatchedProducts(ShopRequestContext ctx) |
private final InvocationBuilder invocationBuilder
@Inject public WatchedProductsServiceImpl(InvocationBuilder invocationBuilder)
public PageEP6<WatchedProduct> getWatchedProducts(ShopRequestContext ctx)
getWatchedProducts
in interface WatchedProductsService
public static Link getProductLink(ShopRequestContext ctx, GUID watchedProductGUID)