| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryException | |
|---|---|
| com.sri.emo.wizard | This package provides framework for wizard creation as well as EMO specific bindings. | 
| 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.persistence | This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. | 
| 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.persistence | This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. | 
| com.sri.emo.wizard.expressoimpl | This directory contains various adapter classes to bridge the Wizard APIs with Expresso. | 
| Uses of RepositoryException in com.sri.emo.wizard | 
|---|
| Methods in com.sri.emo.wizard that throw RepositoryException | |
|---|---|
 boolean | 
WizDefinitionRepository.canRequesterAdd()
Returns true if the current requester can add.  | 
 WizDefinition | 
WizDefinitionRepository.findById(int key)
Find a wizard definition by id.  | 
 List | 
WizDefinitionRepository.listAll(String sortOrder)
List all wizards available on the system  | 
| Uses of RepositoryException in com.sri.emo.wizard.completion | 
|---|
| Methods in com.sri.emo.wizard.completion that throw RepositoryException | |
|---|---|
 int | 
CompletionRepository.add(CompletionBean newValue)
Adds a CompletionBean to the underlying data store.  | 
 void | 
CompletionRepository.delete(int wizardId)
Deletes the completion bean from the underlying data store.  | 
 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.  | 
 void | 
CompletionRepository.update(CompletionBean newValue)
Updates the completion bean.  | 
| Uses of RepositoryException in com.sri.emo.wizard.completion.persistence | 
|---|
| Methods in com.sri.emo.wizard.completion.persistence that throw RepositoryException | |
|---|---|
 int | 
ExpressoCompletionRepository.add(CompletionBean newValue)
Adds a CompletionBean to the underlying data store.  | 
 void | 
ExpressoCompletionRepository.delete(int wizardId)
Deletes the completion bean from the underlying data store.  | 
 CompletionBean | 
ExpressoCompletionRepository.findById(int wizardId)
 | 
 CompletionBean | 
ExpressoCompletionRepository.findById(Object previouslyGeneratedKey)
 | 
 void | 
ExpressoCompletionRepository.update(CompletionBean newValue)
Updates the completion bean.  | 
| Uses of RepositoryException in com.sri.emo.wizard.creation | 
|---|
| Methods in com.sri.emo.wizard.creation that throw RepositoryException | |
|---|---|
 int | 
CreationRepository.add(CreationBeans newValue)
Adds a CompletionBean to the underlying data store.  | 
 void | 
CreationRepository.delete(int wizardId)
Deletes the completion bean from the underlying data store.  | 
 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.  | 
 void | 
CreationRepository.update(CreationBeans newValue)
Updates the completion bean.  | 
| Uses of RepositoryException in com.sri.emo.wizard.creation.persistence | 
|---|
| Methods in com.sri.emo.wizard.creation.persistence that throw RepositoryException | |
|---|---|
 int | 
ExpressoTemplateRepository.add(CreationBeans newValue)
Adds a CompletionBean to the underlying data store.  | 
 void | 
ExpressoTemplateRepository.delete(int wizardId)
Deletes the completion bean from the underlying data store.  | 
 CreationBeans | 
ExpressoTemplateRepository.findById(int wizardId)
 | 
 CreationBeans | 
ExpressoTemplateRepository.findById(Object previouslyGeneratedKey)
 | 
 void | 
ExpressoTemplateRepository.update(CreationBeans newValue)
Updates the completion bean.  | 
| Uses of RepositoryException in com.sri.emo.wizard.expressoimpl | 
|---|
| Methods in com.sri.emo.wizard.expressoimpl that throw RepositoryException | |
|---|---|
 boolean | 
SelectionWizDefinitionRepository.canRequesterAdd()
Returns true if the current requester can add.  | 
 WizDefinition | 
SelectionWizDefinitionRepository.findById(int key)
Find a wizard definition by id.  | 
 List | 
SelectionWizDefinitionRepository.listAll(String sortOrder)
Lists all wizards defined by the system.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||