Primavera Integration API 7.0

Package com.primavera.integration.client.bo

Business object base class and iterator classes

See:
          Description

Interface Summary
BOHelper<T extends BusinessObject> Interface to business object helper classes used to simplify access to business objects exposed in the API.
 

Class Summary
BOIterator<T extends BusinessObject> An iterator over a business object collection.
BusinessObject The base class of all client-side business objects.
 

Exception Summary
BusinessObjectException Base class for all exceptions thrown by business objects.
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.
InvalidFieldException An exception that occurs when a field is not valid in a particular business object.
InvalidValueException An exception that occurs when attempting to set the value of a field in a business object to an invalid value.
OrderByFieldException An exception that occurs when an invalid field is specified in the order by parameter of a business object load method.
WhereClauseException WhereClauseException will be thrown when the client-side SQL parser encounters any errors.
WhereClauseFieldException An exception that occurs when an invalid field is specified in the where clause parameter of a business object load method.
 

Package com.primavera.integration.client.bo Description

Business object base class and iterator classes


Primavera Integration API 7.0

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