Interface ShoppingListQueryInterface
- All Known Subinterfaces:
MeQueryInterface
public interface ShoppingListQueryInterface
Fields to access shopping lists. Includes direct access to a single list and searching for shopping lists.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetShoppingList(ShoppingList shoppingList) voidsetShoppingLists(ShoppingListQueryResult shoppingLists)
-
Method Details
-
getShoppingList
ShoppingList getShoppingList() -
setShoppingList
-
getShoppingLists
ShoppingListQueryResult getShoppingLists() -
setShoppingLists
-