Uses of Interface
wt.change2.ResearchedByIfc

Packages that use ResearchedByIfc
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
 

Uses of ResearchedByIfc in wt.change2
 

Classes in wt.change2 that implement ResearchedByIfc
 class ResearchedBy
          A link between a ChangeRequest2 and a ChangeAnalysis representing ownership of the analysis by the request.
 

Methods in wt.change2 that return ResearchedByIfc
 ResearchedByIfc StandardChangeService2.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 ResearchedByIfc ChangeService2Fwd.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 ResearchedByIfc ChangeService2.saveResearchedBy(ChangeRequestIfc cr, ChangeProposalIfc cp)
          Stores the given concrete subclass of ResearchedByIfc in the database.
 

Methods in wt.change2 with parameters of type ResearchedByIfc
protected  void StandardChangeService2.propagateDeleteToChangeAnalysis(ChangeRequestIfc deleteTarget, ResearchedByIfc deleteLink)