|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectResourceRoleSpreadPeriod
This interface defines all access methods for each resource/role assignment spread period. The spread period is calculated according to the bucket type.
Method Summary | |
---|---|
Unit |
getCumulativeLimit()
Gets the cumulative limit units for this spread period, which is cumulated from the actual start to the end of this period. |
Cost |
getCumulativePeriodActualCost()
Gets the cumulative actual cost for this spread period, which is cumulated from the actual start to the end of this period. |
Unit |
getCumulativePeriodActualUnits()
Gets the cumulative actual units for this spread period, which is cumulated from the actual start to the end of this period. |
Cost |
getCumulativePeriodAtCompletionCost()
Gets the cumulative at completion cost for this spread period, which is cumulated from the start date to the end of this period. |
Unit |
getCumulativePeriodAtCompletionUnits()
Gets the cumulative at completion units for this spread period, which is cumulated from the start date to the end of this period. |
Unit |
getLimit()
Gets the limit units for this spread period. |
Cost |
getPeriodActualCost()
Gets the actual cost for this spread period. |
Unit |
getPeriodActualUnits()
Gets the actual units for this spread period. |
Cost |
getPeriodAtCompletionCost()
Gets the at completion cost for this spread period. |
Unit |
getPeriodAtCompletionUnits()
Gets the at completion units for this spread period. |
Methods inherited from interface com.primavera.common.value.spread.ResourceAssignmentSpreadPeriodBase |
---|
getActualCost, getActualOvertimeCost, getActualOvertimeUnits, getActualRegularCost, getActualRegularUnits, getActualUnits, getAtCompletionCost, getAtCompletionUnits, getCumulativeActualCost, getCumulativeActualOvertimeCost, getCumulativeActualOvertimeUnits, getCumulativeActualRegularCost, getCumulativeActualRegularUnits, getCumulativeActualUnits, getCumulativeAtCompletionCost, getCumulativeAtCompletionUnits, getCumulativePlannedCost, getCumulativePlannedUnits, getCumulativeRemainingCost, getCumulativeRemainingLateCost, getCumulativeRemainingLateUnits, getCumulativeRemainingUnits, getCumulativeStaffedRemainingCost, getCumulativeStaffedRemainingLateCost, getCumulativeStaffedRemainingLateUnits, getCumulativeStaffedRemainingUnits, getCumulativeUnstaffedRemainingCost, getCumulativeUnstaffedRemainingLateCost, getCumulativeUnstaffedRemainingLateUnits, getCumulativeUnstaffedRemainingUnits, getPlannedCost, getPlannedUnits, getRemainingCost, getRemainingLateCost, getRemainingLateUnits, getRemainingUnits, getStaffedRemainingCost, getStaffedRemainingLateCost, getStaffedRemainingLateUnits, getStaffedRemainingUnits, getUnstaffedRemainingCost, getUnstaffedRemainingLateCost, getUnstaffedRemainingLateUnits, getUnstaffedRemainingUnits |
Methods inherited from interface com.primavera.common.value.spread.SpreadPeriod |
---|
getCost, getCumulativeCost, getCumulativeUnits, getSpreadBucketType, getSpreadBucketTypeEnum, getSpreadPeriodEnd, getSpreadPeriodStart, getUnits, setCost, setUnits |
Method Detail |
---|
Cost getPeriodAtCompletionCost() throws SpreadFieldNotFoundException
SpreadFieldNotFoundException
- if this field was not loadedCost getCumulativePeriodAtCompletionCost() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if cumulative data was not loadedUnit getPeriodAtCompletionUnits() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if the spread cumulative data has not been
loadedUnit getCumulativePeriodAtCompletionUnits() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if cumulative data was not loadedCost getPeriodActualCost() throws SpreadFieldNotFoundException
SpreadFieldNotFoundException
- if this field was not loadedCost getCumulativePeriodActualCost() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if cumulative data was not loadedUnit getPeriodActualUnits() throws SpreadFieldNotFoundException
SpreadFieldNotFoundException
- if this field was not loadedUnit getCumulativePeriodActualUnits() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if cumulative data was not loadedUnit getLimit() throws SpreadFieldNotFoundException
SpreadFieldNotFoundException
- if this field was not loadedUnit getCumulativeLimit() throws SpreadFieldNotFoundException, SpreadCumulativeDataNotLoadedException
SpreadFieldNotFoundException
- if this field was not loaded
SpreadCumulativeDataNotLoadedException
- if cumulative data was not loaded
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |