|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.ibatis.support.SqlMapClientDaoSupport egovframework.rte.psl.dataaccess.EgovAbstractDAO egovframework.rfc3.common.dao.RfcCMSAbstractDAO egovframework.rfc3.sns.dao.SnsCommentDAO
@Repository(value="SnsCommentDAO") public class SnsCommentDAO
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 |
---|
public SnsCommentDAO()
Method Detail |
---|
public int selectSnsComentCount(java.lang.String categoryId)
snsCommentVO
-
public int getSnsCommentIdx(java.lang.String categoryId)
categoryId
-
public int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
snsCommentVO
-
public java.util.List<SnsCommentVO> selectSnsCommentList(java.lang.String categoryId)
snsCommentVO
-
public SnsCommentVO getSnsCommentInfo(long snsCmtSid)
snsCmtSid
-
public void insertSnsComment(SnsCommentVO snsCommentVO)
snsCommentVO
- public void updateSnsCommentReply(SnsCommentVO snsCommentVO)
snsCommentVO
- public void deleteSnsComment(long snsCmtSid)
snsCmtSid
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |