|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueObjectException | |
---|---|
com.primavera.common.value | Value object classes |
com.primavera.common.value.spread | Spread value objects and related classes |
Uses of ValueObjectException in com.primavera.common.value |
---|
Subclasses of ValueObjectException in com.primavera.common.value | |
---|---|
class |
MultipartObjectIdException
Exception class for invalid multi-part ObjectIds |
class |
SpreadInvalidFieldIndexException
Exception class used when an invalid field index was specified for a Spread |
Methods in com.primavera.common.value that throw ValueObjectException | |
---|---|
static long |
DetailedWorkHours.getTimeBitmapAsLong(double dStartIndex,
double dEndIndex)
Gets a time map value with given time range . |
static long |
DetailedWorkHours.getTimeBitmapAsLong(java.lang.String sStartTime,
java.lang.String sEndTime)
Gets a time map value for the given time range |
boolean |
DetailedWorkHours.isTimeOn(double dIndex)
Indicates if the given time is work-time. |
boolean |
DetailedWorkHours.isTimeOn(java.lang.String sTime)
Indicates if the given time is work-time. |
void |
DetailedWorkHours.turnTimeOff(double dStartIndex,
double dEndIndex)
Sets the time range to be non-work-time. |
void |
DetailedWorkHours.turnTimeOff(java.lang.String sStartTime,
java.lang.String sEndTime)
Sets the time range to be non-work-time. |
void |
DetailedWorkHours.turnTimeOn(double dStartIndex,
double dEndIndex)
Sets the time range to be work-time. |
void |
DetailedWorkHours.turnTimeOn(java.lang.String sStartTime,
java.lang.String sEndTime)
Sets the time range to be work-time. |
Constructors in com.primavera.common.value that throw ValueObjectException | |
---|---|
DetailedWorkHours(java.lang.String sTimeList)
Constructs a DetailedWorkHours object with the given String time list. |
Uses of ValueObjectException in com.primavera.common.value.spread |
---|
Subclasses of ValueObjectException in com.primavera.common.value.spread | |
---|---|
class |
SpreadCumulativeDataNotLoadedException
Exception class used when attempting to access cumulative spread data that has not been loaded |
class |
SpreadException
General exception class for spread value objects |
class |
SpreadFieldNotFoundException
Exception class used when attempting to access a spread field that was not loaded in the spread object. |
class |
SpreadNonEditableException
Exception class used when attempting to edit spreads that are uneditable. |
class |
SpreadOutOfRangeException
Exception class used when attempting to access a spread period beyond the range of spread periods included in the spread object |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |