|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadBucketType | |
---|---|
com.primavera.common.value | Value object classes |
com.primavera.common.value.spread | Spread value objects and related classes |
Uses of SpreadBucketType in com.primavera.common.value |
---|
Methods in com.primavera.common.value that return SpreadBucketType | |
---|---|
static SpreadBucketType |
SpreadBucketType.fromInt(int oldConstantVal)
Gets a SpreadBucketType instance based on the internal constant passed as an argument. |
static SpreadBucketType |
SpreadBucketType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpreadBucketType[] |
SpreadBucketType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SpreadBucketType in com.primavera.common.value.spread |
---|
Methods in com.primavera.common.value.spread that return SpreadBucketType | |
---|---|
SpreadBucketType |
SpreadData.getBucketType()
Get the bucket type of this batch of spread data. |
SpreadBucketType |
BaseSpread.getSpreadBucketTypeEnum()
Gets the bucket type of spread data in enum. |
SpreadBucketType |
SpreadPeriod.getSpreadBucketTypeEnum()
Gets the bucket type of this spread period in enum. |
Methods in com.primavera.common.value.spread with parameters of type SpreadBucketType | |
---|---|
Date |
SpreadData.getBucketStart(Date date,
SpreadBucketType bucketType)
Trims the given date to the bucket start time |
Date |
SpreadData.getNextBucketStart(Date date,
SpreadBucketType bucketType)
Gets the next bucket time by a given date |
Date |
SpreadData.getPreviousBucketStart(Date date,
SpreadBucketType bucketType)
Gets the previous bucket time by a given date |
Constructors in com.primavera.common.value.spread with parameters of type SpreadBucketType | |
---|---|
ResourceAssignmentSpread(SpreadBucketType bucketType)
Creates a new resource assignment instance for update. |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |