|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogComment | |
---|---|
net.daum.dna.api.vo.blog | '블로그'의 출력변수(Response Element)들과 관련되어있는 클래스들을 제공합니다. |
Uses of BlogComment in net.daum.dna.api.vo.blog |
---|
Methods in net.daum.dna.api.vo.blog that return BlogComment | |
---|---|
BlogComment |
BlogComments.getComment(int index)
특정 index의 코멘트를 얻습니다. |
Methods in net.daum.dna.api.vo.blog that return types with arguments of type BlogComment | |
---|---|
java.util.List<BlogComment> |
BlogComments.getComments()
코멘트 목록을 반환합니다. |
Methods in net.daum.dna.api.vo.blog with parameters of type BlogComment | |
---|---|
void |
BlogComments.addComment(BlogComment comment)
코멘트를 추가합니다. |
Method parameters in net.daum.dna.api.vo.blog with type arguments of type BlogComment | |
---|---|
void |
BlogComments.setComments(java.util.List<BlogComment> comments)
코멘트 목록을 넣습니다. |
Constructor parameters in net.daum.dna.api.vo.blog with type arguments of type BlogComment | |
---|---|
BlogComments(int status,
int totalCount,
java.util.List<BlogComment> comments)
Comments 객체를 생성하고 parameter값으로 초기화한다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |