Package | Description |
---|---|
com.primavera.integration.client.bo |
Business object base class and iterator classes
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003, 2024, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.