Uses of Class
businesslogic.AlreadyExistsException

Packages that use AlreadyExistsException
businesslogic   
 

Uses of AlreadyExistsException in businesslogic
 

Fields in businesslogic declared as AlreadyExistsException
 AlreadyExistsException AlreadyExistsExceptionHolder.value
           
 

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

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

Methods in businesslogic that throw AlreadyExistsException
 UserIntf _UserFactoryIntfTie.NewUser(java.lang.String requestor, java.lang.String userid)
           
 UserIntf _UserFactoryIntfOperations.NewUser(java.lang.String requestor, java.lang.String userid)
           
 UserIntf UserFactoryIntf.NewUser(java.lang.String requestor, java.lang.String userid)
           
 UserIntf UserFactory.NewUser(java.lang.String requestor, java.lang.String userid)
          creates user object
 UserIntf _UserFactoryIntfStub.NewUser(java.lang.String requestor, java.lang.String userid)
           
 UserIntf DefectPolicy.createNewUser(java.lang.String requestor, java.lang.String userid)
          Provides a factory method for creating new User objects.
 

Constructors in businesslogic with parameters of type AlreadyExistsException
AlreadyExistsExceptionHolder.AlreadyExistsExceptionHolder(AlreadyExistsException __arg)