|
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.AbstractContainerSettings
oracle.discussions.ws.beans.ForumSettings
Represents the the settings of a Oracle Discussions forum.
Inherits the common settings from AbstractContainerSettings. The settings control the behaviour of the forum.
AbstractContainerSettings
Constructor Summary | |
ForumSettings() Default constructor |
Method Summary | |
int |
getAttachmentMaxSize() Returns the attachment max size, for all the messages in the forum. |
java.lang.String |
getBeginQuotePrefix() Returns the begin quote prefix. |
int |
getComposeEditor() Returns an integer value, representing the editor for the message composing. |
int |
getEditDeletePolicy() Returns the message edit delete policy in the forum. |
java.lang.String |
getEmailAddress() Returns the email address of the forum. |
int |
getEmailForwardPolicy() Returns the email forward policy for the forum. |
int |
getEmailInboundPolicy() Returns the email inbound policy of the forum. |
int |
getEmailRoutingPolicy() |
int |
getFlatViewPagingSize() Returns the message flat view page size. |
java.lang.String |
getOutgoingEmailDL() Returns the outgoing email DL. |
java.lang.String |
getOutgoingEmailDLBodyFormat() Returns the outgoing email DL body format. |
java.lang.String |
getOutgoingEmailDLSubjectFormat() Returns the outgoing email DL subject format |
int |
getPublicAccessPolicy() Returns the forum's public access policy. |
java.lang.String |
getReplyPrefix() Returns the reply prefix. |
int |
getThreadView() Returns if the messages are displayed as threaded view /flat view. |
boolean |
isCanAttach() Returns if the attachments are enabled in this forum. |
boolean |
isOriginalQuoted() Returns if the messages are originally quoted. |
void |
setAttachmentMaxSize(int iMaxSize) Sets the attachment max size, for all the messages in the forum. |
void |
setBeginQuotePrefix(java.lang.String beginQuotePrefix) Sets the begin quote prefix. |
void |
setCanAttach(boolean bool) Sets if the attachments are enabled in this forum. |
void |
setComposeEditor(int iComposeEditor) |
void |
setEditDeletePolicy(int policy) Sets the message edit/delete policy in the forum. |
void |
setEmailAddress(java.lang.String emailAddress) Sets the email address of the forum. |
void |
setEmailForwardPolicy(int policy) Sets the email forward policy for the forum. |
void |
setEmailInboundPolicy(int policy) Sets the email inbound policy for the forum. |
void |
setEmailRoutingPolicy(int policy) |
void |
setFlatViewPagingSize(int size) Sets the message flat view page size. |
void |
setOriginalQuoted(boolean bool) Sets if the messages are originally quoted. |
void |
setOutgoingEmailDL(java.lang.String dl) Sets the outgoing email DL address. |
void |
setOutgoingEmailDLBodyFormat(java.lang.String format) Sets the outgoing email DL body format. |
void |
setOutgoingEmailDLSubjectFormat(java.lang.String format) Sets the outgoing email DL subject format. |
void |
setPublicAccessPolicy(int policy) Sets the forum's public access policy. |
void |
setReplyPrefix(java.lang.String rPrefix) Sets the reply prefix. |
void |
setThreadView(int num) Sets if the messages are displayed in threaded mode/flat view mode. |
Methods inherited from class oracle.discussions.ws.beans.AbstractContainerSettings |
getCreationDate, getCreator, getDescription, getDisplayName, setDisplayName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForumSettings()
Method Detail |
public void setBeginQuotePrefix(java.lang.String beginQuotePrefix)
beginQuotePrefix
- - Begin quote prefixpublic java.lang.String getBeginQuotePrefix()
public void setAttachmentMaxSize(int iMaxSize)
iMaxSize
- - Attahment max size in bytespublic int getAttachmentMaxSize()
public void setCanAttach(boolean bool)
bool
- - indicates of attachments are enabledpublic boolean isCanAttach()
public void setComposeEditor(int iComposeEditor)
public int getComposeEditor()
public void setEditDeletePolicy(int policy)
Various acceptible values for the edit/delete policy setting are
policy
- - Edit/delete policy for messagespublic int getEditDeletePolicy()
Various acceptible values for the edit/delete policy setting are
public void setEmailAddress(java.lang.String emailAddress)
If the forum's email is set, it cannot be edited again.An exception is raised otherwise.
The forum email should be unique in the Oracle Discussions system.It should be of the form <string>@<email-domain>. The email domain should be same as the domain, configured for the Discussions internal administrator.
emailAddress
- - forum's emailpublic java.lang.String getEmailAddress()
public void setFlatViewPagingSize(int size)
size
- - page sizepublic int getFlatViewPagingSize()
public void setThreadView(int num)
Accesptible values are
num
- - Value to set the settingpublic int getThreadView()
public void setEmailForwardPolicy(int policy)
policy
- - email forward policypublic int getEmailForwardPolicy()
public void setEmailInboundPolicy(int policy)
policy
- - email inbound policypublic int getEmailInboundPolicy()
public void setOutgoingEmailDL(java.lang.String dl)
dl
- - Outgoing email dl.public java.lang.String getOutgoingEmailDL()
public void setOutgoingEmailDLBodyFormat(java.lang.String format)
format
- - Outgoing email dl body formatpublic java.lang.String getOutgoingEmailDLBodyFormat()
public void setOutgoingEmailDLSubjectFormat(java.lang.String format)
format
- - Outgoing email dl subject formatpublic java.lang.String getOutgoingEmailDLSubjectFormat()
public void setReplyPrefix(java.lang.String rPrefix)
This string is by default prefixed to all the replies' subject.
For example, if a message subject is "My first message", then the default reply prefix for the message reply would be "Re : My first message".
rPrefix
- - reply prefixpublic java.lang.String getReplyPrefix()
public void setOriginalQuoted(boolean bool)
bool
- - if messages are original quoted.public boolean isOriginalQuoted()
public void setPublicAccessPolicy(int policy)
Public access policy specifies if the forum is accessible to non-forum users. Acceptible values for public access policy are
policy
- - public access policypublic int getPublicAccessPolicy()
public void setEmailRoutingPolicy(int policy)
public int getEmailRoutingPolicy()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |