|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.AbstractContainer
oracle.discussions.ws.beans.Forum
Forum bean, representing a server side TdBoard object. Extends from AbstractContainer bean, representing the common properties of forum and a category.
AbstractContainer
Method Summary | |
java.lang.String |
getEmailAddress() Returns forum's email address. |
int |
getEmailRoutingPolicy() Returns the email routing policy. |
int |
getMessageCount() Returns the total message count of all topics in a forum. |
int |
getThreadCount() Returns the topic count in the forum. |
boolean |
isLocked() Returns a boolean valus indicating if the forum is locked. |
boolean |
isPublicForum() Returns a boolean value, indicating if the forum is publicly accessible. |
Methods inherited from class oracle.discussions.ws.beans.AbstractContainer |
getContainerType, getCreationDate, getCreator, getDescription, getDisplayName, getDisplayPath, getId, getLastPost, getName, getParentId, getRssURL, getWebuiURL, isAnnouncementsBoardPresent, isCategoryType, isFavorite, isNewFolder, isNewSinceLastVisit, isNewSinceSession |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isLocked()
public boolean isPublicForum()
public int getThreadCount()
public int getMessageCount()
public java.lang.String getEmailAddress()
public int getEmailRoutingPolicy()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |