Uses of Class
wt.projmgmt.resource.Currency

Packages that use Currency
com.ptc.netmarkets.projectResource   
com.ptc.netmarkets.projmgmt   
wt.audit.eventinfo   
wt.pdmlink   
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.monitor   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of Currency in com.ptc.netmarkets.projectResource
 

Methods in com.ptc.netmarkets.projectResource that return Currency
static Currency NmProjResourceHelper.getCurrency(Hashtable params, String key, Locale locale)
          Extracts the currency value associated with a given key in a Hashtable.
 

Uses of Currency in com.ptc.netmarkets.projmgmt
 

Fields in com.ptc.netmarkets.projmgmt declared as Currency
 Currency NmProjMgmtObject.totalCost
           
 Currency NmProjMgmtObject.currentCost
           
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type Currency
 void NmProjMgmtObject.setTotalCost(Currency total)
           
 void NmProjMgmtObject.setCurrentCost(Currency cur)
           
 

Uses of Currency in wt.audit.eventinfo
 

Fields in wt.audit.eventinfo declared as Currency
private  Currency ProjectEventInfo.budget
           
 

Methods in wt.audit.eventinfo that return Currency
 Currency ProjectEventInfo.getBudget()
          Gets the value of the attribute: BUDGET.
 

Methods in wt.audit.eventinfo with parameters of type Currency
 void ProjectEventInfo.setBudget(Currency a_Budget)
          Sets the value of the attribute: BUDGET.
 

Uses of Currency in wt.pdmlink
 

Methods in wt.pdmlink that return Currency
static Currency ProductIXUtils.getCost(IxbElement elem, String tag, Importer imp)
          Extracts the cost from the element that corresponds to the tag passed as argument.
 

Methods in wt.pdmlink with parameters of type Currency
static void ProductIXUtils.exportCost(IxbElement elem, String tag, Currency currency, Exporter exporter)
           
 

Uses of Currency in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as Currency
private  Currency Project2.budget
           
 

Methods in wt.projmgmt.admin that return Currency
 Currency Project2.getBudget()
          Gets the value of the attribute: BUDGET.
 

Methods in wt.projmgmt.admin with parameters of type Currency
 void Project2.setBudget(Currency a_Budget)
          Sets the value of the attribute: BUDGET.
 

Uses of Currency in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as Currency
private  Currency SummaryActivity.currentWorkCost
           
private  Currency SummaryActivity.totalWorkCost
           
private  Currency ProjectWorkItem.currentWorkCost
           
private  Currency ProjectWorkItem.totalWorkCost
           
private  Currency ProjectProxy.currentWorkCost
           
private  Currency ProjectProxy.totalWorkCost
           
private  Currency ProjectPlan.currentWorkCost
           
private  Currency ProjectPlan.totalWorkCost
           
private  Currency ProjectActivity.currentWorkCost
           
private  Currency ProjectActivity.totalWorkCost
           
private  Currency Milestone.currentWorkCost
           
private  Currency Milestone.totalWorkCost
           
 

Methods in wt.projmgmt.execution that return Currency
 Currency SummaryActivity.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency SummaryActivity.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency ProjectWorkItem.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency ProjectWorkItem.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency ProjectProxy.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency ProjectProxy.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency ProjectPlan.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency ProjectPlan.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency ProjectActivity.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency ProjectActivity.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency Milestone.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency Milestone.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency ExecutionObject.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency ExecutionObject.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 

Methods in wt.projmgmt.execution with parameters of type Currency
 void SummaryActivity.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void SummaryActivity.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void ProjectWorkItem.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void ProjectWorkItem.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void ProjectProxy.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void ProjectProxy.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void ProjectPlan.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void ProjectPlan.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void ProjectActivity.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void ProjectActivity.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void Milestone.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void Milestone.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void ExecutionObject.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void ExecutionObject.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 

Uses of Currency in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return Currency
static Currency ProjMgmtIxUtils.getCost(IxbElement elem, String tag, Importer imp)
          Extracts the cost from the element that corresponds to the tag passed as argument.
 

Methods in wt.projmgmt.ix with parameters of type Currency
static void ProjMgmtIxUtils.exportCost(IxbElement elem, String tag, Currency currency, Exporter exporter)
           
 

Uses of Currency in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as Currency
private  Currency MonitorInfo.totalWorkCost
           
private  Currency MonitorInfo.currentWorkCost
           
 

Methods in wt.projmgmt.monitor that return Currency
 Currency MonitorInfo.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency MonitorInfo.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 

Methods in wt.projmgmt.monitor with parameters of type Currency
 ExecutionObject StandardProjMonitorService.changeCost(ExecutionObject exec_obj, Currency new_total_cost, Currency new_curr_cost)
          Changes the total and current costs of the execution object passed as argument.
 ExecutionObject ProjMonitorServiceFwd.changeCost(ExecutionObject exec_obj, Currency new_total_cost, Currency new_curr_cost)
          Changes the total and current costs of the execution object passed as argument.
 ExecutionObject ProjMonitorService.changeCost(ExecutionObject exec_obj, Currency new_total_cost, Currency new_curr_cost)
          Changes the total and current costs of the execution object passed as argument.
static boolean ProjMonitorHelper.sameCurrency(Currency curr1, Currency curr2)
          Returns whether two cost objects are equal.
 void MonitorInfo.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
 void MonitorInfo.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 

Uses of Currency in wt.projmgmt.msproject
 

Fields in wt.projmgmt.msproject declared as Currency
private static Currency MPPXMLExporter.ZERO_CURRENCY
           
 

Methods in wt.projmgmt.msproject that return Currency
 Currency MPPXMLExporter.exportCost(ProjectResource resource, String tag)
          Export the total cost of work allocated to the specified ProjectResource.
 Currency MPPXMLExporter.exportCost(ResourceAssignmentLink link, String tag)
          Export the total cost of work allocated to the specified ResourceAssignmentLink.
 Currency MPPXMLExporter.exportActualCost(ProjectResource resource, String tag)
          Export the actual cost of work performed by the specified ProjectResource.
 Currency MPPXMLExporter.exportActualCost(ResourceAssignmentLink link, String tag)
          Export the actual cost of work performed for the specified ResourceAssignmentLink.
 

Methods in wt.projmgmt.msproject with parameters of type Currency
 void MPPXMLExporter.exportRemainingCost(Currency total, Currency actual, String tag)
          Export the RemainingCost given the total cost and the actual cost.
 void Exporter.exportCurrency(Currency currency, String tag)
          Export a currency value.
 

Uses of Currency in wt.projmgmt.msproject.mppobject
 

Fields in wt.projmgmt.msproject.mppobject declared as Currency
private  Currency MPPTask.rolledUpTotalCost
           
private  Currency MPPTask.rolledUpCurrentCost
           
 

Methods in wt.projmgmt.msproject.mppobject that return Currency
 Currency MPPTask.getRolledUpTotalCost()
          If this task is a milestone, return the total cost that is rolled up from this task's deliverables.
 Currency MPPTask.getRolledUpCurrentCost()
          If this task is a milestone, return the current cost that is rolled up from this task's deliverables.
 Currency MPPExecutionObject.getActualCost()
          Return the Actual Cost for this execution object that is defined in the XML.
 Currency MPPExecutionObject.getCost()
          Return the Cost for this execution object that is defined in the XML.
 

Uses of Currency in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as Currency
private  Currency RoleResource.costPerUse
           
private  Currency PersonResource.costPerUse
           
private  Currency MaterialResource.costPerUse
           
private  Currency FacilityResource.costPerUse
           
private  Currency EquipmentResource.costPerUse
           
private  Currency Deliverable.currentWorkCost
           
private  Currency Deliverable.totalWorkCost
           
 

Methods in wt.projmgmt.resource that return Currency
 Currency StandardProjResourceService.getCurrentCost(ExecutionObject exec_obj, Timestamp time)
          Returns the total cost incurred in the execution of the object up to the time 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.
 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.
 Currency StandardProjResourceService.getTotalCost(ExecutionObject exec_obj)
          Returns the total cost incurred in the execution of the object passed as argument.
 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.
 Currency StandardProjResourceService.computeWorkItemCost(ProjectWorkItem item, Work standard_work, Work overtime_work)
          Computes the current cost for a project work item given the current standard work and the current overtime work.
 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.
 Currency RoleResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 Currency ProjResourceServiceSvr.computeWorkItemCost(ProjectWorkItem item, Work standard_work, Work overtime_work)
          Computes the current cost for a project work item given the current standard work and the current overtime work.
 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.
 Currency ProjResourceServiceFwd.getCurrentCost(ExecutionObject exec_obj, Timestamp time)
          Returns the total cost incurred in the execution of the object up to the time 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.
 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.
 Currency ProjResourceServiceFwd.getTotalCost(ExecutionObject exec_obj)
          Returns the total cost incurred in the execution of the object passed as argument.
 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.
 Currency ProjResourceService.getCurrentCost(ExecutionObject exec_obj, Timestamp time)
          Returns the total cost incurred in the execution of the object up to the time 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.
 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.
 Currency ProjResourceService.getTotalCost(ExecutionObject exec_obj)
          Returns the total cost incurred in the execution of the object passed as argument.
 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.
 Currency PersonResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 Currency MaterialResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 Currency FacilityResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 Currency EquipmentResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 Currency Deliverable.getCurrentWorkCost()
          Gets the value of the attribute: CURRENT_WORK_COST.
 Currency Deliverable.getTotalWorkCost()
          Gets the value of the attribute: TOTAL_WORK_COST.
 Currency Currency.copy()
          

Supported API: false
static Currency Currency.getCurrency(String str)
          

Supported API: true
 Currency CostResource.getCostPerUse()
          Gets the value of the attribute: COST_PER_USE.
 

Methods in wt.projmgmt.resource with parameters of type Currency
 ProjectResource StandardProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 void RoleResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.
 ProjectResource ProjResourceServiceFwd.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 ProjectResource ProjResourceService.changeResourceCost(ProjectResource resource, Currency use, CurrencyRate std, CurrencyRate ovt)
          Changes cost properties of the ProjectResource passed as argument.
 void PersonResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.
 void MaterialResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.
 void FacilityResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.
 void EquipmentResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.
 void Deliverable.setCurrentWorkCost(Currency a_CurrentWorkCost)
          Sets the value of the attribute: CURRENT_WORK_COST.
 void Deliverable.setTotalWorkCost(Currency a_TotalWorkCost)
          Sets the value of the attribute: TOTAL_WORK_COST.
protected  boolean Currency.readVersion(Currency thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CostResource.setCostPerUse(Currency a_CostPerUse)
          Sets the value of the attribute: COST_PER_USE.