Interface MeQueryInterface
- All Superinterfaces:
ActiveCartInterface,CartQueryInterface,OrderQueryInterface,ShoppingListQueryInterface
public interface MeQueryInterface
extends CartQueryInterface, ActiveCartInterface, OrderQueryInterface, ShoppingListQueryInterface
-
Method Summary
Modifier and TypeMethodDescriptiongetCart()getCarts()getOrder()voidsetActiveCart(Cart activeCart) voidvoidsetCarts(CartQueryResult carts) voidvoidsetOrders(OrderQueryResult orders) voidsetShoppingList(ShoppingList shoppingList) voidsetShoppingLists(ShoppingListQueryResult shoppingLists)
-
Method Details
-
getCart
Cart getCart()- Specified by:
getCartin interfaceCartQueryInterface
-
setCart
- Specified by:
setCartin interfaceCartQueryInterface
-
getCarts
CartQueryResult getCarts()- Specified by:
getCartsin interfaceCartQueryInterface
-
setCarts
- Specified by:
setCartsin interfaceCartQueryInterface
-
getActiveCart
Cart getActiveCart()- Specified by:
getActiveCartin interfaceActiveCartInterface
-
setActiveCart
- Specified by:
setActiveCartin interfaceActiveCartInterface
-
getOrder
Order getOrder()- Specified by:
getOrderin interfaceOrderQueryInterface
-
setOrder
- Specified by:
setOrderin interfaceOrderQueryInterface
-
getOrders
OrderQueryResult getOrders()- Specified by:
getOrdersin interfaceOrderQueryInterface
-
setOrders
- Specified by:
setOrdersin interfaceOrderQueryInterface
-
getShoppingList
ShoppingList getShoppingList()- Specified by:
getShoppingListin interfaceShoppingListQueryInterface
-
setShoppingList
- Specified by:
setShoppingListin interfaceShoppingListQueryInterface
-
getShoppingLists
ShoppingListQueryResult getShoppingLists()- Specified by:
getShoppingListsin interfaceShoppingListQueryInterface
-
setShoppingLists
- Specified by:
setShoppingListsin interfaceShoppingListQueryInterface
-