|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurrencyRate | |
com.ptc.netmarkets.projectResource | |
wt.pdmlink | |
wt.projmgmt.ix | |
wt.projmgmt.msproject | |
wt.projmgmt.resource |
Uses of CurrencyRate in com.ptc.netmarkets.projectResource |
Methods in com.ptc.netmarkets.projectResource that return CurrencyRate | |
static CurrencyRate |
NmProjResourceHelper.getCurrencyRate(Hashtable params,
String key,
Locale locale)
Extracts the currency rate object associated with a given key in a Hashtable. |
Uses of CurrencyRate in wt.pdmlink |
Methods in wt.pdmlink that return CurrencyRate | |
static CurrencyRate |
ProductIXUtils.getRate(IxbElement elem,
String tag,
Importer imp)
|
Methods in wt.pdmlink with parameters of type CurrencyRate | |
static void |
ProductIXUtils.exportRate(IxbElement elem,
String tag,
CurrencyRate currency_rate,
Exporter exporter)
|
Uses of CurrencyRate in wt.projmgmt.ix |
Methods in wt.projmgmt.ix that return CurrencyRate | |
static CurrencyRate |
ProjMgmtIxUtils.getRate(IxbElement elem,
String tag,
Importer imp)
|
Methods in wt.projmgmt.ix with parameters of type CurrencyRate | |
static void |
ProjMgmtIxUtils.exportRate(IxbElement elem,
String tag,
CurrencyRate currency_rate,
Exporter exporter)
|
Uses of CurrencyRate in wt.projmgmt.msproject |
Methods in wt.projmgmt.msproject with parameters of type CurrencyRate | |
void |
Exporter.exportRate(CurrencyRate rate,
String tag)
Export a currency rate value. |
Uses of CurrencyRate in wt.projmgmt.resource |
Fields in wt.projmgmt.resource declared as CurrencyRate | |
private CurrencyRate |
RoleResource.overtimeRate
|
private CurrencyRate |
RoleResource.standardRate
|
static CurrencyRate |
ProjResourceHelper.DEFAULT_STANDARD_RATE
Supported API: false |
static CurrencyRate |
ProjResourceHelper.DEFAULT_OVERTIME_RATE
Supported API: false |
private CurrencyRate |
PersonResource.overtimeRate
|
private CurrencyRate |
PersonResource.standardRate
|
private CurrencyRate |
MaterialResource.standardRate
|
private CurrencyRate |
FacilityResource.overtimeRate
|
private CurrencyRate |
FacilityResource.standardRate
|
private CurrencyRate |
EquipmentResource.overtimeRate
|
private CurrencyRate |
EquipmentResource.standardRate
|
Methods in wt.projmgmt.resource that return CurrencyRate | |
CurrencyRate |
TimeResource.getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
CurrencyRate |
RoleResource.getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
CurrencyRate |
RoleResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
CurrencyRate |
PersonResource.getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
CurrencyRate |
PersonResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
CurrencyRate |
MaterialResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
CurrencyRate |
FacilityResource.getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
CurrencyRate |
FacilityResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
CurrencyRate |
EquipmentResource.getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
CurrencyRate |
EquipmentResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
CurrencyRate |
CurrencyRate.copy()
Supported API: false |
static CurrencyRate |
CurrencyRate.getCurrencyRate(String str)
Supported API: false |
CurrencyRate |
CostResource.getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
Methods in wt.projmgmt.resource with parameters of type CurrencyRate | |
void |
TimeResource.setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
ProjectResource |
StandardProjResourceService.changeResourceCost(ProjectResource resource,
Currency use,
CurrencyRate std,
CurrencyRate ovt)
Changes cost properties of the ProjectResource
passed as argument. |
void |
RoleResource.setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
void |
RoleResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
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.setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
void |
PersonResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
void |
MaterialResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
void |
FacilityResource.setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
void |
FacilityResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
void |
EquipmentResource.setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
void |
EquipmentResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
protected boolean |
CurrencyRate.readVersion(CurrencyRate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
CostResource.setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |