Uses of Interface
wt.change2.ChangeOrderIfc

Packages that use ChangeOrderIfc
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. 
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
 

Uses of ChangeOrderIfc in wt.change2
 

Classes in wt.change2 that implement ChangeOrderIfc
 class ChangeOrder2
          The abstract level representation of a change order.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 

Methods in wt.change2 that return ChangeOrderIfc
 ChangeOrderIfc StandardChangeService2.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 ChangeOrderIfc StandardChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc IncludedInIfc.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc IncludedIn2.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc IncludedIn2.getChangeOrder2()
          Gets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 ChangeOrderIfc ChangeService2Fwd.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 ChangeOrderIfc ChangeService2Fwd.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc ChangeService2.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 ChangeOrderIfc ChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 ChangeOrderIfc AddressedByIfc.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc AddressedBy2.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc AddressedBy2.getChangeOrder2()
          Gets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 ChangeOrderIfc AcceptedStrategyIfc.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc AcceptedStrategy.getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeOrderIfc AcceptedStrategy.getChangeOrder2()
          Gets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 

Methods in wt.change2 with parameters of type ChangeOrderIfc
 ChangeOrderIfc StandardChangeService2.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 QueryResult StandardChangeService2.getChangeablesAfter(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc association with its ChangeActivityIfc and then by their ChangeRecord2 assocations.
 QueryResult StandardChangeService2.getChangeablesAfter(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc associations with its ChangeActivityIfc object and then by their ChangeRecord2 assocations.
 QueryResult StandardChangeService2.getChangeablesBefore(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association with each of its ChangeActivityIfc objects and then by their AffectedActivityData assocation.
 QueryResult StandardChangeService2.getChangeablesBefore(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association of each of its ChangeActivityIfc object and then by their AffectedActivityData assocations.
 QueryResult StandardChangeService2.getChangeActivities(ChangeOrderIfc co)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 QueryResult StandardChangeService2.getChangeActivities(ChangeOrderIfc co, boolean onlyChangeActivities)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 ChangeActivityIfc StandardChangeService2.saveChangeActivity(ChangeOrderIfc co, ChangeActivityIfc ca)
          Stores the given concrete subclass of ChangeActivityIfc in the database and associates it to the given ChangeOrderIfc; the ChangeOrderIfc must be persistent already.
 ChangeOrderIfc StandardChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 QueryResult StandardChangeService2.getChangeRequest(ChangeOrderIfc co)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 QueryResult StandardChangeService2.getChangeRequest(ChangeOrderIfc co, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 AddressedByIfc StandardChangeService2.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 AddressedByIfc StandardChangeService2.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
protected  void StandardChangeService2.propagateDeleteToChangeActivity(ChangeOrderIfc deleteTarget, IncludedInIfc deleteLink)
           
private  void StandardChangeService2.propagateFolderChange(ChangeOrderIfc order)
           
 void IncludedInIfc.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void IncludedIn2.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void IncludedIn2.setChangeOrder2(ChangeOrderIfc theChangeOrder2)
          Sets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 ChangeOrderIfc ChangeService2Fwd.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 QueryResult ChangeService2Fwd.getChangeablesAfter(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc association with its ChangeActivityIfc and then by their ChangeRecord2 assocations.
 QueryResult ChangeService2Fwd.getChangeablesAfter(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc associations with its ChangeActivityIfc object and then by their ChangeRecord2 assocations.
 QueryResult ChangeService2Fwd.getChangeablesBefore(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association with each of its ChangeActivityIfc objects and then by their AffectedActivityData assocation.
 QueryResult ChangeService2Fwd.getChangeablesBefore(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association of each of its ChangeActivityIfc object and then by their AffectedActivityData assocations.
 QueryResult ChangeService2Fwd.getChangeActivities(ChangeOrderIfc co)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 QueryResult ChangeService2Fwd.getChangeActivities(ChangeOrderIfc co, boolean onlyChangeActivities)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 ChangeActivityIfc ChangeService2Fwd.saveChangeActivity(ChangeOrderIfc co, ChangeActivityIfc ca)
          Stores the given concrete subclass of ChangeActivityIfc in the database and associates it to the given ChangeOrderIfc; the ChangeOrderIfc must be persistent already.
 ChangeOrderIfc ChangeService2Fwd.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 QueryResult ChangeService2Fwd.getChangeRequest(ChangeOrderIfc co)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2Fwd.getChangeRequest(ChangeOrderIfc co, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 AddressedByIfc ChangeService2Fwd.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 AddressedByIfc ChangeService2Fwd.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
 ChangeOrderIfc ChangeService2.deleteChangeOrder(ChangeOrderIfc co)
          Deletes the concrete subclass of ChangeOrderIfc from the database.
 QueryResult ChangeService2.getChangeablesAfter(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc association with its ChangeActivityIfc and then by their ChangeRecord2 assocations.
 QueryResult ChangeService2.getChangeablesAfter(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through its IncludedInIfc associations with its ChangeActivityIfc object and then by their ChangeRecord2 assocations.
 QueryResult ChangeService2.getChangeablesBefore(ChangeOrderIfc co)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association with each of its ChangeActivityIfc objects and then by their AffectedActivityData assocation.
 QueryResult ChangeService2.getChangeablesBefore(ChangeOrderIfc co, boolean onlyChangeables)
          Retrieves the Changeable2 objects related to the given ChangeOrderIfc object through the IncludedInIfc association of each of its ChangeActivityIfc object and then by their AffectedActivityData assocations.
 QueryResult ChangeService2.getChangeActivities(ChangeOrderIfc co)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 QueryResult ChangeService2.getChangeActivities(ChangeOrderIfc co, boolean onlyChangeActivities)
          Retrieves the ChangeActivityIfc objects related to the given ChangeOrderIfc object by the IncludedInIfc assocation.
 ChangeActivityIfc ChangeService2.saveChangeActivity(ChangeOrderIfc co, ChangeActivityIfc ca)
          Stores the given concrete subclass of ChangeActivityIfc in the database and associates it to the given ChangeOrderIfc; the ChangeOrderIfc must be persistent already.
 ChangeOrderIfc ChangeService2.saveChangeOrder(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of ChangeOrderIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already.
 QueryResult ChangeService2.getChangeRequest(ChangeOrderIfc co)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 QueryResult ChangeService2.getChangeRequest(ChangeOrderIfc co, boolean onlyChangeRequest)
          Retrieves the ChangeRequestIfc object related to the given ChangeOrderIfc object by the AddressedByIfc assocation.
 AddressedByIfc ChangeService2.deleteAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Delete the AddressedByIfc relationship implied by the two arguments.
 AddressedByIfc ChangeService2.saveAddressedBy(ChangeRequestIfc cr, ChangeOrderIfc co)
          Stores the given concrete subclass of AddressedByIfc in the database.
 void AddressedByIfc.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void AddressedBy2.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void AddressedBy2.setChangeOrder2(ChangeOrderIfc theChangeOrder2)
          Sets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 void AcceptedStrategyIfc.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void AcceptedStrategy.setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void AcceptedStrategy.setChangeOrder2(ChangeOrderIfc theChangeOrder2)
          Sets the object for the association that plays role: CHANGE_ORDER2_ROLE.
 

Uses of ChangeOrderIfc in wt.eff
 

Methods in wt.eff that return ChangeOrderIfc
 ChangeOrderIfc ChangeOrderEffDisplayProcessor.getContextChangeOrder()
           
 ChangeOrderIfc ChangeOrderAddEffTaskDelegate.getContextChangeOrderIfc()
          Returns the context ChangeOrderIfc for which effectivity is being added.
 ChangeOrderIfc ChangeOrderEffDisplayProcessor.getContextChangeOrder()
           
 ChangeOrderIfc ChangeOrderAddEffTaskDelegate.getContextChangeOrderIfc()
          Returns the context ChangeOrderIfc for which effectivity is being added.
 

Methods in wt.eff with parameters of type ChangeOrderIfc
static void ChangeOrderAddEffTaskDelegate.appendEffGroups(EffGroup[] eff_groups, ChangeOrderIfc change_order)
          Adds the effectivity associated with the given EffGroup to all of the EffManagedVersions which are effected by the given Change Order.
static void ChangeOrderAddEffTaskDelegate.appendEffGroups(EffGroup[] eff_groups, ChangeOrderIfc change_order)
          Adds the effectivity associated with the given EffGroup to all of the EffManagedVersions which are effected by the given Change Order.