Uses of Class
wt.projmgmt.resource.ProjectResource

Packages that use ProjectResource
com.ptc.netmarkets.nmixb   
com.ptc.netmarkets.projectResource   
com.ptc.netmarkets.projmgmt   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of ProjectResource in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return ProjectResource
private  ProjectResource ProjectPlanStructCopyHelper.copyProjectResource(ProjectResource source_resource)
           
private  ProjectResource ProjectPlanStructCopyHelper.copyBaseResourceInfo(ProjectResource target, ProjectResource src)
          initializes category, name and description
 

Methods in com.ptc.netmarkets.nmixb with parameters of type ProjectResource
private  ProjectResource ProjectPlanStructCopyHelper.copyProjectResource(ProjectResource source_resource)
           
private  ProjectResource ProjectPlanStructCopyHelper.copyBaseResourceInfo(ProjectResource target, ProjectResource src)
          initializes category, name and description
 

Uses of ProjectResource in com.ptc.netmarkets.projectResource
 

Methods in com.ptc.netmarkets.projectResource that return ProjectResource
static ProjectResource NmProjResourceHelper.getProjectResource(ProjectPlan plan, ResourceType type)
          Returns a project resource of a given type in the plan passed as argument.
 

Methods in com.ptc.netmarkets.projectResource with parameters of type ProjectResource
static String NmProjResourceHelper.getResourceTypeView(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the type of the resource ResourceType.
static Object NmProjResourceHelper.getResourceLabel(ProjectResource resource, Locale locale, Object default_value)
          Returns a localized string contained the specific entity to which the resource is associated.
static String NmProjResourceHelper.getStandardRate(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the standard rate of the resource wt.projmgmt.util.CurrencyRate.
static String NmProjResourceHelper.getCostPerUse(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the cost per use of the resource wt.projmgmt.util.Currency.
static String NmProjResourceHelper.getMaximumUtilization(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the percent utilization of the resource wt.projmgmt.util.CurrencyRate.
static int NmProjResourceHelper.getMaximumUtilization(ProjectResource resource)
          Get the maximum number of units of the resource that can be used.
static String NmProjResourceHelper.getOvertimeRate(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the overtime rate of the resource wt.projmgmt.util.CurrencyRate.
static NmProjectResource NmProjResourceHelper.createNmProjectResource(ProjectResource resource)
          Returns a netmarkets object corresponding to a given project resource.
static Object NmProjResourceHelper.getResourceOrganization(ProjectResource resource, Locale locale, Object default_value)
          Returns the name of the Organization to which the resource is associated.
private static Object NmProjResourceHelper.getPersonValue(ProjectResource resource, Locale locale)
           
private static String NmProjResourceHelper.getRoleValue(ProjectResource resource)
           
private static String NmProjResourceHelper.getRoleValueView(ProjectResource resource, Locale locale)
           
private static Object NmProjResourceHelper.getInfoValue(ProjectResource resource, Locale locale)
           
private static String NmProjResourceHelper.getResourceLabel(ProjectResource resource, Locale locale)
           
private static String NmProjResourceHelper.getResourceType(ProjectResource resource)
          Resturns the resource type string for the resource passed as argument.
static NmNumber NmProjResourceHelper.getStandardRateNmNumber(ProjectResource resource, Locale locale, String default_value)
           
static NmNumber NmProjResourceHelper.getCostPerUseNmNumber(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the cost per use of the resource wt.projmgmt.util.Currency.
static NmNumber NmProjResourceHelper.getMaximumUtilizationNmNumber(ProjectResource resource, Locale locale, String default_value)
          Returns a localized string contained the percent utilization of the resource wt.projmgmt.util.CurrencyRate.
static NmNumber NmProjResourceHelper.getOvertimeRateNmNumber(ProjectResource resource, Locale locale, String default_value)
           
static NmProjectResource NmProjectResource.newNmProjectResource(ProjectResource proj_res)
          

Supported API: false
protected  void NmProjectResource.initialize(ProjectResource proj_res)
          Supports initialization, following construction of an instance.
 

Uses of ProjectResource in com.ptc.netmarkets.projmgmt
 

Methods in com.ptc.netmarkets.projmgmt that return ProjectResource
private  ProjectResource StandardNmProjMgmtService.updateResourceAttributes(ProjectResource resource, Hashtable params)
           
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type ProjectResource
private  void StandardNmProjMgmtService.setResourceAttributes(ProjectResource resource, Hashtable params)
           
private  ProjectResource StandardNmProjMgmtService.updateResourceAttributes(ProjectResource resource, Hashtable params)
           
private  NmChangeModel[] StandardNmProjMgmtService.updateProjectResource(NmOid project_oid, ProjectResource resource, Hashtable params)
           
private  NmChangeModel[] StandardNmProjMgmtService.createResourceChangeModel(ProjectResource resource, NmOid project_oid, int change_type)
           
static String NmProjMgmtHelper.getResourceDisplayName(ProjectResource res, Locale loc)
           
 

Uses of ProjectResource in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution with parameters of type ProjectResource
 QueryResult StandardProjExecService.getResourceActivities(ProjectPlan plan, ProjectResource resource)
          Retrieves activities which resource is assigned.
 

Uses of ProjectResource in wt.projmgmt.ix
 

Fields in wt.projmgmt.ix declared as ProjectResource
private  ProjectResource ProjectActivityIxHandler.AssigneeCommitPair.assignee
           
 

Methods in wt.projmgmt.ix that return ProjectResource
private  ProjectResource ProjectResourceIxHandler.findResource(ProjectPlan plan, String type, String name)
           
private  ProjectResource ProjectResourceIxHandler.createProjectResource(ProjectPlan plan, String type)
           resourceType (PERSON | ROLE | EQUIPMENT | MATERIAL | INFORMATION | FACILITY) #REQUIRED>
 ProjectResource ProjectActivityIxHandler.AssigneeCommitPair.getAssignee()
           
 

Methods in wt.projmgmt.ix with parameters of type ProjectResource
 void ProjectResourceIxHandler.exportResource(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportResourceAttributes(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  boolean ProjectResourceIxHandler.updateResourceAttributes(ProjectResource resource, String type, IxbElement elem, Importer imp)
          
private  String ProjectResourceIxHandler.getResourceType(ProjectResource resource)
           resourceType (PERSON | ROLE | EQUIPMENT | MATERIAL | INFORMATION | FACILITY) #REQUIRED>
private  void ProjectResourceIxHandler.exportLabel(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportMaxUnits(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportResourceReference(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportStandardRate(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportCostPerUse(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportOvertimeRate(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.exportMaxPercentUtilization(ProjectResource resource, IxbElement elem, Exporter exporter)
          
private  void ProjectResourceIxHandler.importLabel(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importMaxUnits(ProjectResource resource, IxbElement elem, Importer importer)
          
private  boolean ProjectResourceIxHandler.importResourceReference(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importStandardRate(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importCostPerUse(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importOvertimeRate(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importMaxPercentUtilization(ProjectResource resource, IxbElement elem, Importer importer)
          
 

Constructors in wt.projmgmt.ix with parameters of type ProjectResource
ProjectActivityIxHandler.AssigneeCommitPair(ProjectResource resource, Integer unit)
           
 

Uses of ProjectResource in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject with parameters of type ProjectResource
static int Utils.getMaxUnits(ProjectResource resource)
          Get the maximum number of units of the resource that can be used by this project plan.
static ProjectWorkItem Utils.getWorkItem(ExecutionObject exObj, ProjectResource resource)
          Get the ProjectWorkItem that is associated with the specified ProjectResource and ExecutionObject.
private  void MPPXMLExporter.exportResource(ProjectResource resource)
          Export the specified ProjectResource in Microsoft Project XML format.
 void MPPXMLExporter.exportEmailAddress(ProjectResource resource)
          Export the email address of the specified ProjectResource.
 void MPPXMLExporter.exportInitials(ProjectResource resource)
          Export the initials of the specified ProjectResource.
 void MPPXMLExporter.exportConfirmed(ProjectResource resource, String tag)
          Export whether or not the resource has confirmed its assignments.
 void MPPXMLExporter.exportResponsePending(ProjectResource resource, String tag)
          Export whether or not the resource has been sent an invitation to the team but has not yet confirmed participation.
 void MPPXMLExporter.exportMaxUnits(ProjectResource resource)
          Export the max units of the specified ProjectResource.
 void MPPXMLExporter.exportResourceUnits(ProjectResource resource, int units, String tag)
          Export the number of resources for the specified resource using the correct data format (percent or integer).
 Work MPPXMLExporter.exportWork(ProjectResource resource, String tag)
          Export the amount of work allocated to the specified ProjectResource.
 Work MPPXMLExporter.exportActualWork(ProjectResource resource, String tag)
          Export the actual amount of work performed by the specified ProjectResource.
 Currency MPPXMLExporter.exportCost(ProjectResource resource, String tag)
          Export the total cost of work allocated to the specified ProjectResource.
 Currency MPPXMLExporter.exportActualCost(ProjectResource resource, String tag)
          Export the actual cost of work performed by the specified ProjectResource.
 void MPPXMLExporter.exportName(ProjectResource resource, String tag)
          Export the name of the specified ProjectResource.
 

Uses of ProjectResource in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return ProjectResource
 ProjectResource MPPResource.getProjectResource()
          Get the persistable ProjectResource that this object corresponds to.
protected  ProjectResource MPPResource.updateProjectResource(ProjectResource projRes)
          Update the values that are specific to wt.projmgmt.execution.ProjectResources.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type ProjectResource
protected  ProjectResource MPPResource.updateProjectResource(ProjectResource projRes)
          Update the values that are specific to wt.projmgmt.execution.ProjectResources.
 

Uses of ProjectResource in wt.projmgmt.resource
 

Subclasses of ProjectResource in wt.projmgmt.resource
 class EquipmentResource
          Resource whose cost is derived from the use of some piece of equipment or use of some facility.
 class FacilityResource
           Use the newFacilityResource static factory method(s), not the FacilityResource constructor, to construct instances of this class.
 class InformationResource
          InformationResource represents resources used or produced by activities that can be accessed on-line.
 class MaterialResource
          MaterialResource represents cost resources that corresponds to supplies or consumables.
 class PersonResource
          Resource whose cost is incurred by the utilization of a person in a task.
 class RoleResource
          This class is used to collect cost related information associated to a role (rather to a specific individual).
 

Methods in wt.projmgmt.resource that return ProjectResource
 ProjectResource StandardProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 ProjectResource StandardProjResourceService.getResource(ProjectPlan plan, String resource_name)
          Returns a ProjectResource given the host ProjectPlan and the resource name.
private  ProjectResource StandardProjResourceService.getProjectResource(ProjectPlan plan, Object res_obj)
          Returns a project resource.
 ProjectResource ResourceAssignmentLink.getResource()
          Gets the object for the association that plays role: RESOURCE_ROLE.
 ProjectResource ProjResourceServiceFwd.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 ProjectResource ProjResourceServiceFwd.getResource(ProjectPlan plan, String resource_name)
          Returns a ProjectResource given the host ProjectPlan and the resource name.
 ProjectResource ProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 ProjectResource ProjResourceService.getResource(ProjectPlan plan, String resource_name)
          Returns a ProjectResource given the host ProjectPlan and the resource name.
 ProjectResource ProjectResourceLink.getResource()
          Gets the object for the association that plays role: RESOURCE_ROLE.
 

Methods in wt.projmgmt.resource with parameters of type ProjectResource
 ProjectActivity StandardProjResourceService.changeResource(ProjectActivity projectActivity, ProjectResource old_resource, ProjectResource new_resource)
          This method replaces one ProjectResource with another ProjectResource in a ProjectActivity.
 ProjectResource StandardProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 QueryResult StandardProjResourceService.getAllResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 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.
 Currency StandardProjResourceService.getCurrentResourceCost(ProjectResource resource, Timestamp time)
          Returns the cost spent so far for a given ProjectResource in the plan up to the time passed as argument.
 double StandardProjResourceService.getCurrentResourceUnits(ProjectResource resource, Timestamp time)
          Returns the number of resources (units) consumed so far for a given ProjectResource in the plan 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.
 QueryResult StandardProjResourceService.getResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 Currency StandardProjResourceService.getTotalCost(ProjectResource resource, ProjectActivity activity)
          Returns the total cost to be spent by a ProjectResource in a ProjectActivity.
 Currency StandardProjResourceService.getTotalResourceCost(ProjectResource resource)
          Returns the total cost for a given ProjectResource in the ProjectPlan that contains the resource This method may return a non-zero value only for CostResource objects.
 double StandardProjResourceService.getTotalResourceUnits(ProjectResource resource)
          Returns the total resources (or units) to be spent for a given ProjectResource.
 double StandardProjResourceService.getTotalUnits(ProjectResource resource, ProjectActivity activity)
          Returns the total units to be spent by a ProjectResource.
private  QueryResult StandardProjResourceService.getAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource, boolean only_enabled)
           
private  QueryResult StandardProjResourceService.getActivityHolders(ProjectResource resource)
           
 void ResourceAssignmentLink.setResource(ProjectResource resource)
          Sets the object for the association that plays role: RESOURCE_ROLE.
static ResourceAssignmentLink ResourceAssignmentLink.newResourceAssignmentLink(ResourceHolder holder, ProjectResource resource)
          Default factory for the class.
 ProjectActivity ProjResourceServiceFwd.changeResource(ProjectActivity projectActivity, ProjectResource old_resource, ProjectResource new_resource)
          This method replaces one ProjectResource with another ProjectResource in a ProjectActivity.
 ProjectResource ProjResourceServiceFwd.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 QueryResult ProjResourceServiceFwd.getAllResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 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.
 Currency ProjResourceServiceFwd.getCurrentResourceCost(ProjectResource resource, Timestamp time)
          Returns the cost spent so far for a given ProjectResource in the plan up to the time passed as argument.
 double ProjResourceServiceFwd.getCurrentResourceUnits(ProjectResource resource, Timestamp time)
          Returns the number of resources (units) consumed so far for a given ProjectResource in the plan 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.
 QueryResult ProjResourceServiceFwd.getResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 Currency ProjResourceServiceFwd.getTotalCost(ProjectResource resource, ProjectActivity activity)
          Returns the total cost to be spent by a ProjectResource in a ProjectActivity.
 Currency ProjResourceServiceFwd.getTotalResourceCost(ProjectResource resource)
          Returns the total cost for a given ProjectResource in the ProjectPlan that contains the resource This method may return a non-zero value only for CostResource objects.
 double ProjResourceServiceFwd.getTotalResourceUnits(ProjectResource resource)
          Returns the total resources (or units) to be spent for a given ProjectResource.
 double ProjResourceServiceFwd.getTotalUnits(ProjectResource resource, ProjectActivity activity)
          Returns the total units to be spent by a ProjectResource.
 ProjectActivity ProjResourceService.changeResource(ProjectActivity projectActivity, ProjectResource old_resource, ProjectResource new_resource)
          This method replaces one ProjectResource with another ProjectResource in a ProjectActivity.
 ProjectResource ProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 QueryResult ProjResourceService.getAllResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 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.
 Currency ProjResourceService.getCurrentResourceCost(ProjectResource resource, Timestamp time)
          Returns the cost spent so far for a given ProjectResource in the plan up to the time passed as argument.
 double ProjResourceService.getCurrentResourceUnits(ProjectResource resource, Timestamp time)
          Returns the number of resources (units) consumed so far for a given ProjectResource in the plan 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.
 QueryResult ProjResourceService.getResourceAssignments(ProjectPlan plan, ResourceHolder holder, ProjectResource resource)
          Returns resource assignments (ResourceAssignmentLink) for a ProjectPlan, ResourceHolder, and ProjectResource passed as arguments.
 Currency ProjResourceService.getTotalCost(ProjectResource resource, ProjectActivity activity)
          Returns the total cost to be spent by a ProjectResource in a ProjectActivity.
 Currency ProjResourceService.getTotalResourceCost(ProjectResource resource)
          Returns the total cost for a given ProjectResource in the ProjectPlan that contains the resource This method may return a non-zero value only for CostResource objects.
 double ProjResourceService.getTotalResourceUnits(ProjectResource resource)
          Returns the total resources (or units) to be spent for a given ProjectResource.
 double ProjResourceService.getTotalUnits(ProjectResource resource, ProjectActivity activity)
          Returns the total units to be spent by a ProjectResource.
 void ProjectResourceLink.setResource(ProjectResource resource)
          Sets the object for the association that plays role: RESOURCE_ROLE.
static ProjectResourceLink ProjectResourceLink.newProjectResourceLink(ProjectPlan plan, ProjectResource resource)
          Default factory for the class.
protected  boolean ProjectResource.readVersion(ProjectResource thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.