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