public abstract class

AbstractHistoryTask

extends Object
java.lang.Object
   ↳ vars.knowledgebase.ui.actions.AbstractHistoryTask
Known Direct Subclasses

Summary

Public Constructors
AbstractHistoryTask()
Public Methods
abstract void doTask(UserAccount userAccount, History history)
Do the task on the history then
Protected Methods
static boolean canDo(UserAccount userAccount, History history)
void dropHistory(History h, String msg, DAO dao)
Called when an error occurs where the history is void.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractHistoryTask ()

Public Methods

public abstract void doTask (UserAccount userAccount, History history)

Do the task on the history then

Protected Methods

protected static boolean canDo (UserAccount userAccount, History history)

protected void dropHistory (History h, String msg, DAO dao)

Called when an error occurs where the history is void. Gets rid of the offending history