Uses of Interface
businesslogic.UserFactoryIntf

Packages that use UserFactoryIntf
businesslogic   
 

Uses of UserFactoryIntf in businesslogic
 

Classes in businesslogic that implement UserFactoryIntf
 class _UserFactoryIntfImplBase
           
 class _UserFactoryIntfStub
           
 class _UserFactoryIntfTie
           
 

Fields in businesslogic declared as UserFactoryIntf
 UserFactoryIntf DefectServer.m_UserFactory
           
 UserFactoryIntf UserFactoryIntfHolder.value
           
 

Methods in businesslogic that return UserFactoryIntf
static UserFactoryIntf UserFactoryIntfHelper.read(org.omg.CORBA.portable.InputStream in)
           
static UserFactoryIntf UserFactoryIntfHelper.extract(org.omg.CORBA.Any a)
           
static UserFactoryIntf UserFactoryIntfHelper.narrow(org.omg.CORBA.Object that)
           
 UserFactoryIntf _DefectServerIntfTie.getUserFactory()
           
 UserFactoryIntf DefectServer.getUserFactory()
          accessor method
 UserFactoryIntf _DefectServerIntfStub.getUserFactory()
           
 UserFactoryIntf _DefectServerIntfOperations.getUserFactory()
           
 UserFactoryIntf DefectServerIntf.getUserFactory()
           
 

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

Constructors in businesslogic with parameters of type UserFactoryIntf
DefectServer.DefectServer(DefectFactoryIntf theDefectFactory, DefectPolicyIntf thePolicy, UserFactoryIntf theUserFactory)
           
UserFactoryIntfHolder.UserFactoryIntfHolder(UserFactoryIntf __arg)