Uses of Class
apps.basketapp.client.Basket

Packages that use Basket
apps.basketapp.client   
 

Uses of Basket in apps.basketapp.client
 

Methods in apps.basketapp.client that return Basket
 Basket BasketManager.getBasket(TableIdentity tableId)
          Gets the basket.
 

Methods in apps.basketapp.client that return types with arguments of type Basket
 java.util.List<Basket> BasketManager.getBaskets()
          Gets the baskets.
 

Methods in apps.basketapp.client with parameters of type Basket
 void BasketManager.registerBasket(Basket basket)
          Register basket.
 void BasketManager.unregisterBasket(Basket basket)
          Unregister basket.