Uses of Class
com.sri.common.controller.AbstractDBController

Packages that use AbstractDBController
com.sri.common.controller This package contains utility classes for Controllers used by other SRI programs such as EMO. 
com.sri.emo.annotations   
com.sri.emo.controller This package contains controller classes for the modelling program. 
com.sri.emo.dbobj   
com.sri.emo.wizard.completion.management This package contains all the classes required to handle the editing and defining of completion wizards. 
com.sri.emo.wizard.creation.management This package contains all the classes required to handle the editing and defining of completion wizards. 
com.sri.emo.wizard.expressoimpl This directory contains various adapter classes to bridge the Wizard APIs with Expresso. 
com.sri.emo.wizard.selection The selection wizard walks users through steps to determine which node on the system would best suit their needs. 
com.sri.emo.wizard.selection.management This package contains all classes related to editing Selection Wizard Steps. 
com.sri.emo.wizard.wizardgateway The wizard gateway provides a central location to dispatch to wizards for execution or editing. 
 

Uses of AbstractDBController in com.sri.common.controller
 

Subclasses of AbstractDBController in com.sri.common.controller
 class AbstractComponentController
          The component controller provides the home for two lightweight containers and a link to a third.
 

Uses of AbstractDBController in com.sri.emo.annotations
 

Subclasses of AbstractDBController in com.sri.emo.annotations
 class NodeTagController
          Handles adding and deletion of nodes.
 

Uses of AbstractDBController in com.sri.emo.controller
 

Subclasses of AbstractDBController in com.sri.emo.controller
 class AddNodeAction
          Handle Node manipulation.
 class CompletionWizardAction
          Controller that runs the completion controller.
 class CreationWizardAction
           
 class EmoAction
          Common methods (header, footer) which are typically called via a strategy pattern.
 class ImportExportModel
          Allows import and export of Entities and their related nodes.
 class NodeAction
          Handle Node manipulation.
 class NodeController
          Intermediate Controller Class that provides services common to editing nodes.
 class PartAction
          manipulate the parts of an entity--the metadata handler
 class PermissionController
          Handle manipulation of permissions.
 class PicklistAction
          handle Picklist manipulation
 class SelectionWizardManager
          Provides CRUD capabilities for Wizard DBObjects.
 

Uses of AbstractDBController in com.sri.emo.dbobj
 

Methods in com.sri.emo.dbobj with parameters of type AbstractDBController
 void INodeHandler.list(Node samplenode, AbstractDBController action, ControllerRequest request, ControllerResponse response)
          List all nodes of type indicated by samplenode.
 void Node.view(AbstractDBController defaultaction, ExpressoRequest request, ExpressoResponse response)
          Allow a special hander to create custom view, while providing default view also.
 void INodeHandler.view(Node node, AbstractDBController defaultaction, ControllerRequest request, ControllerResponse response)
          View the node.
 

Uses of AbstractDBController in com.sri.emo.wizard.completion.management
 

Subclasses of AbstractDBController in com.sri.emo.wizard.completion.management
 class CompletionEditor
          Controller that manages completion wizards.
 

Uses of AbstractDBController in com.sri.emo.wizard.creation.management
 

Subclasses of AbstractDBController in com.sri.emo.wizard.creation.management
 class CreationEditor
          Controller that manages completion wizards.
 

Uses of AbstractDBController in com.sri.emo.wizard.expressoimpl
 

Subclasses of AbstractDBController in com.sri.emo.wizard.expressoimpl
 class WizardController
          Wizard Controller is basically a thin wrapper over the Wizard domain model which does the actual thinking.
 

Uses of AbstractDBController in com.sri.emo.wizard.selection
 

Subclasses of AbstractDBController in com.sri.emo.wizard.selection
 class WizardAction
          Derived controller for Wizard steps in EMO.
 

Uses of AbstractDBController in com.sri.emo.wizard.selection.management
 

Subclasses of AbstractDBController in com.sri.emo.wizard.selection.management
 class WizardStepController
          Controller that manages Wizard Steps.
 

Uses of AbstractDBController in com.sri.emo.wizard.wizardgateway
 

Subclasses of AbstractDBController in com.sri.emo.wizard.wizardgateway
 class WizardGatewayController
          WizardGatewayControlller provides dispatching and isolation of the various underlying wizard types by allowing different editors to be hidden underneath the gateway.
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.