Uses of Interface
businessmodel.DefectIntf

Packages that use DefectIntf
businesslogic   
businessmodel   
ui   
 

Uses of DefectIntf in businesslogic
 

Methods in businesslogic that return DefectIntf
 DefectIntf DefectFactory.NewDefect(java.lang.String userid)
          This method provides a means of creating new defects.
 DefectIntf DefectFactory.getDefect(int defectid)
          Attempt to reconstitute a stored defect.
 DefectIntf _DefectFactoryIntfOperations.NewDefect(java.lang.String userid)
           
 DefectIntf _DefectFactoryIntfOperations.getDefect(int defectid)
           
 DefectIntf _DefectPolicyIntfTie.createNewDefect(java.lang.String userid)
           
 DefectIntf _DefectPolicyIntfOperations.createNewDefect(java.lang.String userid)
           
 DefectIntf _DefectPolicyIntfStub.createNewDefect(java.lang.String userid)
           
 DefectIntf DefectFactoryIntf.NewDefect(java.lang.String userid)
           
 DefectIntf DefectFactoryIntf.getDefect(int defectid)
           
 DefectIntf _DefectFactoryIntfStub.NewDefect(java.lang.String userid)
           
 DefectIntf _DefectFactoryIntfStub.getDefect(int defectid)
           
 DefectIntf _DefectFactoryIntfTie.NewDefect(java.lang.String userid)
           
 DefectIntf _DefectFactoryIntfTie.getDefect(int defectid)
           
 DefectIntf DefectPolicy.createNewDefect(java.lang.String uid)
          creates a new defect object.
 DefectIntf DefectPolicyIntf.createNewDefect(java.lang.String userid)
           
 

Uses of DefectIntf in businessmodel
 

Classes in businessmodel that implement DefectIntf
 class _DefectIntfImplBase
           
 class _DefectIntfStub
           
 class _DefectIntfTie
           
 

Fields in businessmodel declared as DefectIntf
 DefectIntf[] DefectSeqHolder.value
           
 DefectIntf DefectIntfHolder.value
           
 

Methods in businessmodel that return DefectIntf
static DefectIntf[] DefectSeqHelper.read(org.omg.CORBA.portable.InputStream in)
           
static DefectIntf[] DefectSeqHelper.extract(org.omg.CORBA.Any a)
           
static DefectIntf DefectIntfHelper.read(org.omg.CORBA.portable.InputStream in)
           
static DefectIntf DefectIntfHelper.extract(org.omg.CORBA.Any a)
           
static DefectIntf DefectIntfHelper.narrow(org.omg.CORBA.Object that)
           
 

Methods in businessmodel with parameters of type DefectIntf
static void DefectSeqHelper.write(org.omg.CORBA.portable.OutputStream out, DefectIntf[] that)
           
static void DefectSeqHelper.insert(org.omg.CORBA.Any a, DefectIntf[] that)
           
static void DefectIntfHelper.write(org.omg.CORBA.portable.OutputStream out, DefectIntf that)
           
static void DefectIntfHelper.insert(org.omg.CORBA.Any a, DefectIntf that)
           
 

Constructors in businessmodel with parameters of type DefectIntf
DefectSeqHolder.DefectSeqHolder(DefectIntf[] __arg)
           
DefectIntfHolder.DefectIntfHolder(DefectIntf __arg)
           
 

Uses of DefectIntf in ui
 

Methods in ui that return DefectIntf
 DefectIntf UIDefectModel.getActiveDefect()
          Accessor method
 

Methods in ui with parameters of type DefectIntf
 void NotificationForm.ModelUpdated(DefectIntf defect)
          The listener is called via this method when the underlying model has been changed.
 void NotificationForm.UpdateModel(DefectIntf defect)
          The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
 boolean NotificationForm.isDirty(DefectIntf defect)
          the listener is called via this method when the model needs to determine if the listener needs to update the model.
 void DefectModelListener.ModelUpdated(DefectIntf defect)
          The listener is called via this method when the underlying model has been changed.
 void DefectModelListener.UpdateModel(DefectIntf defect)
          The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
 boolean DefectModelListener.isDirty(DefectIntf defect)
          the listener is called via this method when the model needs to determine if the listener needs to update the model.
 void ResolutionForm.ModelUpdated(DefectIntf defect)
          The listener is called via this method when the underlying model has been changed.
 void ResolutionForm.UpdateModel(DefectIntf defect)
          The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
 boolean ResolutionForm.isDirty(DefectIntf defect)
          the listener is called via this method when the model needs to determine if the listener needs to update the model.
 void UIDefectModel.setActiveDefect(DefectIntf defect)
          Establishes the specified defect as the new basis for the model
 void SummaryForm.ModelUpdated(DefectIntf defect)
          The listener is called via this method when the underlying model has been changed.
 void SummaryForm.UpdateModel(DefectIntf defect)
          The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
 boolean SummaryForm.isDirty(DefectIntf defect)
          the listener is called via this method when the model needs to determine if the listener needs to update the model.
 void DetailForm.ModelUpdated(DefectIntf defect)
          The listener is called via this method when the underlying model has been changed.
 void DetailForm.UpdateModel(DefectIntf defect)
          The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
 boolean DetailForm.isDirty(DefectIntf defect)
          the listener is called via this method when the model needs to determine if the listener needs to update the model.
 

Constructors in ui with parameters of type DefectIntf
UIDefectModel.UIDefectModel(DefectIntf defect)
          Creates the model and uses the specified defect as the basis of the model