Uses of Class
skoinfo.rfc.user.vo.ElectUserLogVO

Packages that use ElectUserLogVO
skoinfo.rfc.user.action   
skoinfo.rfc.user.dao   
 

Uses of ElectUserLogVO in skoinfo.rfc.user.action
 

Methods in skoinfo.rfc.user.action that return types with arguments of type ElectUserLogVO
 java.util.List<ElectUserLogVO> ElectUserAction.getElectUserLogVOList()
           
 

Method parameters in skoinfo.rfc.user.action with type arguments of type ElectUserLogVO
 void ElectUserAction.setElectUserLogVOList(java.util.List<ElectUserLogVO> electUserLogVOList)
           
 

Uses of ElectUserLogVO in skoinfo.rfc.user.dao
 

Methods in skoinfo.rfc.user.dao that return types with arguments of type ElectUserLogVO
 java.util.List<ElectUserLogVO> UserDAO.getElectLogList(org.hibernate.Session session, java.lang.String searchType, java.lang.String keyword, java.lang.String startDt, java.lang.String endDt, int beginRow, int rowCount, java.util.List<OrderBy> orderByList)
          선거인명부 열람 목록 [2010-05-20 : 원서형]