Uses of Class
skoinfo.rfc.board.vo.BoardLogVO

Packages that use BoardLogVO
skoinfo.rfc.admin.action   
skoinfo.rfc.board.action   
skoinfo.rfc.board.dao   
 

Uses of BoardLogVO in skoinfo.rfc.admin.action
 

Methods in skoinfo.rfc.admin.action that return types with arguments of type BoardLogVO
 java.util.List<BoardLogVO> MainAction.getBoardLogFilterList()
           
 java.util.List<BoardLogVO> MainAction.getBoardLogWriteList()
           
 

Method parameters in skoinfo.rfc.admin.action with type arguments of type BoardLogVO
 void MainAction.setBoardLogFilterList(java.util.List<BoardLogVO> boardLogFilterList)
           
 void MainAction.setBoardLogWriteList(java.util.List<BoardLogVO> boardLogWriteList)
           
 

Uses of BoardLogVO in skoinfo.rfc.board.action
 

Methods in skoinfo.rfc.board.action that return types with arguments of type BoardLogVO
 java.util.List<BoardLogVO> BoardLogAction.getBoardLogVOList()
          boardLogVOList getter
 

Uses of BoardLogVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type BoardLogVO
 java.util.List<BoardLogVO> BoardDAO.getBoardLogList(org.hibernate.Session session, java.lang.String groupCd, long boardSid, java.lang.String actionType, int beginRow, int rowCount, java.util.ArrayList orderByList)
          Board Log List
 java.util.List<BoardLogVO> BoardDAO.getBoardLogList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String searchField, java.lang.String keyword, long boardSid, int beginRow, int rowCount, java.util.ArrayList orderByList)