|
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
Represents properties common to a category and a forum. Used in returning TdContainer sdk objects to client side, as beans.
Category
, Forum
Method Summary | |
int |
getContainerType() Returns the container type. |
java.util.Calendar |
getCreationDate() Returns a calendar object representing the container's creation date. |
java.lang.String |
getCreator() Returns nick name of the creator of this container. |
java.lang.String |
getDescription() Returns the description of the container. |
java.lang.String |
getDisplayName() Returns the container's display name in the user's locale. |
java.lang.String |
getDisplayPath() Returns the absolute display path of the container. |
long |
getId() Returns the container's id. |
LastPost |
getLastPost() Returns the latest post information on the current container. |
java.lang.String |
getName() Returns the container's name. |
long |
getParentId() Returns the parent container of this container. |
java.lang.String |
getRssURL() Returns the rss url corresponding to the container's rss feed. |
java.lang.String |
getWebuiURL() Returns the web page url corresponding to the container. |
boolean |
isAnnouncementsBoardPresent() Returns if the container has an embedded announcements forum in it. |
boolean |
isCategoryType() Returns if the container represents a category. |
boolean |
isFavorite() Returns if the container is in the user's favorite listing. |
boolean |
isNewFolder() Returns true if, isNewSinceLastVisit or isNewSinceSession is true. |
boolean |
isNewSinceLastVisit() Returns true, if the container is created, after the user's last logout time. |
boolean |
isNewSinceSession() Returns true, if the container is created, after the user's current login time. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getContainerType()
public java.util.Calendar getCreationDate()
public java.lang.String getCreator()
public java.lang.String getDescription()
public java.lang.String getDisplayPath()
The absolute path starts with a "/", representing the root container.
For example, if the container is a root container, the display path will be /A, where A is the container display name.
Displayname is used to prepare display path.
public java.lang.String getDisplayName()
public LastPost getLastPost()
The lastpost information includes
public boolean isFavorite()
public boolean isNewFolder()
public boolean isNewSinceLastVisit()
public boolean isNewSinceSession()
public java.lang.String getName()
public java.lang.String getRssURL()
public java.lang.String getWebuiURL()
public long getId()
public boolean isCategoryType()
public boolean isAnnouncementsBoardPresent()
Returns true, if the container has an announcements forum, false otherwise.
public long getParentId()
Returns -1, if the parent container is Discussions root.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |