Uses of Class
com.uos.uos_mobile.manager.BasketManager
-
Packages that use BasketManager Package Description com.uos.uos_mobile.activity com.uos.uos_mobile.adapter com.uos.uos_mobile.dialog -
-
Uses of BasketManager in com.uos.uos_mobile.activity
Fields in com.uos.uos_mobile.activity declared as BasketManager Modifier and Type Field Description private BasketManagerMovieOrderingActivity. basketManagerprivate BasketManagerOrderingActivity. basketManager선택한 상품들을 저장하고 관리하는 BasketManager.private BasketManagerPayActivity. basketManagerIntent로 전달된 BasketManager. -
Uses of BasketManager in com.uos.uos_mobile.adapter
Fields in com.uos.uos_mobile.adapter declared as BasketManager Modifier and Type Field Description private BasketManagerBasketAdapter. basketManagerprivate BasketManagerPayAdapter. basketManagerConstructors in com.uos.uos_mobile.adapter with parameters of type BasketManager Constructor Description BasketAdapter(BasketDialog basketDialog, BasketManager basketManager)PayAdapter(BasketManager basketManager) -
Uses of BasketManager in com.uos.uos_mobile.dialog
Fields in com.uos.uos_mobile.dialog declared as BasketManager Modifier and Type Field Description private BasketManagerBasketDialog. basketManagerConstructors in com.uos.uos_mobile.dialog with parameters of type BasketManager Constructor Description BasketDialog(android.content.Context context, java.lang.String uosPartnerId, BasketManager basketManager)
-