Uses of Class
wt.projmgmt.resource.PersonResource

Packages that use PersonResource
wt.projmgmt.ix   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of PersonResource in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return PersonResource
private  PersonResource ProjectResourceIxHandler.getPersonResource(WTContainerRef cont_ref, ProjectPlan plan, IxbElement ref_elem)
           
 

Uses of PersonResource in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject that return PersonResource
static PersonResource Utils.getPersonResource(ProjectPlan plan, String name)
          Get a PersonResource with the specified name.
static PersonResource Utils.getPersonResource(ProjectPlan plan, WTUser user)
          Get a PersonResource that corresponds to the specified WTUser.
 

Uses of PersonResource in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return PersonResource
private  PersonResource MPPTask.getPersonResource(String name)
          Get the PersonResource that is defined in the XML and has the specified name.
private  PersonResource MPPTask.getOnlyPersonResource()
          If this task has a single person resource assigned to it then return that person resource.
private  PersonResource MPPResource.addToTeam(PersonResource resource)
          Add the person that is linked to the specified PersonResource to the project plan's team.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type PersonResource
private  PersonResource MPPResource.addToTeam(PersonResource resource)
          Add the person that is linked to the specified PersonResource to the project plan's team.
 

Uses of PersonResource in wt.projmgmt.resource
 

Methods in wt.projmgmt.resource that return PersonResource
 PersonResource StandardProjResourceService.getPersonResource(ProjectPlan plan, WTUser person)
          Returns the PersonResource for a plan given a WTUser.
protected  PersonResource StandardProjResourceService.createPersonResource(ProjectPlan plan, WTPrincipalReference princ_ref)
           
private  PersonResource StandardProjResourceService.getPersonResource(ProjectPlan plan, WTPrincipalReference user_ref)
           
private  PersonResource StandardProjResourceService.getPersonResource(ProjectPlan plan, WTUser replacedUser, WTUser newUser)
           
 PersonResource ProjResourceServiceFwd.getPersonResource(ProjectPlan plan, WTUser person)
          Returns the PersonResource for a plan given a WTUser.
 PersonResource ProjResourceService.getPersonResource(ProjectPlan plan, WTUser person)
          Returns the PersonResource for a plan given a WTUser.
static PersonResource PersonResource.newPersonResource(ProjectPlan plan)
          Constructs an empty person resource given the host project plan.
 

Methods in wt.projmgmt.resource with parameters of type PersonResource
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.
protected  boolean PersonResource.readVersion(PersonResource thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.