com.jivesoftware.forum.action
Class DraftAction
java.lang.Object
com.jivesoftware.forum.action.DraftAction
public class DraftAction
- extends java.lang.Object
Action that works in conjunction with DWR to save and retrieve drafts.
Method Summary |
void |
deleteDraft(int drafttype,
int objectType,
long objectID,
javax.servlet.http.HttpServletRequest request)
|
DraftImpl |
getDraft(int drafttype,
int objectType,
long objectID,
javax.servlet.http.HttpServletRequest request)
|
DraftImpl |
saveDraft(DraftImpl draft,
javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraftAction
public DraftAction()
getDraft
public DraftImpl getDraft(int drafttype,
int objectType,
long objectID,
javax.servlet.http.HttpServletRequest request)
deleteDraft
public void deleteDraft(int drafttype,
int objectType,
long objectID,
javax.servlet.http.HttpServletRequest request)
saveDraft
public DraftImpl saveDraft(DraftImpl draft,
javax.servlet.http.HttpServletRequest request)
Copyright © 1999-2006 Jive Software.