Uses of Class
com.primavera.integration.client.bo.InvalidFieldException
Packages that use InvalidFieldException
Package
Description
Business object base class and iterator classes
-
Uses of InvalidFieldException in com.primavera.integration.client.bo
Subclasses of InvalidFieldException in com.primavera.integration.client.boModifier and TypeClassDescriptionclassField 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.classAn exception that occurs when an invalid field is specified in the order by parameter of a business object load method.classAn 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 InvalidFieldExceptionModifier and TypeMethodDescriptionintBOHelper.getFieldType(String sFieldName) Gets the type of a given field in the business object class.booleanBOHelper.hasFieldValue(BusinessObject bo, String fieldName) Checks if the business object has a value for the specified fieldbooleanChecks whether a field is currently null in the result set returned from the database.