Method Summary |
|
public void | DTOsToShoppingCart(java.util.ArrayList cartEntries) Takes updated information from the form and transfers to the Shopping Cart. |
public boolean | contains(java.lang.Integer itemPK) |
public void | createOrders() |
public java.math.BigDecimal | getCostForItem(java.lang.Integer itemPK) |
public java.util.Collection | getItemsInCart() |
public java.lang.Integer | getQuantity(java.lang.Integer itemPK) |
public java.math.BigDecimal | getTotalCost() |
public olstore.entity.UserLocal | getUser() |
public java.lang.Integer | listNumOfItems() |
public void | removeItemFromCart(java.lang.Integer itemPK) |
public void | setUser(olstore.entity.UserLocal user) |
public java.util.ArrayList | shoppingCartToDTOs() |
public void | updateQuantity(java.lang.Integer itemPK, java.lang.Integer quantity) |