Uses of Class
wt.projmgmt.execution.Milestone

Packages that use Milestone
com.ptc.netmarkets.milestone   
com.ptc.netmarkets.nmixb   
com.ptc.netmarkets.projmgmt   
wt.projmgmt.definer   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.msproject.mppobject   
 

Uses of Milestone in com.ptc.netmarkets.milestone
 

Methods in com.ptc.netmarkets.milestone with parameters of type Milestone
static NmMilestone NmMilestone.newNmMilestone(Milestone milestone)
          

Supported API: false
protected  void NmMilestone.initialize(Milestone milestone)
          Supports initialization, following construction of an instance.
 

Uses of Milestone in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return Milestone
private  Milestone ProjectPlanStructCopyHelper.copyMilestone(Milestone source_stone)
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type Milestone
private  Milestone ProjectPlanStructCopyHelper.copyMilestone(Milestone source_stone)
           
 

Uses of Milestone in com.ptc.netmarkets.projmgmt
 

Methods in com.ptc.netmarkets.projmgmt that return Milestone
private  Milestone StandardNmProjMgmtService.createMilestone(ProjectPlan plan, WfContainer container, Hashtable params)
           
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type Milestone
private  NmChangeModel[] StandardNmProjMgmtService.updateMilestone(NmOid project_oid, Milestone mile, Hashtable params)
           
private static NmMilestone NmProjMgmtHelper.createNmMilestone(Milestone mile)
           
private static NmMilestone NmProjMgmtHelper.createNmMilestone(Milestone mile, boolean minimal, boolean inList)
           
 

Uses of Milestone in wt.projmgmt.definer
 

Methods in wt.projmgmt.definer that return Milestone
 Milestone StandardProjDefinerService.createMilestoneTemplate(ProjectPlan plan, Milestone milestone)
          Creates a milestone template given the project plan and the milestone instance.
 Milestone ProjDefinerServiceSvr.createMilestoneTemplate(ProjectPlan plan, Milestone milestone)
          Creates a milestone template given the project plan and the milestone instance.
 

Methods in wt.projmgmt.definer with parameters of type Milestone
 Milestone StandardProjDefinerService.createMilestoneTemplate(ProjectPlan plan, Milestone milestone)
          Creates a milestone template given the project plan and the milestone instance.
 Milestone ProjDefinerServiceSvr.createMilestoneTemplate(ProjectPlan plan, Milestone milestone)
          Creates a milestone template given the project plan and the milestone instance.
 void MilestoneTemplate.setAttributes(Milestone mile)
          Sets attributes in the milestone passed as argument.
 

Uses of Milestone in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution that return Milestone
 Milestone StandardProjExecService.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
 Milestone StandardProjExecService.changeToMilestone(ProjectNode node)
          Returns a milestone constructed from the project node passed as argument.
 Milestone ProjExecServiceFwd.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
 Milestone ProjExecServiceFwd.changeToMilestone(ProjectNode node)
          Returns a milestone constructed from the project node passed as argument.
 Milestone ProjExecService.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
 Milestone ProjExecService.changeToMilestone(ProjectNode node)
          Returns a milestone constructed from the project node passed as argument.
static Milestone Milestone.newMilestone(WfContainer container)
          Milestone constructor.
 

Methods in wt.projmgmt.execution with parameters of type Milestone
 Milestone StandardProjExecService.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
 Milestone ProjExecServiceFwd.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
 Milestone ProjExecService.addMilestone(ProjectPlan plan, Milestone milestone)
          Persists and adds milestone to execution object.
protected  boolean Milestone.readVersion(Milestone thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of Milestone in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix with parameters of type Milestone
 void MilestoneIxHandler.exportMilestone(Milestone mile, IxbElement mile_elem, Exporter exporter, int node_id)
          Exports milestone.
 

Uses of Milestone in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return Milestone
private  Milestone MPPTask.createMilestone(ProjectPlan plan)
          Create a new Milestone in the specified ProjectPlan.