|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreationBeans | |
---|---|
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.creation.management | This package contains all the classes required to handle the editing and defining of completion wizards. |
com.sri.emo.wizard.creation.persistence | This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. |
Uses of CreationBeans in com.sri.emo.wizard.creation |
---|
Methods in com.sri.emo.wizard.creation that return CreationBeans | |
---|---|
CreationBeans |
CreationRepository.findById(int wizardId)
Finds the completion bean by id number. |
CreationBeans |
CreationRepository.findById(Object previouslyGeneratedKey)
Finds the bean by an id that was generated earlier by other pieces of the factory. |
CreationBeans |
EmoCreationWizard.getCompletionBean()
|
protected CreationBeans |
CreationBuilder.getDefinition()
|
Methods in com.sri.emo.wizard.creation with parameters of type CreationBeans | |
---|---|
int |
CreationRepository.add(CreationBeans newValue)
Adds a CompletionBean to the underlying data store. |
void |
EmoCreationWizard.setCompletionBeans(CreationBeans completionBeans)
Sets the underlying completion bean. |
void |
CreationRepository.update(CreationBeans newValue)
Updates the completion bean. |
Uses of CreationBeans in com.sri.emo.wizard.creation.management |
---|
Methods in com.sri.emo.wizard.creation.management that return CreationBeans | |
---|---|
CreationBeans |
ICreationBeanManager.createOrRetrieveActionForm(ExpressoRequest request)
Creates or retrieves the action form. |
CreationBeans |
CreationBeanManager.createOrRetrieveActionForm(ExpressoRequest request)
|
CreationBeans |
ICreationBeanManager.getActionForm(ExpressoRequest request)
Retrieve an action form. |
CreationBeans |
CreationBeanManager.getActionForm(ExpressoRequest request)
|
Methods in com.sri.emo.wizard.creation.management with parameters of type CreationBeans | |
---|---|
void |
ICreationBeanManager.setCompletionBean(ExpressoRequest request,
CreationBeans wizardBeanToSave)
Saves the specified completion bean to session. |
void |
CreationBeanManager.setCompletionBean(ExpressoRequest request,
CreationBeans wizardBeanToSave)
|
Uses of CreationBeans in com.sri.emo.wizard.creation.persistence |
---|
Methods in com.sri.emo.wizard.creation.persistence that return CreationBeans | |
---|---|
CreationBeans |
CreationDBObjConverterImpl.convertToBean(WizDefinition source)
Converts a wizard definition to a completion bean. |
CreationBeans |
CreationDBObjConverter.convertToBean(WizDefinition source)
Converts a wizard definition to a completion bean. |
CreationBeans |
ExpressoTemplateRepository.findById(int wizardId)
|
CreationBeans |
ExpressoTemplateRepository.findById(Object previouslyGeneratedKey)
|
Methods in com.sri.emo.wizard.creation.persistence with parameters of type CreationBeans | |
---|---|
int |
ExpressoTemplateRepository.add(CreationBeans newValue)
Adds a CompletionBean to the underlying data store. |
WizDefinition |
CreationDBObjConverterImpl.convertToDBObject(CreationBeans sourceBeans)
Converts a Completion Bean to a Wiz Definition bean. |
WizDefinition |
CreationDBObjConverter.convertToDBObject(CreationBeans source)
Converts a Completion Bean to a Wiz Definition bean. |
void |
ExpressoTemplateRepository.update(CreationBeans newValue)
Updates the completion bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |