Uses of Class
org.codelabor.example.user.dtos.RoleDTO

Packages that use RoleDTO
org.codelabor.example.user.daos   
org.codelabor.example.user.managers   
 

Uses of RoleDTO in org.codelabor.example.user.daos
 

Methods in org.codelabor.example.user.daos that return RoleDTO
 RoleDTO RoleDAOImpl.selectRoleByRoleId(String roleId)
           
 RoleDTO RoleDAO.selectRoleByRoleId(String roleId)
          역할 정보를 가져온다.
 

Methods in org.codelabor.example.user.daos that return types with arguments of type RoleDTO
 List<RoleDTO> RoleDAOImpl.selectRole()
           
 List<RoleDTO> RoleDAO.selectRole()
          역할 정보를 가져온다.
 List<RoleDTO> RoleDAOImpl.selectRoleByUserId(String userId)
           
 List<RoleDTO> RoleDAO.selectRoleByUserId(String userId)
          역할 정보를 가져온다.
 

Methods in org.codelabor.example.user.daos with parameters of type RoleDTO
 int RoleDAOImpl.insertRole(RoleDTO roleDTO)
           
 int RoleDAO.insertRole(RoleDTO roleDTO)
          역할 DTO를 입력한다.
 int RoleDAOImpl.updateRole(RoleDTO roleDTO)
           
 int RoleDAO.updateRole(RoleDTO roleDTO)
          역할 DTO를 수정한다.
 

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

Methods in org.codelabor.example.user.managers that return RoleDTO
 RoleDTO RoleManagerImpl.selectRoleByRoleId(String roleId)
           
 RoleDTO RoleManager.selectRoleByRoleId(String roleId)
          역할 정보를 가져온다.
 

Methods in org.codelabor.example.user.managers that return types with arguments of type RoleDTO
 List<RoleDTO> RoleManagerImpl.selectRole()
           
 List<RoleDTO> RoleManager.selectRole()
          역할 정보를 가져온다.
 List<RoleDTO> RoleManagerImpl.selectRoleByUserId(String userId)
           
 List<RoleDTO> RoleManager.selectRoleByUserId(String userId)
          역할 정보를 가져온다.
 

Methods in org.codelabor.example.user.managers with parameters of type RoleDTO
 int RoleManagerImpl.insertRole(RoleDTO roleDTO)
           
 int RoleManager.insertRole(RoleDTO roleDTO)
          역할 DTO를 입력한다.
 int RoleManagerImpl.updateRole(RoleDTO roleDTO)
           
 int RoleManager.updateRole(RoleDTO roleDTO)
          역할 DTO를 수정한다.
 



Copyright © 2010 CODELABOR. All Rights Reserved.