egovframework.rfc3.sns.service
Interface SnsCommentService

All Known Implementing Classes:
SnsCommentServiceImpl

public interface SnsCommentService


Method Summary
 void deleteSnsComment(long snsCmtSid)
          deleteSnsComment
 int getSnsCommentIdx(java.lang.String categoryId)
          getSnsCommentIdx
 SnsCommentVO getSnsCommentInfo(long snsCmtSid)
          getSnsCommentInfo
 void insertSnsComment(SnsCommentVO snsCommentVO)
          insertSnsComment
 int selectSnsComentCount(java.lang.String categoryId)
          selectSnsComentCount
 int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
          selectSnsComentReplyCount
 java.util.List<SnsCommentVO> selectSnsCommentList(java.lang.String categoryId)
          selectSnsCommentList
 void updateSnsCommentReply(SnsCommentVO snsCommentVO)
          updateSnsCommentReply
 

Method Detail

selectSnsComentCount

int selectSnsComentCount(java.lang.String categoryId)
selectSnsComentCount

Parameters:
snsCommentVO -
Returns:

getSnsCommentIdx

int getSnsCommentIdx(java.lang.String categoryId)
getSnsCommentIdx

Parameters:
categoryId -
Returns:

selectSnsComentReplyCount

int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
selectSnsComentReplyCount

Parameters:
snsCommentVO -
Returns:

selectSnsCommentList

java.util.List<SnsCommentVO> selectSnsCommentList(java.lang.String categoryId)
selectSnsCommentList

Parameters:
snsCommentVO -
Returns:

getSnsCommentInfo

SnsCommentVO getSnsCommentInfo(long snsCmtSid)
getSnsCommentInfo

Parameters:
snsCmtSid -
Returns:

insertSnsComment

void insertSnsComment(SnsCommentVO snsCommentVO)
insertSnsComment

Parameters:
snsCommentVO -

updateSnsCommentReply

void updateSnsCommentReply(SnsCommentVO snsCommentVO)
updateSnsCommentReply

Parameters:
snsCommentVO -

deleteSnsComment

void deleteSnsComment(long snsCmtSid)
deleteSnsComment

Parameters:
snsCmtSid -