Uses of Interface
edu.uoc.tfc.dbmodel.security.crud.UserManageableService

Packages that use UserManageableService
edu.uoc.tfc   
edu.uoc.tfc.dbmodel.security.crud   
 

Uses of UserManageableService in edu.uoc.tfc
 

Methods in edu.uoc.tfc that return UserManageableService
 UserManageableService ServiceLocator.getUserManageableService()
          Gets an instance of UserManageableService.
 UserManageableService ManageableServiceLocator.getUserManageableService()
          Gets an instance of UserManageableService.
 

Uses of UserManageableService in edu.uoc.tfc.dbmodel.security.crud
 

Classes in edu.uoc.tfc.dbmodel.security.crud that implement UserManageableService
 class UserManageableServiceBase