Uses of Class
businesslogic.NotFoundException

Packages that use NotFoundException
businesslogic   
 

Uses of NotFoundException in businesslogic
 

Fields in businesslogic declared as NotFoundException
 NotFoundException NotFoundExceptionHolder.value
           
 

Methods in businesslogic that return NotFoundException
static NotFoundException NotFoundExceptionHelper.read(org.omg.CORBA.portable.InputStream in)
           
static NotFoundException NotFoundExceptionHelper.extract(org.omg.CORBA.Any a)
           
 

Methods in businesslogic with parameters of type NotFoundException
static void NotFoundExceptionHelper.write(org.omg.CORBA.portable.OutputStream out, NotFoundException that)
           
static void NotFoundExceptionHelper.insert(org.omg.CORBA.Any a, NotFoundException that)
           
 

Methods in businesslogic that throw NotFoundException
 UserIntf _UserFactoryIntfTie.getUser(java.lang.String requestor, java.lang.String userid)
           
 DefectIntf DefectFactory.getDefect(int defectid)
          Attempt to reconstitute a stored defect.
 UserIntf _UserFactoryIntfOperations.getUser(java.lang.String requestor, java.lang.String userid)
           
 DefectIntf _DefectFactoryIntfOperations.getDefect(int defectid)
           
 UserIntf UserFactoryIntf.getUser(java.lang.String requestor, java.lang.String userid)
           
 DefectIntf DefectFactoryIntf.getDefect(int defectid)
           
 DefectIntf _DefectFactoryIntfStub.getDefect(int defectid)
           
 UserIntf UserFactory.getUser(java.lang.String requestor, java.lang.String userid)
          retrieves user object
 UserIntf _UserFactoryIntfStub.getUser(java.lang.String requestor, java.lang.String userid)
           
 DefectIntf _DefectFactoryIntfTie.getDefect(int defectid)
           
 

Constructors in businesslogic with parameters of type NotFoundException
NotFoundExceptionHolder.NotFoundExceptionHolder(NotFoundException __arg)