Uses of Interface
net.sf.emarket.account.service.IAccountManagerService

Packages that use IAccountManagerService
net.sf.emarket.account.service   
net.sf.emarket.order.service   
net.sf.emarket.web.controllers   
net.sf.emarket.web.controllers.account   
net.sf.emarket.web.controllers.order   
net.sf.emarket.web.controllers.user   
 

Uses of IAccountManagerService in net.sf.emarket.account.service
 

Classes in net.sf.emarket.account.service that implement IAccountManagerService
 class AccountManagerServiceImpl
           
 

Uses of IAccountManagerService in net.sf.emarket.order.service
 

Methods in net.sf.emarket.order.service with parameters of type IAccountManagerService
 void OrderManagerServiceImpl.setAccountManager(IAccountManagerService acctMgrSvc)
           
 

Uses of IAccountManagerService in net.sf.emarket.web.controllers
 

Methods in net.sf.emarket.web.controllers with parameters of type IAccountManagerService
 void TradeHistoryPageController.setAccountManagerService(IAccountManagerService mgr)
           
 void OutstandingOrderPageController.setAccountManagerService(IAccountManagerService mgr)
           
 void TopTradersPageController.setAccountManagerService(IAccountManagerService mgr)
           
 

Uses of IAccountManagerService in net.sf.emarket.web.controllers.account
 

Methods in net.sf.emarket.web.controllers.account with parameters of type IAccountManagerService
 void AccountPageController.setAccountManager(IAccountManagerService mgr)
           
 void AccountCreatePageController.setAccountManager(IAccountManagerService mgr)
           
 

Uses of IAccountManagerService in net.sf.emarket.web.controllers.order
 

Methods in net.sf.emarket.web.controllers.order with parameters of type IAccountManagerService
 void OrderPageController.setAccountManager(IAccountManagerService mgr)
           
 void CreateOrderPageController.setAccountManager(IAccountManagerService mgr)
           
 

Uses of IAccountManagerService in net.sf.emarket.web.controllers.user
 

Methods in net.sf.emarket.web.controllers.user with parameters of type IAccountManagerService
 void RegisterUserController.setAccountManager(IAccountManagerService mgr)
           
 



Copyright © 2009. All Rights Reserved.