|
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.AbstractContainerDefinition
The class contains the minimal information necessary to create a container.
This is a super class for both CategoryDefinition and ForumDefinition.
CategoryDefinition is a category definition object, which is passed during the creation of a category.
ForumDefinition is a forum definition object, passed in creation of the forum.
These category/forum definition beans add onto the properties specified by abstract container definition bean.
ForumDefinition
, CategoryDefinition
Constructor Summary | |
AbstractContainerDefinition() Default constructor. |
Method Summary | |
void |
setDescription(java.lang.String description) Sets the description of the container. |
void |
setDisplayName(java.lang.String displayname) Sets the displayname of the container. |
void |
setName(java.lang.String name) Sets the name of the container. |
void |
setWithAnnouncementBoard(boolean bWithAnnouncementBoard) Sets if the container created has an embedded AnnouncementsForum inside it. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractContainerDefinition()
Method Detail |
public void setName(java.lang.String name)
Once set, the name cannot be edited.
Care should be taken that the name should not be same as the name of any other category/forum at the same level, at which, the container is being created.
name
- - Name of the containerpublic void setDisplayName(java.lang.String displayname)
The display name can be edited, after the container is created.
Care should be taken that the name should not be same as the name of any other category/forum at the same level, at which, the container is being created.
displayname
- - Container's display namepublic void setDescription(java.lang.String description)
description
- - Container's description.public void setWithAnnouncementBoard(boolean bWithAnnouncementBoard)
A container with an announcements forum is created, if bWithAnnouncementBoard is set to true. If set to false, the created container will not have an embedded announcements forum.
bWithAnnouncementBoard
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |