egovframework.rfc3.sns.service.impl
Class SnsCommentServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.sns.service.impl.SnsCommentServiceImpl
All Implemented Interfaces:
SnsCommentService

@Service(value="SnsCommentService")
public class SnsCommentServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements SnsCommentService


Constructor Summary
SnsCommentServiceImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnsCommentServiceImpl

public SnsCommentServiceImpl()
Method Detail

selectSnsComentCount

public int selectSnsComentCount(java.lang.String categoryId)
selectSnsComentCount

Specified by:
selectSnsComentCount in interface SnsCommentService
Parameters:
snsCommentVO -
Returns:

getSnsCommentIdx

public int getSnsCommentIdx(java.lang.String categoryId)
getSnsCommentIdx

Specified by:
getSnsCommentIdx in interface SnsCommentService
Returns:

selectSnsComentReplyCount

public int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
selectSnsComentReplyCount

Specified by:
selectSnsComentReplyCount in interface SnsCommentService
Parameters:
snsCommentVO -
Returns:

selectSnsCommentList

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

Specified by:
selectSnsCommentList in interface SnsCommentService
Parameters:
snsCommentVO -
Returns:

getSnsCommentInfo

public SnsCommentVO getSnsCommentInfo(long snsCmtSid)
getSnsCommentInfo

Specified by:
getSnsCommentInfo in interface SnsCommentService
Parameters:
snsCmtSid -
Returns:

insertSnsComment

public void insertSnsComment(SnsCommentVO snsCommentVO)
insertSnsComment

Specified by:
insertSnsComment in interface SnsCommentService
Parameters:
snsCommentVO -

updateSnsCommentReply

public void updateSnsCommentReply(SnsCommentVO snsCommentVO)
updateSnsCommentReply

Specified by:
updateSnsCommentReply in interface SnsCommentService
Parameters:
snsCommentVO -

deleteSnsComment

public void deleteSnsComment(long snsCmtSid)
deleteSnsComment

Specified by:
deleteSnsComment in interface SnsCommentService
Parameters:
snsCmtSid -