egovframework.rfc3.sns.dao
Class SnsCommentDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.sns.dao.SnsCommentDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="SnsCommentDAO")
public class SnsCommentDAO
extends RfcCMSAbstractDAO


Constructor Summary
SnsCommentDAO()
           
 
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 egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnsCommentDAO

public SnsCommentDAO()
Method Detail

selectSnsComentCount

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

Parameters:
snsCommentVO -
Returns:

getSnsCommentIdx

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

Parameters:
categoryId -
Returns:

selectSnsComentReplyCount

public int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
selectSnsComentReplyCount

Parameters:
snsCommentVO -
Returns:

selectSnsCommentList

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

Parameters:
snsCommentVO -
Returns:

getSnsCommentInfo

public SnsCommentVO getSnsCommentInfo(long snsCmtSid)
getSnsCommentInfo

Parameters:
snsCmtSid -
Returns:

insertSnsComment

public void insertSnsComment(SnsCommentVO snsCommentVO)
insertSnsComment

Parameters:
snsCommentVO -

updateSnsCommentReply

public void updateSnsCommentReply(SnsCommentVO snsCommentVO)
updateSnsCommentReply

Parameters:
snsCommentVO -

deleteSnsComment

public void deleteSnsComment(long snsCmtSid)
deleteSnsComment

Parameters:
snsCmtSid -