|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectPlanTemplate | |
wt.projmgmt.definer | |
wt.projmgmt.execution |
Uses of ProjectPlanTemplate in wt.projmgmt.definer |
Methods in wt.projmgmt.definer that return ProjectPlanTemplate | |
ProjectPlanTemplate |
StandardProjDefinerService.createProjectPlanTemplate(ProjectPlan plan)
Creates project plan template with the name given as argument. |
static ProjectPlanTemplate |
ProjectPlanTemplate.newProjectPlanTemplate()
Deprecated. objects created with this constructor go into the classic container: use constructor with the container as argument. |
static ProjectPlanTemplate |
ProjectPlanTemplate.newProjectPlanTemplate(WTContainerRef context_ref)
Supported API: false |
ProjectPlanTemplate |
ProjDefinerServiceFwd.createProjectPlanTemplate(ProjectPlan plan)
Creates project plan template with the name given as argument. |
ProjectPlanTemplate |
ProjDefinerService.createProjectPlanTemplate(ProjectPlan plan)
Creates project plan template with the name given as argument. |
Methods in wt.projmgmt.definer with parameters of type ProjectPlanTemplate | |
protected boolean |
ProjectPlanTemplate.readVersion(ProjectPlanTemplate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ProjectPlanTemplate in wt.projmgmt.execution |
Methods in wt.projmgmt.execution with parameters of type ProjectPlanTemplate | |
ProjectPlan |
StandardProjExecService.createProjectPlan(ProjectPlanTemplate template,
RoleHolder role_holder)
Creates a stand-alone plan. |
ProjectPlan |
ProjExecServiceFwd.createProjectPlan(ProjectPlanTemplate template,
RoleHolder role_holder)
Creates a stand-alone plan. |
ProjectPlan |
ProjExecService.createProjectPlan(ProjectPlanTemplate template,
RoleHolder role_holder)
Creates a stand-alone plan. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |