businesslogic
Interface DefectFactoryIntf

All Known Implementing Classes:
_DefectFactoryIntfImplBase, _DefectFactoryIntfStub

public abstract interface DefectFactoryIntf
extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 DefectIntf getDefect(int defectid)
           
 DefectIntf NewDefect(java.lang.String userid)
           
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Method Detail

NewDefect

public DefectIntf NewDefect(java.lang.String userid)

getDefect

public DefectIntf getDefect(int defectid)
                     throws NotFoundException