public class ThreadedCommentAuthorCollection
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
ThreadedCommentAuthor | getCurrentPerson() | |
void | ||
Gets and sets the current user. | ||
ThreadedCommentAuthor | get(int index) | |
Gets the person who create threaded comments.
|
||
ThreadedCommentAuthor | get(java.lang.String name) | |
Gets the person who create threaded comments.
|
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | add(java.lang.String name, java.lang.String userId, java.lang.String providerId) | |
Adds one thread comment person.
|
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public ThreadedCommentAuthor getCurrentPerson() / public void setCurrentPerson(ThreadedCommentAuthor value)
public int getCount()
public ThreadedCommentAuthor get(int index)
index
- The indexpublic ThreadedCommentAuthor get(java.lang.String name)
name
- The indexpublic int add(java.lang.String name, java.lang.String userId, java.lang.String providerId)
name
- The name of the person.userId
- providerId
- The id of the providerpublic void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)