|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeProposalIfc | |
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 ChangeProposalIfc in wt.change2 |
Classes in wt.change2 that implement ChangeProposalIfc | |
class |
ChangeProposal
The abstract level representation of a change proposal. |
class |
WTChangeProposal
A Windchill provided reference implementation of a ChangeProposal. |
Methods in wt.change2 that return ChangeProposalIfc | |
ChangeProposalIfc |
StandardChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ChangeProposalIfc |
ChangeService2Fwd.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ChangeProposalIfc |
ChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ChangeProposalIfc |
AcceptedStrategyIfc.getChangeProposalIfc()
Gets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE. |
ChangeProposalIfc |
AcceptedStrategy.getChangeProposalIfc()
Gets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE. |
ChangeProposalIfc |
AcceptedStrategy.getChangeProposal()
Gets the object for the association that plays role: CHANGE_PROPOSAL_ROLE. |
Methods in wt.change2 with parameters of type ChangeProposalIfc | |
ChangeProposalIfc |
StandardChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ResearchedByIfc |
StandardChangeService2.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
ChangeProposalIfc |
ChangeService2Fwd.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ResearchedByIfc |
ChangeService2Fwd.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
ChangeProposalIfc |
ChangeService2.deleteChangeProposal(ChangeProposalIfc cp)
Deletes the concrete subclass of ChangeProposalIfc from the database. |
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. |
ResearchedByIfc |
ChangeService2.saveResearchedBy(ChangeRequestIfc cr,
ChangeProposalIfc cp)
Stores the given concrete subclass of ResearchedByIfc in the database. |
void |
AcceptedStrategyIfc.setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
Sets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE. |
void |
AcceptedStrategy.setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
Sets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE. |
void |
AcceptedStrategy.setChangeProposal(ChangeProposalIfc theChangeProposal)
Sets the object for the association that plays role: CHANGE_PROPOSAL_ROLE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |