Uses of Class
com.primavera.integration.client.bo.InvalidValueException
Packages that use InvalidValueException
Package
Description
Client business object classes
General utility classes
-
Uses of InvalidValueException in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that throw InvalidValueExceptionModifier and TypeMethodDescriptionstatic ObjectIdActivityCodeAssignment.createObjectId(ObjectId activityObjectId, ObjectId activityCodeTypeObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdActivityPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId activityObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdActivityRisk.createObjectId(ObjectId riskObjectId, ObjectId activityObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdProjectCodeAssignment.createObjectId(ObjectId projectObjectId, ObjectId projectCodeTypeObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdProjectResourceQuantity.createObjectId(ObjectId projectResourceObjectId, Date weekStartDate, Date monthStartDate) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdResourceAccess.createObjectId(ObjectId userObjectId, ObjectId resourceObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdResourceAssignmentCodeAssignment.createObjectId(ObjectId resourceAssignmentObjectId, ObjectId resourceAssignmentCodeTypeObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdResourceAssignmentPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId resourceAssignmentObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdResourceCodeAssignment.createObjectId(ObjectId resourceObjectId, ObjectId resourceCodeTypeObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdResourceRole.createObjectId(ObjectId resourceObjectId, ObjectId roleObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdRiskImpact.createObjectId(ObjectId riskObjectId, ObjectId riskThresholdObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdRiskMatrixThreshold.createObjectId(ObjectId riskMatrixObjectId, ObjectId riskThresholdObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdRiskResponseActionImpact.createObjectId(ObjectId riskResponseActionObjectId, ObjectId riskThresholdObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdRoleCodeAssignment.createObjectId(ObjectId roleObjectId, ObjectId roleCodeTypeObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdScheduleOptions.createObjectId(ObjectId userObjectId, ObjectId projectObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdTimesheet.createObjectId(ObjectId resourceObjectId, ObjectId timesheetPeriodObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdUDFValue.createObjectId(ObjectId uDFTypeObjectId, ObjectId foreignObjectId) Creates a multi-part ObjectId from two individual ObjectIds.static ObjectIdUserOBS.createObjectId(ObjectId userObjectId, ObjectId obsObjectId) 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 InvalidValueExceptionModifier and TypeMethodDescriptionstatic StringGUIDConverter.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 characterstatic StringGUIDConverter.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 characterstatic StringWhereClauseHelper.formatGUID(String sGUID) Formats a GUID to make it usable in a where clause when loading a business object.static DateXSDHelper.getDateFromString(String sDateTime) Gets a Date representation of a String that conforms to the xsd:dateTime format defined in XML Schema.static DateXSDHelper.getDateFromStringWithTZOffset(String sDateTimeZ) static intConverts the day of the week from a string to an integer.static StringDayOfWeekHelper.toString(int dayOfWeek) Converts the day of the week from an integer to a string.