Uses of Interface
com.sri.emo.wizard.Wizard

Packages that use Wizard
com.sri.emo.controller This package contains controller classes for the modelling program. 
com.sri.emo.wizard This package provides framework for wizard creation as well as EMO specific bindings. 
com.sri.emo.wizard.branch   
com.sri.emo.wizard.completion This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.creation This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.defaults This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package. 
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. 
 

Uses of Wizard in com.sri.emo.controller
 

Methods in com.sri.emo.controller that return Wizard
protected  Wizard CreationWizardAction.newWizard(ExpressoRequest request)
          Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
protected  Wizard CompletionWizardAction.newWizard(ExpressoRequest request)
          Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
 

Uses of Wizard in com.sri.emo.wizard
 

Classes in com.sri.emo.wizard that implement Wizard
 class AbstractWizard
          Base class for wizard implementations.
 

Methods in com.sri.emo.wizard that return Wizard
 Wizard WizardFactory.buildWizard()
          Constructs a new wizard instance and returns it.
 Wizard WizardRepository.find(Serializable id)
          Retrieve a wizard based on id.
 Wizard WizardMementoConverter.fromMemento(Serializable previouslyExternalized)
          Re-fleshes out the wizard into usable forms.
 

Methods in com.sri.emo.wizard with parameters of type Wizard
 Serializable WizardMementoConverter.toMemento(Wizard target)
          Breaks the wizard down into minimal component state parts that can be stored in the session or client.
 

Uses of Wizard in com.sri.emo.wizard.branch
 

Classes in com.sri.emo.wizard.branch that implement Wizard
 class BranchingWizard
          Title:
 

Methods in com.sri.emo.wizard.branch that return Wizard
protected  Wizard EmoBranchingWizardFactory.constructWizard(WizDefinition definition, List branchNodes)
          Constructs the wizard itself.
 

Uses of Wizard in com.sri.emo.wizard.completion
 

Classes in com.sri.emo.wizard.completion that implement Wizard
 class EmoCompletionWizard
          A completion wizard.
 

Methods in com.sri.emo.wizard.completion that return Wizard
 Wizard EmoCompletionFactory.buildWizard()
          Constructs a new wizard instance and returns it.
protected  Wizard EmoCompletionFactory.constructWizard(WizDefinition definition, List steps)
          Constructs the wizard itself.
 Wizard CompletionMementoConverter.fromMemento(Serializable previouslyExternalized)
          Re-fleshes out the wizard into usable forms.
 

Methods in com.sri.emo.wizard.completion with parameters of type Wizard
 Serializable CompletionMementoConverter.toMemento(Wizard target)
          Breaks the wizard down into minimal component state parts that can be stored in the session or client.
 

Uses of Wizard in com.sri.emo.wizard.creation
 

Classes in com.sri.emo.wizard.creation that implement Wizard
 class EmoCreationWizard
          A completion wizard.
 class EmoCreationWizardOld
          A creation wizard, as originally copied from Completion wizard with some modifications done to allow for the initialization page to be inserted For the completion wizard pages, ids are java.lang.Integer types with values <= 0 are special pages.
 

Methods in com.sri.emo.wizard.creation that return Wizard
 Wizard EmoCreationWizardFactory.buildWizard()
          Constructs a new wizard instance and returns it.
protected  Wizard EmoCreationWizardFactory.constructWizard(WizDefinition definition, BranchList steps)
          Constructs the wizard itself.
 Wizard CreationMementoConverter.fromMemento(Serializable previouslyExternalized)
          Re-fleshes out the wizard into usable forms.
 

Methods in com.sri.emo.wizard.creation with parameters of type Wizard
 Serializable CreationMementoConverter.toMemento(Wizard target)
          Breaks the wizard down into minimal component state parts that can be stored in the session or client.
 

Uses of Wizard in com.sri.emo.wizard.defaults
 

Classes in com.sri.emo.wizard.defaults that implement Wizard
 class SequentialWizard
          Wizard for sequential wizards.
 

Methods in com.sri.emo.wizard.defaults that return Wizard
 Wizard ExpressoAwareWizardRepository.find(Serializable id)
          Provides bridging of not only the usual find, but also in comparison to security requests.
 Wizard DefaultWizardRepository.find(Serializable id)
           
protected  Wizard ExpressoAwareWizardRepository.loadWizard(String id)
          Loads the wizard.
 

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

Methods in com.sri.emo.wizard.expressoimpl that return Wizard
 Wizard WizardController.getCurrentWizard(ExpressoRequest request)
          Retrieves the current wizard from session.
protected  Wizard WizardController.newWizard(ExpressoRequest request)
          Create a new wizard and store it to session.
 

Methods in com.sri.emo.wizard.expressoimpl with parameters of type Wizard
protected  void WizardController.addPageNumberForSequentialWizards(Wizard wiz, ExpressoResponse response)
           
protected  void WizardController.addWizardInput(ExpressoResponse response, Wizard wiz, PageMetadata wp)
          Adds the wizard page input.
 WizardPage WizardController.getCurrentPage(ExpressoRequest request, Wizard currentWizard)
          Retrieves the current page as set in the displayed page.
protected  void WizardController.releaseWizard(ExpressoRequest request, Wizard wiz)
          Removes the wizard resources from the session.
protected  void WizardController.storeWizInSession(ExpressoRequest request, Wizard toStore, Integer wizId)
          Stores a new wizard to session.
 

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

Classes in com.sri.emo.wizard.selection that implement Wizard
 class ChainedSelectionWizard
          The chained selection wizard clones nodes like the selection wizard does.
 class EmoSelectionWizard
          Overrides Sequential Wizard to allow processing of the EMO Decision Matrix for processing finish.
 

Methods in com.sri.emo.wizard.selection that return Wizard
 Wizard EmoSelectionWizardFactory.buildWizard()
           
protected  Wizard EmoSelectionWizardFactory.constructWizard(WizDefinition definition, List steps)
          Constructs the wizard itself.
 Wizard EmoSelectionWizardFactory.fromMemento(Serializable previouslyExternalized)
           
 Wizard DisplaySummaryPage.getMyOwner()
           
protected  Wizard WizardAction.newWizard(ExpressoRequest request)
          Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
 

Methods in com.sri.emo.wizard.selection with parameters of type Wizard
 void DisplaySummaryPage.setMyOwner(Wizard myOwner)
           
 Serializable EmoSelectionWizardFactory.toMemento(Wizard target)
           
 



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