Uses of Class
com.sri.emo.wizard.completion.model.CompletionBean

Packages that use CompletionBean
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.completion.management This package contains all the classes required to handle the editing and defining of completion wizards. 
com.sri.emo.wizard.completion.model Underlying model for completion Wizard. 
com.sri.emo.wizard.completion.persistence This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. 
 

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

Methods in com.sri.emo.wizard.completion that return CompletionBean
 CompletionBean CompletionRepository.findById(int wizardId)
          Finds the completion bean by id number.
 CompletionBean CompletionRepository.findById(Object previouslyGeneratedKey)
          Finds the bean by an id that was generated earlier by other pieces of the factory.
 CompletionBean EmoCompletionWizard.getCompletionBean()
           
protected  CompletionBean CompletionBuilder.getDefinition()
           
 

Methods in com.sri.emo.wizard.completion with parameters of type CompletionBean
 int CompletionRepository.add(CompletionBean newValue)
          Adds a CompletionBean to the underlying data store.
 void EmoCompletionWizard.setCompletionBean(CompletionBean completionBean)
          Sets the underlying completion bean.
 void CompletionRepository.update(CompletionBean newValue)
          Updates the completion bean.
 

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

Methods in com.sri.emo.wizard.completion.management that return CompletionBean
 CompletionBean ICompletionBeanManager.createOrRetrieveActionForm(ExpressoRequest request)
          Creates or retrieves the action form.
 CompletionBean CompletionBeanManager.createOrRetrieveActionForm(ExpressoRequest request)
           
 CompletionBean ICompletionBeanManager.getActionForm(ExpressoRequest request)
          Retrieve an action form.
 CompletionBean CompletionBeanManager.getActionForm(ExpressoRequest request)
           
 

Methods in com.sri.emo.wizard.completion.management with parameters of type CompletionBean
 void ICompletionBeanManager.setCompletionBean(ExpressoRequest request, CompletionBean wizardBeanToSave)
          Saves the specified completion bean to session.
 void CompletionBeanManager.setCompletionBean(ExpressoRequest request, CompletionBean wizardBeanToSave)
           
 

Uses of CompletionBean in com.sri.emo.wizard.completion.model
 

Methods in com.sri.emo.wizard.completion.model that return CompletionBean
 CompletionBean CompletionPartsBean.getOwner()
           
 

Constructors in com.sri.emo.wizard.completion.model with parameters of type CompletionBean
CompletionPartsBean(CompletionBean myOwner, Part myPart)
          Constructor that takes the parent bean and an associated Part object.
 

Uses of CompletionBean in com.sri.emo.wizard.completion.persistence
 

Methods in com.sri.emo.wizard.completion.persistence that return CompletionBean
 CompletionBean CompletionDBObjConverterImpl.convertToBean(WizDefinition source)
          Converts a wizard definition to a completion bean.
 CompletionBean CompletionDBObjConverter.convertToBean(WizDefinition source)
          Converts a wizard definition to a completion bean.
 CompletionBean ExpressoCompletionRepository.findById(int wizardId)
           
 CompletionBean ExpressoCompletionRepository.findById(Object previouslyGeneratedKey)
           
 

Methods in com.sri.emo.wizard.completion.persistence with parameters of type CompletionBean
 int ExpressoCompletionRepository.add(CompletionBean newValue)
          Adds a CompletionBean to the underlying data store.
 WizDefinition CompletionDBObjConverterImpl.convertToDBObject(CompletionBean source)
          Converts a Completion Bean to a Wiz Definition bean.
 WizDefinition CompletionDBObjConverter.convertToDBObject(CompletionBean source)
          Converts a Completion Bean to a Wiz Definition bean.
 void ExpressoCompletionRepository.update(CompletionBean newValue)
          Updates the completion bean.
 



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