Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.action
Class DraftAction

java.lang.Object
  extended by com.jivesoftware.forum.action.DraftAction

public class DraftAction
extends java.lang.Object

Action that works in conjunction with DWR to save and retrieve drafts.


Constructor Summary
DraftAction()
           
 
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
 

Constructor Detail

DraftAction

public DraftAction()
Method Detail

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)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.