Primavera Integration API 8.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 
 

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(String sFieldName)
          Gets the type of a given field in the business object class.
 boolean BOHelper.hasFieldValue(BusinessObject bo, String fieldName)
          Checks if the business object has a value for the specified field
 boolean BusinessObject.isNull(String sFieldName)
          Checks whether a field is currently null in the result set returned from the database.
 


Primavera Integration API 8.0

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