|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rte.fdl.cmmn.AbstractServiceImpl egovframework.rfc3.sns.service.impl.SnsCommentServiceImpl
@Service(value="SnsCommentService") public class SnsCommentServiceImpl
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 |
---|
public SnsCommentServiceImpl()
Method Detail |
---|
public int selectSnsComentCount(java.lang.String categoryId)
selectSnsComentCount
in interface SnsCommentService
snsCommentVO
-
public int getSnsCommentIdx(java.lang.String categoryId)
getSnsCommentIdx
in interface SnsCommentService
public int selectSnsComentReplyCount(SnsCommentVO snsCommentVO)
selectSnsComentReplyCount
in interface SnsCommentService
snsCommentVO
-
public java.util.List<SnsCommentVO> selectSnsCommentList(java.lang.String categoryId)
selectSnsCommentList
in interface SnsCommentService
snsCommentVO
-
public SnsCommentVO getSnsCommentInfo(long snsCmtSid)
getSnsCommentInfo
in interface SnsCommentService
snsCmtSid
-
public void insertSnsComment(SnsCommentVO snsCommentVO)
insertSnsComment
in interface SnsCommentService
snsCommentVO
- public void updateSnsCommentReply(SnsCommentVO snsCommentVO)
updateSnsCommentReply
in interface SnsCommentService
snsCommentVO
- public void deleteSnsComment(long snsCmtSid)
deleteSnsComment
in interface SnsCommentService
snsCmtSid
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |