@ApplicationScoped public class CartService extends Object
| Constructor and Description |
|---|
CartService() |
CartService(CatalogueService catalogueService) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String itemId) |
boolean |
delete(String itemId) |
ItemList |
getContent() |
public CartService()
@Inject public CartService(CatalogueService catalogueService)
Copyright © 2015. All rights reserved.