|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryConversionException | |
---|---|
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. |
Uses of RepositoryConversionException in com.sri.emo.wizard.completion |
---|
Methods in com.sri.emo.wizard.completion that throw RepositoryConversionException | |
---|---|
int |
CompletionRepository.add(CompletionBean newValue)
Adds a CompletionBean to 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 RepositoryConversionException in com.sri.emo.wizard.completion.persistence |
---|
Methods in com.sri.emo.wizard.completion.persistence that throw RepositoryConversionException | |
---|---|
int |
ExpressoCompletionRepository.add(CompletionBean newValue)
Adds a CompletionBean to the underlying data store. |
CompletionBean |
CompletionDBObjConverterImpl.convertToBean(WizDefinition source)
Converts a wizard definition to a completion bean. |
WizDefinition |
CompletionDBObjConverterImpl.convertToDBObject(CompletionBean source)
Converts a Completion Bean to a Wiz Definition bean. |
CompletionBean |
ExpressoCompletionRepository.findById(int wizardId)
|
CompletionBean |
ExpressoCompletionRepository.findById(Object previouslyGeneratedKey)
|
Uses of RepositoryConversionException in com.sri.emo.wizard.creation |
---|
Methods in com.sri.emo.wizard.creation that throw RepositoryConversionException | |
---|---|
int |
CreationRepository.add(CreationBeans newValue)
Adds a CompletionBean to 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 RepositoryConversionException in com.sri.emo.wizard.creation.persistence |
---|
Methods in com.sri.emo.wizard.creation.persistence that throw RepositoryConversionException | |
---|---|
int |
ExpressoTemplateRepository.add(CreationBeans newValue)
Adds a CompletionBean to the underlying data store. |
CreationBeans |
CreationDBObjConverterImpl.convertToBean(WizDefinition source)
Converts a wizard definition to a completion bean. |
WizDefinition |
CreationDBObjConverterImpl.convertToDBObject(CreationBeans sourceBeans)
Converts a Completion Bean to a Wiz Definition bean. |
CreationBeans |
ExpressoTemplateRepository.findById(int wizardId)
|
CreationBeans |
ExpressoTemplateRepository.findById(Object previouslyGeneratedKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |