Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01


oracle.discussions.ws.beans
Class AbstractContainerSettings

java.lang.Object
  extended byoracle.discussions.ws.beans.AbstractContainerSettings

Direct Known Subclasses:
CategorySettings, ForumSettings

public class AbstractContainerSettings
extends java.lang.Object

Represent the settings common to both forum and category. These settings define the

and other properties.


Constructor Summary
AbstractContainerSettings()
          Default constructor

 

Method Summary
 java.util.Calendar getCreationDate()
          Returns a calendar instance representing the container's creation date.
 java.lang.String getCreator()
          Returns the nickname of the container's creator.
 java.lang.String getDescription()
          Returns the container's description.
 java.lang.String getDisplayName()
          Returns the container's localized display name.
 void setDisplayName(java.lang.String displayName)
          Sets the display name for this container.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AbstractContainerSettings

public AbstractContainerSettings()
Default constructor

Method Detail

setDisplayName

public void setDisplayName(java.lang.String displayName)
                    throws TdWSException
Sets the display name for this container.
Parameters:
displayName - - Container's display name.
Throws:
TdWSException

getDisplayName

public java.lang.String getDisplayName()
Returns the container's localized display name. If the user's locale is not available, default server locale is used.
Returns:
String - Container's display name.

getDescription

public java.lang.String getDescription()
Returns the container's description.
Returns:
String - Container's description.

getCreator

public java.lang.String getCreator()
Returns the nickname of the container's creator. Returns an empty string "", if the creator is deleted from the OID or if the container represents an announcements forum.
Returns:
String - Container's creator.

getCreationDate

public java.util.Calendar getCreationDate()
Returns a calendar instance representing the container's creation date.
Returns:
Calendar - Container's creation date.

Copyright © 2005, Oracle. All rights reserved.