|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogCommentRes | |
---|---|
net.daum.dna.api | BlogAPI, CafeAPI, YozmAPI를 사용하기 위한 interface를 제공합니다. |
net.daum.dna.api.basic | |
net.daum.dna.api.dao | |
net.daum.dna.api.service |
Uses of BlogCommentRes in net.daum.dna.api |
---|
Methods in net.daum.dna.api that return BlogCommentRes | |
---|---|
BlogCommentRes |
BlogAPI.writeComment(java.lang.String blogName,
java.lang.String postId,
java.lang.String content,
boolean isSecret)
글에 코멘트 작성하고 그 결과를 객체형태로 반환합니다. |
Uses of BlogCommentRes in net.daum.dna.api.basic |
---|
Methods in net.daum.dna.api.basic that return BlogCommentRes | |
---|---|
BlogCommentRes |
DefaultBlogAPI.writeComment(java.lang.String blogName,
java.lang.String postId,
java.lang.String content,
boolean isSecret)
글에 코멘트 작성하고 그 결과를 객체형태로 반환합니다. |
Uses of BlogCommentRes in net.daum.dna.api.dao |
---|
Methods in net.daum.dna.api.dao that return BlogCommentRes | |
---|---|
BlogCommentRes |
BlogDAO.writeComment(java.lang.String queryString)
글에 코멘트 작성하고 그 결과를 객체형태로 반환합니다. |
Uses of BlogCommentRes in net.daum.dna.api.service |
---|
Methods in net.daum.dna.api.service that return BlogCommentRes | |
---|---|
BlogCommentRes |
BlogService.writeComment(Params required)
글에 코멘트 작성하고 그 결과를 객체형태로 반환합니다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |