Primavera Integration API 8.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.
SpreadOptions Spread Options is used to load business objects with summary data.
SpreadOptions.ExpenseCategorySpreadOptions A SpreadOptions type to load the ExpenseCategory categorized spread on the business object
SpreadOptions.PrimarySpreadOptions A SpreadOptions type to load uncategorized spread on the business object
SpreadOptions.ProjectSpreadOptions A SpreadOptions type to load the Project categorized spread on the business object
SpreadOptions.ResourceSpreadOptions A SpreadOptions type to load the Resource categorized on the business object
SpreadOptions.RoleSpreadOptions A SpreadOptions type to load the Role categorized spread on the business object
SpreadOptions.WBSSpreadOptions A SpreadOptions type to load the WBS categorized spread on the business object
 

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 8.0

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