public class

ToolBelt

extends ToolBelt
java.lang.Object
   ↳ vars.ToolBelt
     ↳ vars.knowledgebase.ui.ToolBelt

Class Overview

Container that holds on to a ton of shared objects that need to be widely used across this application

Summary

Public Constructors
ToolBelt(AnnotationDAOFactory annotationDAOFactory, AnnotationFactory annotationFactory, KnowledgebaseDAOFactory knowledgebaseDAOFactory, KnowledgebaseFactory knowledgebaseFactory, MiscDAOFactory miscDAOFactory, MiscFactory miscFactory, PersistenceCacheProvider persistenceCacheProvider, AnnotationPersistenceService annotationPersistenceService, KnowledgebasePersistenceService knowledgebasePersistenceService, QueryPersistenceService queryPersistenceService)
Constructs ...
Public Methods
ApproveHistoryTask getApproveHistoryTask()
HistoryFactory getHistoryFactory()
RejectHistoryTask getRejectHistoryTask()
[Expand]
Inherited Methods
From class vars.ToolBelt
From class java.lang.Object

Public Constructors

public ToolBelt (AnnotationDAOFactory annotationDAOFactory, AnnotationFactory annotationFactory, KnowledgebaseDAOFactory knowledgebaseDAOFactory, KnowledgebaseFactory knowledgebaseFactory, MiscDAOFactory miscDAOFactory, MiscFactory miscFactory, PersistenceCacheProvider persistenceCacheProvider, AnnotationPersistenceService annotationPersistenceService, KnowledgebasePersistenceService knowledgebasePersistenceService, QueryPersistenceService queryPersistenceService)

Constructs ...

Public Methods

public ApproveHistoryTask getApproveHistoryTask ()

public HistoryFactory getHistoryFactory ()

public RejectHistoryTask getRejectHistoryTask ()