Uses of Class
com.uos.uos_mobile.item.BasketItem
-
Packages that use BasketItem Package Description com.uos.uos_mobile.adapter com.uos.uos_mobile.dialog com.uos.uos_mobile.item com.uos.uos_mobile.manager -
-
Uses of BasketItem in com.uos.uos_mobile.adapter
Fields in com.uos.uos_mobile.adapter with type parameters of type BasketItem Modifier and Type Field Description private java.util.ArrayList<BasketItem>OrderProductAdapter. basketItemArrayListMethod parameters in com.uos.uos_mobile.adapter with type arguments of type BasketItem Modifier and Type Method Description voidOrderProductAdapter. setBasketItemArrayList(java.util.ArrayList<BasketItem> basketItemArrayList) -
Uses of BasketItem in com.uos.uos_mobile.dialog
Methods in com.uos.uos_mobile.dialog with parameters of type BasketItem Modifier and Type Method Description voidSelectProductDialog.SelectProductDialogListener. onAddProductClicked(BasketItem basketItem)voidSelectSeatDialog.SelectSeatDialogListener. onAddProductClicked(MovieItem updatedMovieItem, BasketItem basketItem)voidSelectSetDialog.SelectSetDialogListener. onAddProductClicked(BasketItem basketItem) -
Uses of BasketItem in com.uos.uos_mobile.item
Fields in com.uos.uos_mobile.item with type parameters of type BasketItem Modifier and Type Field Description private java.util.ArrayList<BasketItem>OrderItem. basketItemArrayListMethods in com.uos.uos_mobile.item that return types with arguments of type BasketItem Modifier and Type Method Description java.util.ArrayList<BasketItem>OrderItem. getBasketItemArrayList()Method parameters in com.uos.uos_mobile.item with type arguments of type BasketItem Modifier and Type Method Description voidOrderItem. setBasketItemArrayList(java.util.ArrayList<BasketItem> basketItemArrayList) -
Uses of BasketItem in com.uos.uos_mobile.manager
Fields in com.uos.uos_mobile.manager with type parameters of type BasketItem Modifier and Type Field Description private java.util.ArrayList<BasketItem>BasketManager. basketItemArrayList장바구니에 있는 모든 상품에 대한 목록.Methods in com.uos.uos_mobile.manager that return types with arguments of type BasketItem Modifier and Type Method Description java.util.ArrayList<BasketItem>BasketManager. getOrderingItemArrayList()Methods in com.uos.uos_mobile.manager with parameters of type BasketItem Modifier and Type Method Description voidBasketManager. addItem(BasketItem basketItem)매개변수로 전달된 BasketItem을 basketItemArrayList에 추가합니다.Method parameters in com.uos.uos_mobile.manager with type arguments of type BasketItem Modifier and Type Method Description voidBasketManager. setOrderingItemArrayList(java.util.ArrayList<BasketItem> basketItemArrayList)
-