|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateMessageRejectedException | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
com.jivesoftware.forum.webservices | |
com.jivesoftware.forum.webservices.server |
Uses of PrivateMessageRejectedException in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that throw PrivateMessageRejectedException | |
---|---|
void |
PrivateMessageManager.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
PrivateMessage |
PrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
Sends a private message to another user. |
Uses of PrivateMessageRejectedException in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that throw PrivateMessageRejectedException | |
---|---|
void |
DbPrivateMessageManager.saveMessageAsDraft(PrivateMessage privateMessage)
|
PrivateMessage |
DbPrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
|
Uses of PrivateMessageRejectedException in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that throw PrivateMessageRejectedException | |
---|---|
void |
PrivateMessageManagerProxy.saveMessageAsDraft(PrivateMessage privateMessage)
|
PrivateMessage |
PrivateMessageManagerProxy.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
|
Uses of PrivateMessageRejectedException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw PrivateMessageRejectedException | |
---|---|
void |
PrivateMessageService.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
PrivateMessage |
PrivateMessageService.sendMessage(PrivateMessage privateMessage,
long recipientID,
boolean copyToSentFolder)
Sends a private message to another user. |
Uses of PrivateMessageRejectedException in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server that throw PrivateMessageRejectedException | |
---|---|
void |
PrivateMessageServiceImpl.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
PrivateMessage |
PrivateMessageServiceImpl.sendMessage(PrivateMessage privateMessage,
long recipientID,
boolean copyToSentFolder)
Sends a private message to another user. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |