|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProjectActivity in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb that return ProjectActivity | |
private ProjectActivity |
ProjectPlanStructCopyHelper.copyActivity(ProjectActivity source_activity)
|
Methods in com.ptc.netmarkets.nmixb with parameters of type ProjectActivity | |
private ProjectActivity |
ProjectPlanStructCopyHelper.copyActivity(ProjectActivity source_activity)
|
private void |
ProjectPlanStructCopyHelper.copyAssignments(ProjectActivity target,
ProjectActivity sourceActivity)
|
Uses of ProjectActivity in com.ptc.netmarkets.projectActivity |
Methods in com.ptc.netmarkets.projectActivity with parameters of type ProjectActivity | |
static NmProjectActivity |
NmProjectActivity.newNmProjectActivity(ProjectActivity project_activity)
Supported API: false |
protected void |
NmProjectActivity.initialize(ProjectActivity project_activity)
Supports initialization, following construction of an instance. |
Uses of ProjectActivity in com.ptc.netmarkets.projmgmt |
Methods in com.ptc.netmarkets.projmgmt that return ProjectActivity | |
private ProjectActivity |
StandardNmProjMgmtService.updateActivityOwnership(ProjectActivity exec_obj,
Hashtable params)
|
private ProjectActivity |
StandardNmProjMgmtService.createProjectActivity(ProjectPlan plan,
WfContainer container,
Hashtable params)
|
private ProjectActivity |
StandardNmProjMgmtService.updateActivityResources(ProjectActivity projAct,
Hashtable params)
|
Methods in com.ptc.netmarkets.projmgmt with parameters of type ProjectActivity | |
private String |
StandardNmProjMgmtService.getAssigneeList(ProjectActivity activity)
|
private ProjectActivity |
StandardNmProjMgmtService.updateActivityOwnership(ProjectActivity exec_obj,
Hashtable params)
|
private NmChangeModel[] |
StandardNmProjMgmtService.updateProjectActivity(NmOid project_oid,
ProjectActivity proj_act,
Hashtable params)
|
private void |
StandardNmProjMgmtService.setActivityResources(ProjectActivity projAct,
Hashtable params)
|
private ProjectActivity |
StandardNmProjMgmtService.updateActivityResources(ProjectActivity projAct,
Hashtable params)
|
private static NmProjectActivity |
NmProjMgmtHelper.createNmProjectActivity(ProjectActivity act)
|
private static NmProjectActivity |
NmProjMgmtHelper.createNmProjectActivity(ProjectActivity act,
boolean minimal,
boolean inList)
|
Uses of ProjectActivity in wt.projmgmt.definer |
Methods in wt.projmgmt.definer that return ProjectActivity | |
ProjectActivity |
StandardProjDefinerService.createProjectActivityTemplate(ProjectPlan plan,
ProjectActivity activity)
Creates a project activity template given the project plan, the activity instance and a vector containing references to activity assignees. |
ProjectActivity |
ProjDefinerServiceSvr.createProjectActivityTemplate(ProjectPlan plan,
ProjectActivity activity)
Creates a project activity template given the project plan, the activity instance and a vector containing references to activity assignees. |
Methods in wt.projmgmt.definer with parameters of type ProjectActivity | |
ProjectActivity |
StandardProjDefinerService.createProjectActivityTemplate(ProjectPlan plan,
ProjectActivity activity)
Creates a project activity template given the project plan, the activity instance and a vector containing references to activity assignees. |
void |
ProjectActivityTemplate.setAttributes(ProjectActivity activity)
Sets attributes in the project activity passed as argument. |
ProjectActivity |
ProjDefinerServiceSvr.createProjectActivityTemplate(ProjectPlan plan,
ProjectActivity activity)
Creates a project activity template given the project plan, the activity instance and a vector containing references to activity assignees. |
Uses of ProjectActivity in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return ProjectActivity | |
ProjectActivity |
StandardProjExecService.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
ProjectActivity |
StandardProjExecService.changeToProjectActivity(ProjectNode node)
Returns a project activity constructed from the project node passed as argument. |
ProjectActivity |
StandardProjExecService.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
StandardProjExecService.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
StandardProjExecService.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
ProjectActivity |
ProjExecServiceFwd.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
ProjectActivity |
ProjExecServiceFwd.changeToProjectActivity(ProjectNode node)
Returns a project activity constructed from the project node passed as argument. |
ProjectActivity |
ProjExecServiceFwd.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
ProjExecServiceFwd.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
ProjExecServiceFwd.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
ProjectActivity |
ProjExecService.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
ProjectActivity |
ProjExecService.changeToProjectActivity(ProjectNode node)
Returns a project activity constructed from the project node passed as argument. |
ProjectActivity |
ProjExecService.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
ProjExecService.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
ProjExecService.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
static ProjectActivity |
ProjectActivity.newProjectActivity(WfContainer container)
ProjectActivity constructor. |
Methods in wt.projmgmt.execution with parameters of type ProjectActivity | |
ProjectActivity |
StandardProjExecService.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
QueryResult |
StandardProjExecService.getWorkItems(ProjectActivity activity,
WTUser user)
Returns all project work items contained in the project activity passed as argument that are assigned to the given user. |
ProjectActivity |
StandardProjExecService.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
StandardProjExecService.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
StandardProjExecService.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
private void |
StandardProjExecService.setDeliverableAttributes(ProjectActivity activity,
Deliverable deliverable)
|
private static void |
StandardProjExecService.deleteWorkItems(ProjectActivity activity)
|
ProjectActivity |
ProjExecServiceFwd.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
QueryResult |
ProjExecServiceFwd.getWorkItems(ProjectActivity activity,
WTUser user)
Returns all project work items contained in the project activity passed as argument that are assigned to the given user. |
ProjectActivity |
ProjExecServiceFwd.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
ProjExecServiceFwd.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
ProjExecServiceFwd.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
ProjectActivity |
ProjExecService.addProjectActivity(ProjectPlan plan,
ProjectActivity activity)
Adds a project activity to a project plan. |
QueryResult |
ProjExecService.getWorkItems(ProjectActivity activity,
WTUser user)
Returns all project work items contained in the project activity passed as argument that are assigned to the given user. |
ProjectActivity |
ProjExecService.linkDeliverable(ProjectActivity activity,
Persistable target_obj,
boolean latest)
Creates a Deliverable with the given
target object and associates it to the ProjectActivity
passed as argument. |
ProjectActivity |
ProjExecService.linkDeliverable(ProjectActivity activity,
Deliverable deliverable)
Links a Deliverable to a ProjectActivity . |
ProjectActivity |
ProjExecService.unlinkDeliverable(ProjectActivity activity)
Unlinks the Deliverable currently linked
to given the ProjectActivity . |
private QueryResult |
ProjectAssignment.getPersonAssignments(ProjectActivity activity)
|
protected boolean |
ProjectActivity.readVersion(ProjectActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ProjectActivity in wt.projmgmt.ix |
Methods in wt.projmgmt.ix that return ProjectActivity | |
static ProjectActivity |
ProjectActivityIxHandler.addResources(ProjectActivity act,
Vector resources,
Vector maxUnits)
|
Methods in wt.projmgmt.ix with parameters of type ProjectActivity | |
void |
ProjectActivityIxHandler.exportActivity(ProjectActivity activity,
IxbElement act_elem,
Exporter exporter,
int node_id)
|
void |
ProjectActivityIxHandler.exportAssignees(ProjectActivity activity,
IxbElement act_elem,
Exporter exporter)
|
static ProjectActivity |
ProjectActivityIxHandler.addResources(ProjectActivity act,
Vector resources,
Vector maxUnits)
|
Uses of ProjectActivity in wt.projmgmt.monitor |
Methods in wt.projmgmt.monitor with parameters of type ProjectActivity | |
private void |
StandardProjMonitorService.markWorkItemsComplete(ProjectActivity activity)
Marks project work items associated with the activity passed as argument as "completed". |
private void |
StandardProjMonitorService.removeWorkItems(ProjectActivity activity)
Remove project work items associated with the activity passed as argument. |
private static QueryResult |
SchedulerHelper.getWorkItemTimes(ProjectActivity activity)
Returns times of work items associated with the activity passed as argument. |
Uses of ProjectActivity in wt.projmgmt.msproject.mppobject |
Methods in wt.projmgmt.msproject.mppobject that return ProjectActivity | |
private ProjectActivity |
MPPTask.createProjectActivity(ProjectPlan plan)
Create a new ProjectActivity in the
specified ProjectPlan . |
private ProjectActivity |
MPPTask.addOwnerResource(ProjectActivity act)
|
Methods in wt.projmgmt.msproject.mppobject with parameters of type ProjectActivity | |
private ProjectActivity |
MPPTask.addOwnerResource(ProjectActivity act)
|
Uses of ProjectActivity in wt.projmgmt.resource |
Fields in wt.projmgmt.resource declared as ProjectActivity | |
private ProjectActivity |
Deliverable.linkedActivity
|
Methods in wt.projmgmt.resource that return ProjectActivity | |
ProjectActivity |
StandardProjResourceService.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
StandardProjResourceService.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
ProjectActivity |
StandardProjResourceService.getActivityHolder(Deliverable deliverable)
Returns the ProjectActivity that holds
the Deliverable passed as argument. |
ProjectActivity |
StandardProjResourceService.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
StandardProjResourceService.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
StandardProjResourceService.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
private ProjectActivity |
StandardProjResourceService.unoverride(ProjectActivity activity)
Unoverrides roll up flags. |
ProjectActivity |
ProjResourceServiceFwd.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
ProjResourceServiceFwd.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
ProjectActivity |
ProjResourceServiceFwd.getActivityHolder(Deliverable deliverable)
Returns the ProjectActivity that holds
the Deliverable passed as argument. |
ProjectActivity |
ProjResourceServiceFwd.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
ProjResourceServiceFwd.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
ProjResourceServiceFwd.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
ProjectActivity |
ProjResourceService.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
ProjResourceService.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
ProjectActivity |
ProjResourceService.getActivityHolder(Deliverable deliverable)
Returns the ProjectActivity that holds
the Deliverable passed as argument. |
ProjectActivity |
ProjResourceService.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
ProjResourceService.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
ProjResourceService.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
ProjectActivity |
Deliverable.getLinkedActivity()
Returns the ProjectActivity linked to
the deliverable. |
Methods in wt.projmgmt.resource with parameters of type ProjectActivity | |
ProjectActivity |
StandardProjResourceService.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
StandardProjResourceService.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
QueryResult |
StandardProjResourceService.getActivityResources(ProjectActivity activity)
Return all enabled ProjectResource associated
with a given ProjectActivity . |
QueryResult |
StandardProjResourceService.getAllActivityResources(ProjectActivity activity)
Return all enabled and disabled ProjectResource
objects associated with a given ProjectActivity . |
QueryResult |
StandardProjResourceService.getAssignees(ProjectActivity activity)
Returns the assignees for the activity passed as argument. |
Currency |
StandardProjResourceService.getCurrentCost(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current cost spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
double |
StandardProjResourceService.getCurrentUnits(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current units spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
Currency |
StandardProjResourceService.getTotalCost(ProjectResource resource,
ProjectActivity activity)
Returns the total cost to be spent by a ProjectResource
in a ProjectActivity . |
double |
StandardProjResourceService.getTotalUnits(ProjectResource resource,
ProjectActivity activity)
Returns the total units to be spent by a ProjectResource . |
ProjectActivity |
StandardProjResourceService.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
StandardProjResourceService.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
StandardProjResourceService.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
Currency |
StandardProjResourceService.computeActivityCost(ProjectActivity activity,
Work work)
Computes the current cost for a project activity (@link wt.projmgtm.executionProjectActivity}) for a given work. |
Currency |
StandardProjResourceService.computeInitialWorkCost(ProjectActivity activity)
Returns the initial work cost for a given activity. |
double |
StandardProjResourceService.computeTotalCost(ProjectActivity activity)
Returns total cost to be accrued by the activity due to use of material, equipment and facilities. |
double |
StandardProjResourceService.computeCurrentCost(ProjectActivity activity,
Timestamp time)
Returns current cost accrued by the activity due to use of material, equipment and facilities. |
private QueryResult |
StandardProjResourceService.getResources(ProjectActivity activity,
boolean only_enabled)
|
private boolean |
StandardProjResourceService.changeAllocation(ProjectActivity activity)
Determines whether the resource allocation for an activity should be changed. |
private int |
StandardProjResourceService.computeAllocation(ProjectActivity activity,
Vector resources)
Computes allocation for an activity with n resources. |
private boolean |
StandardProjResourceService.isUnoverride(ProjectActivity activity)
Determines whether there is a need to possibly un-override attribute roll up flags. |
private ProjectActivity |
StandardProjResourceService.unoverride(ProjectActivity activity)
Unoverrides roll up flags. |
private Work |
StandardProjResourceService.getResourcePerformedWork(PersonResource resource,
ProjectActivity activity)
Computes the work spent by a person resource in an activity. |
private Work |
StandardProjResourceService.computePerformedWork(ProjectActivity activity,
PersonResource resource)
Computes the work spent by a person resource in an activity without work items. |
private Work |
StandardProjResourceService.getResourceTotalWork(PersonResource resource,
ProjectActivity activity)
Computes the work spent by a person resource in an activity. |
private Work |
StandardProjResourceService.computeTotalWork(ProjectActivity activity,
PersonResource resource)
Computes the work spent by a person resource in an activity without work items. |
Currency |
ProjResourceServiceSvr.computeActivityCost(ProjectActivity activity,
Work work)
Computes the current cost for a project activity (@link wt.projmgtm.executionProjectActivity}) for a given work. |
Currency |
ProjResourceServiceSvr.computeInitialWorkCost(ProjectActivity activity)
Returns the initial work cost for a given activity. |
double |
ProjResourceServiceSvr.computeTotalCost(ProjectActivity activity)
Returns total cost to be accrued by the activity due to use of material, equipment and facilities. |
double |
ProjResourceServiceSvr.computeCurrentCost(ProjectActivity activity,
Timestamp time)
Returns current cost accrued by the activity due to use of material, equipment and facilities. |
ProjectActivity |
ProjResourceServiceFwd.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
ProjResourceServiceFwd.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
QueryResult |
ProjResourceServiceFwd.getActivityResources(ProjectActivity activity)
Return all enabled ProjectResource associated
with a given ProjectActivity . |
QueryResult |
ProjResourceServiceFwd.getAllActivityResources(ProjectActivity activity)
Return all enabled and disabled ProjectResource
objects associated with a given ProjectActivity . |
QueryResult |
ProjResourceServiceFwd.getAssignees(ProjectActivity activity)
Returns the assignees for the activity passed as argument. |
Currency |
ProjResourceServiceFwd.getCurrentCost(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current cost spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
double |
ProjResourceServiceFwd.getCurrentUnits(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current units spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
Currency |
ProjResourceServiceFwd.getTotalCost(ProjectResource resource,
ProjectActivity activity)
Returns the total cost to be spent by a ProjectResource
in a ProjectActivity . |
double |
ProjResourceServiceFwd.getTotalUnits(ProjectResource resource,
ProjectActivity activity)
Returns the total units to be spent by a ProjectResource . |
ProjectActivity |
ProjResourceServiceFwd.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
ProjResourceServiceFwd.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
ProjResourceServiceFwd.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
ProjectActivity |
ProjResourceService.addResources(ProjectActivity act,
Vector resources,
Vector max_units)
Add the resources to the ProjectActivity . |
ProjectActivity |
ProjResourceService.changeResource(ProjectActivity projectActivity,
ProjectResource old_resource,
ProjectResource new_resource)
This method replaces one ProjectResource
with another ProjectResource in a ProjectActivity . |
QueryResult |
ProjResourceService.getActivityResources(ProjectActivity activity)
Return all enabled ProjectResource associated
with a given ProjectActivity . |
QueryResult |
ProjResourceService.getAllActivityResources(ProjectActivity activity)
Return all enabled and disabled ProjectResource
objects associated with a given ProjectActivity . |
QueryResult |
ProjResourceService.getAssignees(ProjectActivity activity)
Returns the assignees for the activity passed as argument. |
Currency |
ProjResourceService.getCurrentCost(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current cost spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
double |
ProjResourceService.getCurrentUnits(ProjectResource resource,
ProjectActivity activity,
Timestamp time)
Returns the current units spent by a ProjectResource
in a ProjectActivity up to the time
passed as argument. |
Currency |
ProjResourceService.getTotalCost(ProjectResource resource,
ProjectActivity activity)
Returns the total cost to be spent by a ProjectResource
in a ProjectActivity . |
double |
ProjResourceService.getTotalUnits(ProjectResource resource,
ProjectActivity activity)
Returns the total units to be spent by a ProjectResource . |
ProjectActivity |
ProjResourceService.removeResources(ProjectActivity act,
Vector resources)
Removes the resource assignments ( ResourceAssignmentLink )
that correspond to the ProjectActivity .and
ProjectResource s passed as arguments. |
ProjectActivity |
ProjResourceService.setResources(ProjectActivity act,
Vector resources,
Vector max_units)
Sets initial ProjectResource s for a ProjectActivity , given the resources and associated
maximum units. |
ProjectActivity |
ProjResourceService.updateResources(ProjectActivity act,
Vector resources,
Vector max_units)
Updates project resources for an activity, given the resources and associated maximum units. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |