Uses of Class
egovframework.rfc3.sns.vo.SnsCommentVO

Packages that use SnsCommentVO
egovframework.rfc3.sns.dao   
egovframework.rfc3.sns.service   
egovframework.rfc3.sns.service.impl   
egovframework.rfc3.sns.web   
 

Uses of SnsCommentVO in egovframework.rfc3.sns.dao
 

Methods in egovframework.rfc3.sns.dao that return SnsCommentVO
 SnsCommentVO SnsCommentDAO.getSnsCommentInfo(long snsCmtSid)
          getSnsCommentInfo
 

Methods in egovframework.rfc3.sns.dao that return types with arguments of type SnsCommentVO
 java.util.List<SnsCommentVO> SnsCommentDAO.selectSnsCommentList(java.lang.String categoryId)
          selectSnsCommentList
 

Methods in egovframework.rfc3.sns.dao with parameters of type SnsCommentVO
 void SnsCommentDAO.insertSnsComment(SnsCommentVO snsCommentVO)
          insertSnsComment
 int SnsCommentDAO.selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
          selectSnsComentReplyCount
 void SnsCommentDAO.updateSnsCommentReply(SnsCommentVO snsCommentVO)
          updateSnsCommentReply
 

Uses of SnsCommentVO in egovframework.rfc3.sns.service
 

Methods in egovframework.rfc3.sns.service that return SnsCommentVO
 SnsCommentVO SnsCommentService.getSnsCommentInfo(long snsCmtSid)
          getSnsCommentInfo
 

Methods in egovframework.rfc3.sns.service that return types with arguments of type SnsCommentVO
 java.util.List<SnsCommentVO> SnsCommentService.selectSnsCommentList(java.lang.String categoryId)
          selectSnsCommentList
 

Methods in egovframework.rfc3.sns.service with parameters of type SnsCommentVO
 void SnsCommentService.insertSnsComment(SnsCommentVO snsCommentVO)
          insertSnsComment
 int SnsCommentService.selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
          selectSnsComentReplyCount
 void SnsCommentService.updateSnsCommentReply(SnsCommentVO snsCommentVO)
          updateSnsCommentReply
 

Uses of SnsCommentVO in egovframework.rfc3.sns.service.impl
 

Methods in egovframework.rfc3.sns.service.impl that return SnsCommentVO
 SnsCommentVO SnsCommentServiceImpl.getSnsCommentInfo(long snsCmtSid)
          getSnsCommentInfo
 

Methods in egovframework.rfc3.sns.service.impl that return types with arguments of type SnsCommentVO
 java.util.List<SnsCommentVO> SnsCommentServiceImpl.selectSnsCommentList(java.lang.String categoryId)
          selectSnsCommentList
 

Methods in egovframework.rfc3.sns.service.impl with parameters of type SnsCommentVO
 void SnsCommentServiceImpl.insertSnsComment(SnsCommentVO snsCommentVO)
          insertSnsComment
 int SnsCommentServiceImpl.selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
          selectSnsComentReplyCount
 void SnsCommentServiceImpl.updateSnsCommentReply(SnsCommentVO snsCommentVO)
          updateSnsCommentReply
 

Uses of SnsCommentVO in egovframework.rfc3.sns.web
 

Methods in egovframework.rfc3.sns.web that return SnsCommentVO
 SnsCommentVO FaceBookManager.getJsonLoginUser()
          페이스북 로그인 사용자 정보
 SnsCommentVO FaceBookManager.getLoginUserInfo()
          페이스북 로그인 사용자 정보
 

Methods in egovframework.rfc3.sns.web that return types with arguments of type SnsCommentVO
 java.util.List<SnsCommentVO> SnsCommentManager.selectSnsCommentList(java.lang.String categoryId)
          selectSnsCommentList
 java.util.List<SnsCommentVO> SnsCommentManager.selectSnsCommentList(java.lang.String categoryId, java.lang.String menuCd)
           
 

Methods in egovframework.rfc3.sns.web with parameters of type SnsCommentVO
 java.lang.String SnsCommentController.commentDeleteAct(SnsCommentVO snsCommentVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          commentDeleteAct
 java.lang.String SnsCommentController.commentWriteAct(SnsCommentVO snsCommentVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          Sns Comment WriteAct
 java.lang.String SnsCommentController.filterData(SnsCommentVO snsCommentVO, javax.servlet.http.HttpServletRequest request)
          filterData