|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Draft | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
Uses of Draft in com.jivesoftware.forum |
---|
Classes in com.jivesoftware.forum that implement Draft | |
---|---|
class |
DraftImpl
Data transfer object, ferries data between DWR and the database layer. |
Methods in com.jivesoftware.forum that return Draft | |
---|---|
Draft |
DraftManager.createDraft(Draft draft)
Creates a new draft. |
Draft |
DraftManager.getDraft(long draftID)
Returns a draft by draft ID or null if no draft exists with the specified draftID. |
Draft |
DraftManager.getDraft(long userid,
int drafttype,
int objectType,
long objectID)
Returns the draft for a particular user associated with a particular forum, thread and / or message. |
Methods in com.jivesoftware.forum with parameters of type Draft | |
---|---|
Draft |
DraftManager.createDraft(Draft draft)
Creates a new draft. |
void |
DraftManager.deleteDraft(Draft draft)
Delete an existing draft. |
void |
DraftManager.updateDraft(Draft draft)
Update an existing draft. |
Constructors in com.jivesoftware.forum with parameters of type Draft | |
---|---|
DraftImpl(Draft draft,
FastDateFormat formatter,
User user)
|
Uses of Draft in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return Draft | |
---|---|
Draft |
OldPostAction.getDraft()
Get the draft associated with this message. |
Draft |
PollPostAction.getDraft()
Get the draft associated with this message. |
Draft |
PostAction.getDraft()
Get the draft associated with the message. |
Draft |
PostAnnounceAction.getDraft()
Get the draft associated with this message. |
Methods in com.jivesoftware.forum.action with parameters of type Draft | |
---|---|
boolean |
DraftsAction.getCanCreate(Draft draft)
|
void |
OldPostAction.setDraft(Draft draft)
Set the draft associated with this object. |
void |
PollPostAction.setDraft(Draft draft)
Set the draft associated with this object. |
void |
PostAction.setDraft(Draft draft)
Set the draft associated with the message. |
void |
PostAnnounceAction.setDraft(Draft draft)
Set the draft associated with this object. |
Uses of Draft in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement Draft | |
---|---|
class |
DbDraft
|
Methods in com.jivesoftware.forum.database that return Draft | |
---|---|
Draft |
DbDraftManager.createDraft(Draft draft)
|
Draft |
DbDraftManager.getDraft(long draftID)
|
Draft |
DbDraftManager.getDraft(long userID,
int draftType,
int objectType,
long objectID)
|
Methods in com.jivesoftware.forum.database with parameters of type Draft | |
---|---|
Draft |
DbDraftManager.createDraft(Draft draft)
|
void |
DbDraftManager.deleteDraft(Draft draft)
|
void |
DbDraftManager.updateDraft(Draft draft)
|
Uses of Draft in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return Draft | |
---|---|
Draft |
DraftManagerProxy.createDraft(Draft draft)
|
Draft |
DraftManagerProxy.getDraft(long draftid)
|
Draft |
DraftManagerProxy.getDraft(long userid,
int drafttype,
int objectType,
long objectID)
|
Methods in com.jivesoftware.forum.proxy with parameters of type Draft | |
---|---|
Draft |
DraftManagerProxy.createDraft(Draft draft)
|
void |
DraftManagerProxy.deleteDraft(Draft draft)
|
void |
DraftManagerProxy.updateDraft(Draft draft)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |