Uses of Interface
wt.change2.ChangeIssueIfc

Packages that use ChangeIssueIfc
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 ChangeIssueIfc in wt.change2
 

Classes in wt.change2 that implement ChangeIssueIfc
 class ChangeIssue
          The abstract level representation of a change issue.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 

Methods in wt.change2 that return ChangeIssueIfc
 ChangeIssueIfc StandardChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 ChangeIssueIfc StandardChangeService2.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 ChangeIssueIfc FormalizedByIfc.getChangeIssueIfc()
          Gets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.
 ChangeIssueIfc FormalizedBy.getChangeIssueIfc()
          Gets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.
 ChangeIssueIfc FormalizedBy.getChangeIssue()
          Gets the object for the association that plays role: CHANGE_ISSUE_ROLE.
 ChangeIssueIfc ChangeService2Fwd.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 ChangeIssueIfc ChangeService2Fwd.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 ChangeIssueIfc ChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 ChangeIssueIfc ChangeService2.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 

Methods in wt.change2 with parameters of type ChangeIssueIfc
 ChangeIssueIfc StandardChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 FormalizedByIfc StandardChangeService2.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 ChangeIssueIfc StandardChangeService2.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 FormalizedByIfc StandardChangeService2.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult StandardChangeService2.getChangeRequest(ChangeIssueIfc ci)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 QueryResult StandardChangeService2.getChangeRequest(ChangeIssueIfc ci, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 FormalizedByIfc StandardChangeService2.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 QueryResult StandardChangeService2.getChangeables(ChangeIssueIfc changeIssue)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the ReportedAgainst association.
 QueryResult StandardChangeService2.getChangeables(ChangeIssueIfc changeIssue, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the Reported Against association.
 QueryResult StandardChangeService2.getProblemProducts(ChangeIssueIfc changeIssue, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.
 QueryResult StandardChangeService2.getProblemProducts(ChangeIssueIfc changeIssue)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.
 FormalizedByIfc FormalizedByIfcDelegate.getFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc cIss)
          Not used.
 void FormalizedByIfc.setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
          Sets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.
 void FormalizedBy.setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
          Sets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.
 void FormalizedBy.setChangeIssue(ChangeIssueIfc theChangeIssue)
          Sets the object for the association that plays role: CHANGE_ISSUE_ROLE.
 ChangeIssueIfc ChangeService2Fwd.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 FormalizedByIfc ChangeService2Fwd.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 ChangeIssueIfc ChangeService2Fwd.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 FormalizedByIfc ChangeService2Fwd.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult ChangeService2Fwd.getChangeRequest(ChangeIssueIfc ci)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeRequest(ChangeIssueIfc ci, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 FormalizedByIfc ChangeService2Fwd.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 QueryResult ChangeService2Fwd.getChangeables(ChangeIssueIfc changeIssue)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the ReportedAgainst association.
 QueryResult ChangeService2Fwd.getChangeables(ChangeIssueIfc changeIssue, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the Reported Against association.
 QueryResult ChangeService2Fwd.getProblemProducts(ChangeIssueIfc changeIssue, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.
 QueryResult ChangeService2Fwd.getProblemProducts(ChangeIssueIfc changeIssue)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.
 ChangeIssueIfc ChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
          Deletes the concrete subclass of ChangeIssueIfc from the database.
 FormalizedByIfc ChangeService2.deleteFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the two arguments.
 ChangeIssueIfc ChangeService2.saveChangeIssue(ChangeIssueIfc ci)
          Stores the given concrete subclass of ChangeIssueIfc in the database.
 FormalizedByIfc ChangeService2.saveFormalizedBy(ChangeRequestIfc cr, ChangeIssueIfc ci)
          Stores the given concrete subclass of FormalizedByIfc in the database.
 QueryResult ChangeService2.getChangeRequest(ChangeIssueIfc ci)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 QueryResult ChangeService2.getChangeRequest(ChangeIssueIfc ci, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeIssueIfc object by the FormalizedByIfc assocation.
 FormalizedByIfc ChangeService2.deleteFormalizedBy(Class linkClass, ChangeRequestIfc cr, ChangeIssueIfc ci)
          Delete the FormalizedByIfc relationship implied by the three arguments.
 QueryResult ChangeService2.getChangeables(ChangeIssueIfc changeIssue)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the ReportedAgainst association.
 QueryResult ChangeService2.getChangeables(ChangeIssueIfc changeIssue, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeIssueIfc object by the Reported Against association.
 QueryResult ChangeService2.getProblemProducts(ChangeIssueIfc changeIssue, boolean onlyProducts)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.
 QueryResult ChangeService2.getProblemProducts(ChangeIssueIfc changeIssue)
          Retrieves the WTProductMaster objects related to the given ChangeIssueIfc object by the ProblemProduct association.