Primavera Integration API 7.0

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

Packages that use InvalidFieldException
com.primavera.integration.client.bo Business object base class and iterator classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of InvalidFieldException in com.primavera.integration.client.bo
 

Subclasses of InvalidFieldException in com.primavera.integration.client.bo
 class FieldNotLoadedException
          Field not loaded exception, which will occur when calling a get method on a field that has not been loaded from the server and not specified using the associated set method.
 class OrderByFieldException
          An exception that occurs when an invalid field is specified in the order by parameter of a business object load method.
 class WhereClauseFieldException
          An exception that occurs when an invalid field is specified in the where clause parameter of a business object load method.
 

Methods in com.primavera.integration.client.bo that throw InvalidFieldException
 int BOHelper.getFieldType(java.lang.String sFieldName)
          Gets the type of a given field in the business object class.
 boolean BOHelper.hasFieldValue(BusinessObject bo, java.lang.String fieldName)
          Checks if the business object has a value for the specified field
 boolean BusinessObject.isNull(java.lang.String sFieldName)
          Checks whether a field is currently null in the result set returned from the database.
 

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

Methods in com.primavera.integration.client.bo.object that throw InvalidFieldException
static ObjectId ResourceCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static ObjectId ProjectCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static ObjectId ActivityCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
static ObjectId ResourceCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static ObjectId ProjectCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static ObjectId ActivityCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
 


Primavera Integration API 7.0

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