Uses of Interface
org.codelabor.example.user.managers.UserRoleMapManager

Packages that use UserRoleMapManager
org.codelabor.example.user.managers   
org.codelabor.example.user.services   
 

Uses of UserRoleMapManager in org.codelabor.example.user.managers
 

Classes in org.codelabor.example.user.managers that implement UserRoleMapManager
 class UserRoleMapManagerImpl
          사용자 역할 정보 매핑 매니저 구현 클래스
 

Uses of UserRoleMapManager in org.codelabor.example.user.services
 

Fields in org.codelabor.example.user.services declared as UserRoleMapManager
protected  UserRoleMapManager UserServiceImpl.userRoleMapManager
          사용자 역할 매핑 매니저
 

Methods in org.codelabor.example.user.services with parameters of type UserRoleMapManager
 void UserServiceImpl.setUserRoleMapManager(UserRoleMapManager userRoleMapManager)
          사용자 역할 매핑 매니저를 설정한다.
 



Copyright © 2010 CODELABOR. All Rights Reserved.