Uses of Interface
org.androidpn.server.service.UserService

Packages that use UserService
org.androidpn.server.service Business service interfaces. 
org.androidpn.server.service.impl Business service implementation classes. 
 

Uses of UserService in org.androidpn.server.service
 

Methods in org.androidpn.server.service that return UserService
static UserService ServiceLocator.getUserService()
          Obtains the user service.
 

Uses of UserService in org.androidpn.server.service.impl
 

Classes in org.androidpn.server.service.impl that implement UserService
 class UserServiceImpl
          This class is the implementation of UserService.