Uses of Class
com.sri.common.dbobj.ObjectNotFoundException

Packages that use ObjectNotFoundException
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 ObjectNotFoundException in com.sri.emo.wizard
 

Methods in com.sri.emo.wizard that throw ObjectNotFoundException
 WizDefinition WizDefinitionRepository.findById(int key)
          Find a wizard definition by id.
 

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

Methods in com.sri.emo.wizard.completion that throw ObjectNotFoundException
 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 ObjectNotFoundException in com.sri.emo.wizard.completion.persistence
 

Methods in com.sri.emo.wizard.completion.persistence that throw ObjectNotFoundException
 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 ObjectNotFoundException in com.sri.emo.wizard.creation
 

Methods in com.sri.emo.wizard.creation that throw ObjectNotFoundException
 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 ObjectNotFoundException in com.sri.emo.wizard.creation.persistence
 

Methods in com.sri.emo.wizard.creation.persistence that throw ObjectNotFoundException
 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 ObjectNotFoundException in com.sri.emo.wizard.expressoimpl
 

Methods in com.sri.emo.wizard.expressoimpl that throw ObjectNotFoundException
 WizDefinition SelectionWizDefinitionRepository.findById(int key)
          Find a wizard definition by id.
 



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