Primavera Integration API 7.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, java.util.Date weekStartDate, java.util.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 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 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 java.lang.String GUIDConverter.convertInternalGUIDToStandardFormat(java.lang.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 java.lang.String GUIDConverter.convertStandardGUIDToInternalFormat(java.lang.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 java.lang.String WhereClauseHelper.formatGUID(java.lang.String sGUID)
          Formats a GUID to make it usable in a where clause when loading a business object.
static java.sql.Date XSDHelper.getDateFromString(java.lang.String sDateTime)
          Gets a Date representation of a String that conforms to the xsd:dateTime format defined in XML Schema.
static int DayOfWeekHelper.toInt(java.lang.String dayOfWeek)
          Converts the day of the week from a string to an integer.
static java.lang.String DayOfWeekHelper.toString(int dayOfWeek)
          Converts the day of the week from an integer to a string.
 


Primavera Integration API 7.0

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