|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeException2 | |
com.ptc.windchill.esi.ecn | |
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.change2.htmlclient | Defines an interface for the change objects from wt.change2 . |
wt.change2.process |
Uses of ChangeException2 in com.ptc.windchill.esi.ecn |
Methods in com.ptc.windchill.esi.ecn that throw ChangeException2 | |
protected void |
ESIStandardECNFactory.associateChangeableToChangeActivity(ChangeActivity2 changeActivity,
Changeable2 item)
Persist the association between given change activity and given changeable. |
Uses of ChangeException2 in wt.change2 |
Methods in wt.change2 that throw ChangeException2 | |
CabinetMember |
SynchronizedDomainChooseFolderDelegate.assignLocation(CabinetMember target,
CabinetMember source)
Assign the target CabinetMember object to the same Cabinet as the source CabinetMember object; force the domain of the target to match that of the source; set inheritedDomain=false for the target. |
Foldered |
SynchronizedDomainChooseFolderDelegate.assignLocation(Foldered target,
Foldered source)
Assign the target Foldered object to the same Folder as the source Foldered object. |
CabinetMember |
SynchronizedDomainChooseFolderDelegate.assignLocation(CabinetMember target,
Foldered source)
Assign the target CabinetMember object to the same Cabinet as the source Foldered object; force the domain of the target to match that of the source; set inheritedDomain=false for the target. |
CabinetMember |
SynchronizedDomainChooseFolderDelegate.assignLocation(Foldered target,
CabinetMember source)
Assign the target Foldered object to a Folder using the source CabinetMember object. |
Foldered |
SynchronizedDomainChooseFolderDelegate.assignLocation(Foldered target)
Assign the target Foldered object to a Folder using the property file resource entry: |
CabinetMember |
SynchronizedDomainChooseFolderDelegate.changeFolder(CabinetMember target,
CabinetMember source)
Change the target CabinetMember object to the same Cabinet as the source CabinetMember object, and explicitly change the domain, if needed. |
Foldered |
SynchronizedDomainChooseFolderDelegate.changeFolder(Foldered target,
Foldered source)
Change the target Foldered object to the same Folder as the source Foldered object. |
CabinetMember |
SynchronizedDomainChooseFolderDelegate.changeFolder(CabinetMember target,
Foldered source)
Change the target CabinetMember object to the same Cabinet as the source Foldered object; force the domain of the target to match that of the source. |
Foldered |
SynchronizedDomainChooseFolderDelegate.changeFolder(Foldered target,
CabinetMember source)
Change the target Foldered object to a Folder using the source CabinetMember object. |
Vector |
SubjectProductDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of SubjectProduct links based on the Class (of the binary link). |
AffectedActivityData |
StandardChangeService2.deleteAffectedActivityData(AffectedActivityData aad)
Delete the AffectedActivityData relationship only. |
AnalysisActivityIfc |
StandardChangeService2.deleteAnalysisActivity(AnalysisActivityIfc aa)
Deletes the concrete subclass of AnalysisActivityIfc from the database. |
ChangeActivityIfc |
StandardChangeService2.deleteChangeActivity(ChangeActivityIfc ca)
Deletes the concrete subclass of ChangeActivityIfc from the database. |
ChangeInvestigationIfc |
StandardChangeService2.deleteChangeInvestigation(ChangeInvestigationIfc ci)
Deletes the concrete subclass of ChangeInvestigationIfc from the database. |
ChangeIssueIfc |
StandardChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
Deletes the concrete subclass of ChangeIssueIfc from the database. |
ChangeOrderIfc |
StandardChangeService2.deleteChangeOrder(ChangeOrderIfc co)
Deletes the concrete subclass of ChangeOrderIfc from the database. |
ChangeProposalIfc |
StandardChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
ChangeRecord2 |
StandardChangeService2.deleteChangeRecord(ChangeRecord2 cr)
Delete the ChangeRecord2 relationship only. |
ChangeRequestIfc |
StandardChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
Deletes the concrete subclass of ChangeRequestIfc from the database. |
FormalizedByIfc |
StandardChangeService2.deleteFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Delete the FormalizedByIfc relationship implied by the two arguments. |
RelevantAnalysisData |
StandardChangeService2.deleteRelevantAnalysisData(RelevantAnalysisData rad)
Delete the RelevantAnalysisData relationship only. |
QueryResult |
StandardChangeService2.getAffectingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
StandardChangeService2.getAffectingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
StandardChangeService2.getAnalysisActivities(Changeable2 changeable,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
StandardChangeService2.getAnalysisActivities(Changeable2 changeable)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
StandardChangeService2.getAnalysisActivities(ChangeAnalysisIfc ca)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
StandardChangeService2.getAnalysisActivities(ChangeAnalysisIfc ca,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeables(AnalysisActivityIfc aa)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the ResearchedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeables(AnalysisActivityIfc aa,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the RelevantAnalysisData assocation. |
QueryResult |
StandardChangeService2.getChangeables(ChangeRequestIfc cr)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
StandardChangeService2.getChangeables(ChangeRequestIfc cr,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
StandardChangeService2.getChangeablesAfter(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
QueryResult |
StandardChangeService2.getChangeablesAfter(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
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(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
QueryResult |
StandardChangeService2.getChangeablesBefore(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
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. |
QueryResult |
StandardChangeService2.getChangeInvestigations(ChangeRequestIfc cr)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeInvestigations(ChangeRequestIfc cr,
boolean onlyChangeInvestigations)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeIssues(ChangeRequestIfc cr)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeIssues(ChangeRequestIfc cr,
boolean onlyChangeIssues)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeOrders(ChangeRequestIfc cr)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeOrders(ChangeRequestIfc cr,
boolean onlyChangeOrders)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeProposals(ChangeRequestIfc cr)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeProposals(ChangeRequestIfc cr,
boolean onlyChangeProposals)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
ChangeRequest2 |
StandardChangeService2.getFormalizingChangeRequest(ChangeIssue ci)
Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object. |
QueryResult |
StandardChangeService2.getImplementedChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
StandardChangeService2.getImplementedChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
AnalysisActivityIfc |
StandardChangeService2.saveAnalysisActivity(ChangeAnalysisIfc ca,
AnalysisActivityIfc aa)
Stores the given concrete subclass of AnalysisActivityIfc in the database and associates it to the given ChangeAnalysisIfc; the ChangeAnalysisIfc must be persistent already. |
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. |
ChangeInvestigationIfc |
StandardChangeService2.saveChangeInvestigation(ChangeRequestIfc cr,
ChangeInvestigationIfc ci)
Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeIssueIfc |
StandardChangeService2.saveChangeIssue(ChangeIssueIfc ci)
Stores the given concrete subclass of ChangeIssueIfc in 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. |
ChangeProposalIfc |
StandardChangeService2.saveChangeProposal(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeRequestIfc |
StandardChangeService2.saveChangeRequest(ChangeRequestIfc cr)
Stores the given concrete subclass of ChangeRequestIfc in the database. |
FormalizedByIfc |
StandardChangeService2.saveFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Stores the given concrete subclass of FormalizedByIfc in the database. |
Vector |
StandardChangeService2.saveRelevantAnalysisData(Vector radVector)
Stores all the RelevantAnalysisData objects in the input vector and returns a vector of the persisted (or updated) RelevantAnalysisData objects. |
Vector |
StandardChangeService2.saveAffectedActivityData(Vector aadVector)
Stores all the AffectedActivityData objects in the input vector and returns a vector of the persisted (or updated) AffectedActivityData objects. |
Vector |
StandardChangeService2.saveChangeRecord(Vector crVector)
Stores all the ChangeRecord2 objects in the input vector and returns a vector of the persisted (or updated) ChangeRecord2 objects. |
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. |
QueryResult |
StandardChangeService2.getChangeRequest(ChangeAnalysisIfc ca)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeRequest(ChangeAnalysisIfc ca,
boolean onlyChangeRequest)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
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. |
QueryResult |
StandardChangeService2.getChangeAnalysis(AnalysisActivityIfc aa)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeAnalysis(AnalysisActivityIfc aa,
boolean onlyChangeAnalysis)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
StandardChangeService2.getChangeOrder(ChangeActivityIfc ca)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
StandardChangeService2.getChangeOrder(ChangeActivityIfc ca,
boolean onlyChangeActivity)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
StandardChangeService2.getChangingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
StandardChangeService2.getChangingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
ChangeItem |
StandardChangeService2.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
Vector |
StandardChangeService2.storeAssociations(Class theClass,
ChangeItemIfc ci,
Vector changeables)
Stores all the associations between the ChangeItemIfc object and the Changeable2 objects in the input vector and returns a vector of the persisted association objects. |
ChangeItem |
StandardChangeService2.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
ChangeRequestIfc |
StandardChangeService2.findChangeRequest(Object theObject)
Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in. |
QueryResult |
StandardChangeService2.getRelevantChangeRequests(Changeable2 changeable,
boolean onlyChangeRequests)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
QueryResult |
StandardChangeService2.getRelevantChangeRequests(Changeable2 changeable)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
void |
StandardChangeService2.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
QueryResult |
StandardChangeService2.getSubjectProducts(ChangeRequestIfc cr,
boolean onlyProducts)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
QueryResult |
StandardChangeService2.getSubjectProducts(ChangeRequestIfc cr)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
void |
StandardChangeService2.unattachProduct(WTProductMaster refObject,
ChangeItemIfc changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
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. |
AddressedByIfc |
StandardChangeService2.deleteAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Delete the AddressedByIfc relationship implied by the two arguments. |
QueryResult |
StandardChangeService2.getReportedAgainstChangeIssue(Changeable2 changeable)
Returns a QueryResult of ChangeIssues objects related to the given Changeable2 object by the ReportedAgainst assocation. |
QueryResult |
StandardChangeService2.getUniqueImplementedChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
QueryResult |
StandardChangeService2.getUniqueAffectingChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
ResearchedByIfc |
StandardChangeService2.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
AddressedByIfc |
StandardChangeService2.saveAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Stores the given concrete subclass of AddressedByIfc in the database. |
protected void |
StandardChangeService2.chooseLifeCycle(ChangeItemIfc ci)
|
protected ChangeItemIfc |
StandardChangeService2.assignLocation(ChangeItemIfc target,
ChangeItemIfc source)
Assign a folder or cabinet location through a delegate, based on the folder or cabinet of another change object. |
protected void |
StandardChangeService2.assignLocation(ChangeItemIfc target)
Assign a folder or cabinet location through a delegate. |
protected ChangeItemIfc |
StandardChangeService2.changeFolder(ChangeItemIfc target,
ChangeItemIfc source)
|
protected void |
StandardChangeService2.checkDeleteOfChangeableCollection(WTArrayList target_list)
|
protected void |
StandardChangeService2.checkDeleteOfChangeable(Changeable2 deleteTarget)
On a PersistenceManager PRE-DELETE event, prevent deleting a Changeable object that is attached to a change object. |
private void |
StandardChangeService2.propagateFolderChange(ChangeRequestIfc request)
|
private void |
StandardChangeService2.propagateFolderChange(ChangeOrderIfc order)
|
private void |
StandardChangeService2.propagateFolderChange(ChangeAnalysisIfc order)
|
protected void |
StandardChangeService2.checkLocation(FolderEntry target)
|
private void |
StandardChangeService2.emitCAStateChangedEvent(ChangeActivity2 ca)
|
private void |
StandardChangeService2.handleLifeCycleException(ChooseLifeCycleDelegate delegate,
LifeCycleManaged lcm)
Throw an appropriate exception in response to a problem setting a life cycle on a new change object |
BinaryLink |
ResearchedByDelegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
Vector |
ReportedAgainstDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of ProblemProduct links based on the Class (of the binary link). |
Vector |
RelevantRequestData2Delegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of RelevantRequestData2 links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects. |
Vector |
RelevantAnalysisDataDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of RelevantAnalysisData links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects. |
Vector |
ProblemProductDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of ProblemProduct links based on the Class (of the binary link). |
BinaryLink |
IncludedIn2Delegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
FormalizedByIfc |
FormalizedByIfcDelegate.getFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc cIss)
Not used. |
BinaryLink |
FormalizedByDelegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
ChangeRequestIfc |
FindChangeRequestForWorkflowDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestForChangeOrderDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestForChangeIssueDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestForChangeAnalysisDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestForChangeActivityDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestForAnalysisActivityDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
ChangeRequestIfc |
FindChangeRequestDelegate.findChangeRequest(Object ci)
Finds the ChangeRequestIfc for an item of type Object. |
BinaryLink |
DetailedByDelegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
CabinetMember |
DefaultChooseFolderDelegate.assignLocation(CabinetMember target,
CabinetMember source)
Assign the target CabinetMember object to the same Folder or Cabinet as the source CabinetMember object, as appropriate. |
Foldered |
DefaultChooseFolderDelegate.assignLocation(Foldered target,
Foldered source)
Assign the target Foldered object to a Folder using the source Foldered object. |
CabinetMember |
DefaultChooseFolderDelegate.assignLocation(CabinetMember target,
Foldered source)
Assign the target CabinetMember object to a Cabinet using the source Foldered object. |
CabinetMember |
DefaultChooseFolderDelegate.assignLocation(Foldered target,
CabinetMember source)
Assign the target Foldered object to a Folder using the source CabinetMember object. |
Foldered |
DefaultChooseFolderDelegate.assignLocation(Foldered target)
Assign the target Foldered object to a Folder using the property file resource entry: |
CabinetMember |
DefaultChooseFolderDelegate.changeFolder(CabinetMember target,
CabinetMember source)
Change the target CabinetMember object to the same Folder or Cabinet as the source CabinetMember object, as appropriate. |
Foldered |
DefaultChooseFolderDelegate.changeFolder(Foldered target,
Foldered source)
Change the target Foldered object to a Folder using the source Foldered object. |
CabinetMember |
DefaultChooseFolderDelegate.changeFolder(CabinetMember target,
Foldered source)
Change the target CabinetMember object to a Cabinet using the source Foldered object. |
Foldered |
DefaultChooseFolderDelegate.changeFolder(Foldered target,
CabinetMember source)
Change the target Foldered object to a Folder using the source CabinetMember object. |
Vector |
ConcreteChangeableAssociationDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of binary links based on the ChangeItemIfc and Vector of Changeable2 objects. |
BinaryLink |
ConcreteAssociationDelegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
CabinetMember |
ChooseFolderDelegate.assignLocation(CabinetMember target,
CabinetMember source)
Assign the target CabinetMember object to a Cabinet using the source CabinetMember object. |
Foldered |
ChooseFolderDelegate.assignLocation(Foldered target,
Foldered source)
Assign the target Foldered object to a Folder using the source Foldered object. |
CabinetMember |
ChooseFolderDelegate.assignLocation(CabinetMember target,
Foldered source)
Assign the target CabinetMember object to a Cabinet using the source Foldered object. |
CabinetMember |
ChooseFolderDelegate.assignLocation(Foldered target,
CabinetMember source)
Assign the target Foldered object to a Folder using the source CabinetMember object. |
Foldered |
ChooseFolderDelegate.assignLocation(Foldered target)
Assign the target Foldered object to a Folder using the property file resource entry: |
CabinetMember |
ChooseFolderDelegate.changeFolder(CabinetMember target,
CabinetMember source)
Change the target CabinetMember object Cabinet using the source CabinetMember object. |
Foldered |
ChooseFolderDelegate.changeFolder(Foldered target,
Foldered source)
Change the target Foldered object Folder using the source Foldered object. |
CabinetMember |
ChooseFolderDelegate.changeFolder(CabinetMember target,
Foldered source)
Change the target CabinetMember object Cabinet using the source Foldered object. |
Foldered |
ChooseFolderDelegate.changeFolder(Foldered target,
CabinetMember source)
Change the target Foldered object Folder using the source CabinetMember object. |
AffectedActivityData |
ChangeService2Fwd.deleteAffectedActivityData(AffectedActivityData aad)
Delete the AffectedActivityData relationship only. |
AnalysisActivityIfc |
ChangeService2Fwd.deleteAnalysisActivity(AnalysisActivityIfc aa)
Deletes the concrete subclass of AnalysisActivityIfc from the database. |
ChangeActivityIfc |
ChangeService2Fwd.deleteChangeActivity(ChangeActivityIfc ca)
Deletes the concrete subclass of ChangeActivityIfc from the database. |
ChangeInvestigationIfc |
ChangeService2Fwd.deleteChangeInvestigation(ChangeInvestigationIfc ci)
Deletes the concrete subclass of ChangeInvestigationIfc from the database. |
ChangeIssueIfc |
ChangeService2Fwd.deleteChangeIssue(ChangeIssueIfc ci)
Deletes the concrete subclass of ChangeIssueIfc from the database. |
ChangeOrderIfc |
ChangeService2Fwd.deleteChangeOrder(ChangeOrderIfc co)
Deletes the concrete subclass of ChangeOrderIfc from the database. |
ChangeProposalIfc |
ChangeService2Fwd.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
ChangeRecord2 |
ChangeService2Fwd.deleteChangeRecord(ChangeRecord2 cr)
Delete the ChangeRecord2 relationship only. |
ChangeRequestIfc |
ChangeService2Fwd.deleteChangeRequest(ChangeRequestIfc cr)
Deletes the concrete subclass of ChangeRequestIfc from the database. |
FormalizedByIfc |
ChangeService2Fwd.deleteFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Delete the FormalizedByIfc relationship implied by the two arguments. |
RelevantAnalysisData |
ChangeService2Fwd.deleteRelevantAnalysisData(RelevantAnalysisData rad)
Delete the RelevantAnalysisData relationship only. |
QueryResult |
ChangeService2Fwd.getAffectingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2Fwd.getAffectingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2Fwd.getAnalysisActivities(Changeable2 changeable,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2Fwd.getAnalysisActivities(Changeable2 changeable)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2Fwd.getAnalysisActivities(ChangeAnalysisIfc ca)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getAnalysisActivities(ChangeAnalysisIfc ca,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeables(AnalysisActivityIfc aa)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeables(AnalysisActivityIfc aa,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2Fwd.getChangeables(ChangeRequestIfc cr)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeables(ChangeRequestIfc cr,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeablesAfter(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2Fwd.getChangeablesAfter(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
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(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2Fwd.getChangeablesBefore(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
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. |
QueryResult |
ChangeService2Fwd.getChangeInvestigations(ChangeRequestIfc cr)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeInvestigations(ChangeRequestIfc cr,
boolean onlyChangeInvestigations)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeIssues(ChangeRequestIfc cr)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeIssues(ChangeRequestIfc cr,
boolean onlyChangeIssues)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeOrders(ChangeRequestIfc cr)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeOrders(ChangeRequestIfc cr,
boolean onlyChangeOrders)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeProposals(ChangeRequestIfc cr)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeProposals(ChangeRequestIfc cr,
boolean onlyChangeProposals)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
ChangeRequest2 |
ChangeService2Fwd.getFormalizingChangeRequest(ChangeIssue ci)
Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object. |
QueryResult |
ChangeService2Fwd.getImplementedChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2Fwd.getImplementedChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
AnalysisActivityIfc |
ChangeService2Fwd.saveAnalysisActivity(ChangeAnalysisIfc ca,
AnalysisActivityIfc aa)
Stores the given concrete subclass of AnalysisActivityIfc in the database and associates it to the given ChangeAnalysisIfc; the ChangeAnalysisIfc must be persistent already. |
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. |
ChangeInvestigationIfc |
ChangeService2Fwd.saveChangeInvestigation(ChangeRequestIfc cr,
ChangeInvestigationIfc ci)
Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeIssueIfc |
ChangeService2Fwd.saveChangeIssue(ChangeIssueIfc ci)
Stores the given concrete subclass of ChangeIssueIfc in 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. |
ChangeProposalIfc |
ChangeService2Fwd.saveChangeProposal(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeRequestIfc |
ChangeService2Fwd.saveChangeRequest(ChangeRequestIfc cr)
Stores the given concrete subclass of ChangeRequestIfc in the database. |
FormalizedByIfc |
ChangeService2Fwd.saveFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Stores the given concrete subclass of FormalizedByIfc in the database. |
Vector |
ChangeService2Fwd.saveRelevantAnalysisData(Vector radVector)
Stores all the RelevantAnalysisData objects in the input vector and returns a vector of the persisted (or updated) RelevantAnalysisData objects. |
Vector |
ChangeService2Fwd.saveAffectedActivityData(Vector aadVector)
Stores all the AffectedActivityData objects in the input vector and returns a vector of the persisted (or updated) AffectedActivityData objects. |
Vector |
ChangeService2Fwd.saveChangeRecord(Vector crVector)
Stores all the ChangeRecord2 objects in the input vector and returns a vector of the persisted (or updated) ChangeRecord2 objects. |
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. |
QueryResult |
ChangeService2Fwd.getChangeRequest(ChangeAnalysisIfc ca)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeRequest(ChangeAnalysisIfc ca,
boolean onlyChangeRequest)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
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. |
QueryResult |
ChangeService2Fwd.getChangeAnalysis(AnalysisActivityIfc aa)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeAnalysis(AnalysisActivityIfc aa,
boolean onlyChangeAnalysis)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeOrder(ChangeActivityIfc ca)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangeOrder(ChangeActivityIfc ca,
boolean onlyChangeActivity)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
ChangeService2Fwd.getChangingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2Fwd.getChangingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
ChangeItem |
ChangeService2Fwd.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
Vector |
ChangeService2Fwd.storeAssociations(Class theClass,
ChangeItemIfc ci,
Vector changeables)
Stores all the associations between the ChangeItemIfc object and the Changeable2 objects in the input vector and returns a vector of the persisted association objects. |
ChangeItem |
ChangeService2Fwd.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
ChangeRequestIfc |
ChangeService2Fwd.findChangeRequest(Object theObject)
Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in. |
QueryResult |
ChangeService2Fwd.getRelevantChangeRequests(Changeable2 changeable,
boolean onlyChangeRequests)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
QueryResult |
ChangeService2Fwd.getRelevantChangeRequests(Changeable2 changeable)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
void |
ChangeService2Fwd.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
QueryResult |
ChangeService2Fwd.getSubjectProducts(ChangeRequestIfc cr,
boolean onlyProducts)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
QueryResult |
ChangeService2Fwd.getSubjectProducts(ChangeRequestIfc cr)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
void |
ChangeService2Fwd.unattachProduct(WTProductMaster refObject,
ChangeItemIfc changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
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. |
AddressedByIfc |
ChangeService2Fwd.deleteAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Delete the AddressedByIfc relationship implied by the two arguments. |
QueryResult |
ChangeService2Fwd.getReportedAgainstChangeIssue(Changeable2 changeable)
Returns a QueryResult of ChangeIssues objects related to the given Changeable2 object by the ReportedAgainst assocation. |
QueryResult |
ChangeService2Fwd.getUniqueImplementedChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
QueryResult |
ChangeService2Fwd.getUniqueAffectingChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
ResearchedByIfc |
ChangeService2Fwd.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
AddressedByIfc |
ChangeService2Fwd.saveAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Stores the given concrete subclass of AddressedByIfc in the database. |
AffectedActivityData |
ChangeService2.deleteAffectedActivityData(AffectedActivityData aad)
Delete the AffectedActivityData relationship only. |
AnalysisActivityIfc |
ChangeService2.deleteAnalysisActivity(AnalysisActivityIfc aa)
Deletes the concrete subclass of AnalysisActivityIfc from the database. |
ChangeActivityIfc |
ChangeService2.deleteChangeActivity(ChangeActivityIfc ca)
Deletes the concrete subclass of ChangeActivityIfc from the database. |
ChangeInvestigationIfc |
ChangeService2.deleteChangeInvestigation(ChangeInvestigationIfc ci)
Deletes the concrete subclass of ChangeInvestigationIfc from the database. |
ChangeIssueIfc |
ChangeService2.deleteChangeIssue(ChangeIssueIfc ci)
Deletes the concrete subclass of ChangeIssueIfc from the database. |
ChangeOrderIfc |
ChangeService2.deleteChangeOrder(ChangeOrderIfc co)
Deletes the concrete subclass of ChangeOrderIfc from the database. |
ChangeProposalIfc |
ChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
ChangeRecord2 |
ChangeService2.deleteChangeRecord(ChangeRecord2 cr)
Delete the ChangeRecord2 relationship only. |
ChangeRequestIfc |
ChangeService2.deleteChangeRequest(ChangeRequestIfc cr)
Deletes the concrete subclass of ChangeRequestIfc from the database. |
FormalizedByIfc |
ChangeService2.deleteFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Delete the FormalizedByIfc relationship implied by the two arguments. |
RelevantAnalysisData |
ChangeService2.deleteRelevantAnalysisData(RelevantAnalysisData rad)
Delete the RelevantAnalysisData relationship only. |
QueryResult |
ChangeService2.getAffectingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2.getAffectingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2.getAnalysisActivities(Changeable2 changeable,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2.getAnalysisActivities(Changeable2 changeable)
Retrieves the AnalysisActivity objects related to the given Changeable2 object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2.getAnalysisActivities(ChangeAnalysisIfc ca)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2.getAnalysisActivities(ChangeAnalysisIfc ca,
boolean onlyAnalysisActivities)
Retrieves the AnalysisActivityIfc objects related to the given ChangeAnalysisIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2.getChangeables(AnalysisActivityIfc aa)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2.getChangeables(AnalysisActivityIfc aa,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given AnalysisActivityIfc object by the RelevantAnalysisData assocation. |
QueryResult |
ChangeService2.getChangeables(ChangeRequestIfc cr)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
ChangeService2.getChangeables(ChangeRequestIfc cr,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeRequestIfc object by the RelevantRequestDataIfc assocation. |
QueryResult |
ChangeService2.getChangeablesAfter(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2.getChangeablesAfter(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the ChangeRecord2 assocation. |
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(ChangeActivityIfc ca)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
QueryResult |
ChangeService2.getChangeablesBefore(ChangeActivityIfc ca,
boolean onlyChangeables)
Retrieves the Changeable2 objects related to the given ChangeActivityIfc object by the AffectedActivityData assocation. |
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. |
QueryResult |
ChangeService2.getChangeInvestigations(ChangeRequestIfc cr)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2.getChangeInvestigations(ChangeRequestIfc cr,
boolean onlyChangeInvestigations)
Retrieves the ChangeInvestigationIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2.getChangeIssues(ChangeRequestIfc cr)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
ChangeService2.getChangeIssues(ChangeRequestIfc cr,
boolean onlyChangeIssues)
Retrieves the ChangeIssueIfc objects related to the given ChangeRequestIfc object by the FormalizedByIfc assocation. |
QueryResult |
ChangeService2.getChangeOrders(ChangeRequestIfc cr)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
ChangeService2.getChangeOrders(ChangeRequestIfc cr,
boolean onlyChangeOrders)
Retrieves the ChangeOrderIfc objects related to the given ChangeRequestIfc object by the AddressedByIfc assocation. |
QueryResult |
ChangeService2.getChangeProposals(ChangeRequestIfc cr)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2.getChangeProposals(ChangeRequestIfc cr,
boolean onlyChangeProposals)
Retrieves the ChangeProposalIfc objects related to the given ChangeRequestIfc object by the ResearchedByIfc assocation. |
ChangeRequest2 |
ChangeService2.getFormalizingChangeRequest(ChangeIssue ci)
Retrieves the ChangeRequest2 object that formalizes the given ChangeIssue object. |
QueryResult |
ChangeService2.getImplementedChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2.getImplementedChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
AnalysisActivityIfc |
ChangeService2.saveAnalysisActivity(ChangeAnalysisIfc ca,
AnalysisActivityIfc aa)
Stores the given concrete subclass of AnalysisActivityIfc in the database and associates it to the given ChangeAnalysisIfc; the ChangeAnalysisIfc must be persistent already. |
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. |
ChangeInvestigationIfc |
ChangeService2.saveChangeInvestigation(ChangeRequestIfc cr,
ChangeInvestigationIfc ci)
Stores the given concrete subclass of ChangeInvestigationIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeIssueIfc |
ChangeService2.saveChangeIssue(ChangeIssueIfc ci)
Stores the given concrete subclass of ChangeIssueIfc in 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. |
ChangeProposalIfc |
ChangeService2.saveChangeProposal(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ChangeProposalIfc in the database and associates it to the given ChangeRequestIfc; theChangeRequestIfc must be persistent already. |
ChangeRequestIfc |
ChangeService2.saveChangeRequest(ChangeRequestIfc cr)
Stores the given concrete subclass of ChangeRequestIfc in the database. |
FormalizedByIfc |
ChangeService2.saveFormalizedBy(ChangeRequestIfc cr,
ChangeIssueIfc ci)
Stores the given concrete subclass of FormalizedByIfc in the database. |
Vector |
ChangeService2.saveRelevantAnalysisData(Vector radVector)
Stores all the RelevantAnalysisData objects in the input vector and returns a vector of the persisted (or updated) RelevantAnalysisData objects. |
Vector |
ChangeService2.saveAffectedActivityData(Vector aadVector)
Stores all the AffectedActivityData objects in the input vector and returns a vector of the persisted (or updated) AffectedActivityData objects. |
Vector |
ChangeService2.saveChangeRecord(Vector crVector)
Stores all the ChangeRecord2 objects in the input vector and returns a vector of the persisted (or updated) ChangeRecord2 objects. |
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. |
QueryResult |
ChangeService2.getChangeRequest(ChangeAnalysisIfc ca)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
QueryResult |
ChangeService2.getChangeRequest(ChangeAnalysisIfc ca,
boolean onlyChangeRequest)
Retrieves the ChangeRequestIfc object related to the given ChangeAnalysisIfc object by the ResearchedByIfc assocation. |
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. |
QueryResult |
ChangeService2.getChangeAnalysis(AnalysisActivityIfc aa)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2.getChangeAnalysis(AnalysisActivityIfc aa,
boolean onlyChangeAnalysis)
Retrieves the ChangeAnalysisIfc object related to the given AnalysisActivityIfc object by the DetailedByIfc assocation. |
QueryResult |
ChangeService2.getChangeOrder(ChangeActivityIfc ca)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
ChangeService2.getChangeOrder(ChangeActivityIfc ca,
boolean onlyChangeActivity)
Retrieves the ChangeOrderIfc object related to the given ChangeActivityIfc object by the IncludedInIfc assocation. |
QueryResult |
ChangeService2.getChangingChangeActivities(Changeable2 changeable,
boolean onlyChangeActivities)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
QueryResult |
ChangeService2.getChangingChangeActivities(Changeable2 changeable)
Returns a QueryResult of ChangeActivity2 objects related to the given Changeable2 object by the ChangeRecord2 assocation. |
ChangeItem |
ChangeService2.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
Vector |
ChangeService2.storeAssociations(Class theClass,
ChangeItemIfc ci,
Vector changeables)
Stores all the associations between the ChangeItemIfc object and the Changeable2 objects in the input vector and returns a vector of the persisted association objects. |
ChangeItem |
ChangeService2.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
ChangeRequestIfc |
ChangeService2.findChangeRequest(Object theObject)
Uses Change2DelegateFactory and FindChangeRequestDelegate mechanism to find the change request associated with the object passed in. |
QueryResult |
ChangeService2.getRelevantChangeRequests(Changeable2 changeable,
boolean onlyChangeRequests)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
QueryResult |
ChangeService2.getRelevantChangeRequests(Changeable2 changeable)
Returns a QueryResult of ChangeRequest2 objects related to the given Changeable2 object by the RelevantRequestData2 association. |
void |
ChangeService2.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
QueryResult |
ChangeService2.getSubjectProducts(ChangeRequestIfc cr,
boolean onlyProducts)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
QueryResult |
ChangeService2.getSubjectProducts(ChangeRequestIfc cr)
Retrieves the WTProductMaster objects related to the given ChangeRequestIfc object by the SubjectProductIfc assocation. |
void |
ChangeService2.unattachProduct(WTProductMaster refObject,
ChangeItemIfc changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
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. |
AddressedByIfc |
ChangeService2.deleteAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Delete the AddressedByIfc relationship implied by the two arguments. |
QueryResult |
ChangeService2.getReportedAgainstChangeIssue(Changeable2 changeable)
Returns a QueryResult of ChangeIssues objects related to the given Changeable2 object by the ReportedAgainst assocation. |
QueryResult |
ChangeService2.getUniqueImplementedChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
QueryResult |
ChangeService2.getUniqueAffectingChangeOrders(Changeable2 changeable)
Returns a QueryResult of unique ChangeOrder2 objects that are indirectly related to the given Changeable2 object. |
ResearchedByIfc |
ChangeService2.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
AddressedByIfc |
ChangeService2.saveAddressedBy(ChangeRequestIfc cr,
ChangeOrderIfc co)
Stores the given concrete subclass of AddressedByIfc in the database. |
Vector |
ChangeRecord2Delegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of binary links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects. |
ChooseFolderDelegate |
Change2DelegateFactory.getChooseFolderDelegate(ChangeItemIfc object)
Returns a ChooseFolderDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ChooseFolderDelegate/null/wt.change2.ChangeItemIfc/0=wt.change2.DefaultChooseFolderDelegate/singleton Supported API: true |
ConcreteAssociationDelegate |
Change2DelegateFactory.getConcreteAssociationDelegate(ChangeItemIfc object)
Returns a ConcreteAssociationDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ConcreteAssociationDelegate/wt.change2.WTChangeProposal/wt.change2.WTChangeRequest2/1=wt.change2.ResearchedByDelegate/singleton Supported API: true |
ConcreteAssociationDelegate |
Change2DelegateFactory.getConcreteAssociationDelegate(ChangeItemIfc object,
ChangeItemIfc selector)
Returns a ConcreteAssociationDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ConcreteAssociationDelegate/wt.change2.WTChangeProposal/wt.change2.WTChangeRequest2/1=wt.change2.ResearchedByDelegate/singleton Supported API: true |
FindChangeRequestDelegate |
Change2DelegateFactory.getFindChangeRequestDelegate(Object object)
Returns a FindChangeRequestDelegate based upon the property file entry: wt.services/svc/default/wt.change2.FindChangeRequestDelegate/null/wt.change2.ChangeRequestIfc/0=wt.change2.FindChangeRequestForChangeIssueDelegate/singleton. |
ConcreteChangeableAssociationDelegate |
Change2DelegateFactory.getConcreteChangeableAssociationDelegate(Class theClass,
ChangeItemIfc object)
Returns a ConcreteChangeableAssociationDelegate based upon the property file entry: wt.services/svc/default/wt.change2.ConcreteChangeableAssociationDelegate/wt.change2.RelevantAnalysisData/wt.change2.WTAnalysisActivity/1=wt.change2.RelevantAnalysisDataDelegate/singleton Supported API: true |
String |
Change2DelegateFactory.getFolderedChangeItemLocation(Foldered object)
Returns a string representing a folder location based upon the property file entry beginning with: |
Vector |
AffectedActivityDataDelegate.getBinaryLinks(ChangeItemIfc ci,
Vector changeables)
Returns a vector of binary links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects. |
BinaryLink |
AddressedBy2Delegate.getBinaryLink(ChangeItemIfc parent,
ChangeItemIfc child)
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link. |
Uses of ChangeException2 in wt.change2.htmlclient |
Methods in wt.change2.htmlclient that throw ChangeException2 | |
void |
DefaultChangeTaskProcessor.setContextObjToChangeInvestigation(ChangeRequestIfc cr)
Deprecated. Reset the context object to be the ChangeInvestigationIfc associated with the Change Request. |
Uses of ChangeException2 in wt.change2.process |
Methods in wt.change2.process that throw ChangeException2 | |
static Boolean |
ProcessHelper.checkIssueFormalized(WTChangeIssue cIssue)
Determine if the passed Change Issue has been formalized into a Change Request. |
static String |
ProcessHelper.checkRequestFinished(WTChangeIssue cIssue)
Determine if the parent Change Request is in state "Complete" or "Cancelled." Returns ProcessHelper.COMPLETE if the parent Change Request is in state "Complete." Returns ProcessHelper.CANCELLED if the parent Change Request is in state "Cancelled." Returns ProcessHelper.NOT_ASSOCIATED if the Change Issue has no parent Change Request. |
static String |
ProcessHelper.getComplexity(ChangeItem cItem)
Determine the complexity of the change based on parent Change Request of the passed Change Item. |
static String |
ProcessHelper.checkAnalysisActivitiesFinished(ChangeInvestigation cInvestigation)
Determine if the associated Change Investigation has any pending Analysis Activities. |
static String |
ProcessHelper.checkAnalysisActivitiesFinished(ChangeAnalysis cAnalysis)
Determine if the passed Change Analysis (Change Proposal or Change Investigation) has any pending Analysis Activities. |
static String |
ProcessHelper.checkProposalsFinished(ChangeRequest2 cRequest)
Determine if the passed Change Request has any pending Change Proposals. |
static String |
ProcessHelper.checkOrdersFinished(ChangeRequest2 cRequest)
Determine if the passed Change Request has any pending Change Orders. |
static String |
ProcessHelper.checkRequestSubmitted(ChangeItem cItem)
Determine if the parent Change Request has been submitted and returns the complexity of the change. |
static String |
ProcessHelper.checkChangeActivitiesFinished(ChangeOrder2 cOrder)
Determine if the passed Change Order has any pending Change Activities. |
static String |
ProcessHelper.checkInvestigationsFinished(ChangeRequest2 cRequest)
Determine if the passed Change Request has any pending Change Investigations. |
static String |
ProcessHelper.checkRequestFinished(WTChangeRequest2 cRequest)
Determine if the passed Change Request is in state "Complete" or "Cancelled." Returns ProcessHelper.COMPLETE if the Change Request is in state "Complete." Returns ProcessHelper.CANCELLED if the Change Request is in state "Cancelled." Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |