Primavera Integration API 8.0

Uses of Class
com.primavera.integration.client.bo.InvalidValueException

Packages that use InvalidValueException
com.primavera.integration.client.bo.object Client business object classes 
com.primavera.integration.util General utility classes 
 

Uses of InvalidValueException in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that throw InvalidValueException
static ObjectId ProjectResourceQuantity.createObjectId(ObjectId projectResourceObjectId, Date weekStartDate, Date monthStartDate)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UserOBS.createObjectId(ObjectId userObjectId, ObjectId obsObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UDFValue.createObjectId(ObjectId uDFTypeObjectId, ObjectId foreignObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId Timesheet.createObjectId(ObjectId timesheetPeriodObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ScheduleOptions.createObjectId(ObjectId userObjectId, ObjectId projectObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId RiskResponseActionImpact.createObjectId(ObjectId riskResponseActionObjectId, ObjectId riskThresholdObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId RiskMatrixThreshold.createObjectId(ObjectId riskMatrixObjectId, ObjectId riskThresholdObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId RiskImpact.createObjectId(ObjectId riskObjectId, ObjectId riskThresholdObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceRole.createObjectId(ObjectId resourceObjectId, ObjectId roleObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceCodeAssignment.createObjectId(ObjectId resourceObjectId, ObjectId resourceCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAssignmentPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId resourceAssignmentObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAccess.createObjectId(ObjectId userObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ProjectCodeAssignment.createObjectId(ObjectId projectObjectId, ObjectId projectCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityRisk.createObjectId(ObjectId riskObjectId, ObjectId activityObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId activityObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityOwner.createObjectId(ObjectId activityObjectId, ObjectId userObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityCodeAssignment.createObjectId(ObjectId activityObjectId, ObjectId activityCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
 

Uses of InvalidValueException in com.primavera.integration.util
 

Methods in com.primavera.integration.util that throw InvalidValueException
static String GUIDConverter.convertInternalGUIDToStandardFormat(String sInternalGUID)
          Converts a GUID from internal base 64 format to standard format of {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where each x is an alphanumeric character
static String GUIDConverter.convertStandardGUIDToInternalFormat(String sStandardGUID)
          Converts a GUID to internal base 64 format from standard format of {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where each x is an alphanumeric character
static String WhereClauseHelper.formatGUID(String sGUID)
          Formats a GUID to make it usable in a where clause when loading a business object.
static Date XSDHelper.getDateFromString(String sDateTime)
          Gets a Date representation of a String that conforms to the xsd:dateTime format defined in XML Schema.
static int DayOfWeekHelper.toInt(String dayOfWeek)
          Converts the day of the week from a string to an integer.
static String DayOfWeekHelper.toString(int dayOfWeek)
          Converts the day of the week from an integer to a string.
 


Primavera Integration API 8.0

Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.