Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.ClientException

Packages that use ClientException
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo Business object base class and iterator classes 
com.primavera.integration.client.xml Classes shared by the XML exporters and importers 
com.primavera.integration.client.xml.exporter Hierarchical XML exporter classes 
com.primavera.integration.client.xml.importer Hierarchical XML importer classes 
com.primavera.integration.util General utility classes 
 

Uses of ClientException in com.primavera.integration.client
 

Methods in com.primavera.integration.client that throw ClientException
 ObjectId JobManager.copyProject(Project project, EPS eps, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts)
          Deprecated. As of release 5.0, use Project.createCopy(com.primavera.common.value.ObjectId, com.primavera.integration.common.CopyProjectOptions, com.primavera.integration.common.CopyWBSOptions, com.primavera.integration.common.CopyActivityOptions)
static DatabaseInstance[] Session.getDatabaseInstances(java.lang.String sUrl)
          Retrieves all database instances supported by the server.
 JobId JobManager.javaSchedule(Project[] projects, java.util.Date newDataDate)
          Asynchronously schedules multiple projects using the Java scheduler.
static Session Session.login(java.lang.String sUrl, java.lang.String sDbId, java.lang.String sUserName, java.lang.String sPassword)
          Logs in and obtains a Session object.
 JobId JobManager.schedule(Project[] projects, java.util.Date newDataDate)
          Asynchronously schedules multiple projects using the Primavera Job Service.
 void Session.setBindParameterLimitOnLoad(int iBindParameterLimit)
          Set the new bind parameter limit for loading business objects.
 void Session.setBusinessObjectBatchSize(int iBatchSize)
          Set the new batch size for loading business objects.
 JobId JobManager.storePeriodPerformance(Project[] projects, ObjectId finPerObjId)
          Asynchronously stores period performance for multiple projects.
 

Uses of ClientException in com.primavera.integration.client.bo
 

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

Uses of ClientException in com.primavera.integration.client.xml
 

Subclasses of ClientException in com.primavera.integration.client.xml
 class XMLProcessingException
          An exception that occurs when processing an XML file or fragment.
 

Uses of ClientException in com.primavera.integration.client.xml.exporter
 

Subclasses of ClientException in com.primavera.integration.client.xml.exporter
 class XMLExporterException
          An exception class used for general problems encountered when using the XMLExporter.
 

Uses of ClientException in com.primavera.integration.client.xml.importer
 

Subclasses of ClientException in com.primavera.integration.client.xml.importer
 class XMLImporterCreateException
          An exception class used when an object to be created through the XMLImporter has a conflict with an existing object in the database.
 class XMLImporterException
          An exception class used for general exceptions that occur when using the XMLImporter.
 

Uses of ClientException in com.primavera.integration.util
 

Subclasses of ClientException in com.primavera.integration.util
 class KeyNotFoundException
          Exception class for missing keys in BOHierarchyMap
 

Methods in com.primavera.integration.util that throw ClientException
static ResourceAssignmentSpread ResourceAssignmentSpreadFactory.createInstance(Session session, SpreadPeriodType periodType)
          Creates a new instance of a ResourceAssignmentSpread.
static ResourceAssignmentSpread[] ResourceAssignmentSpreadFactory.createInstanceArray(Session session, SpreadPeriodType periodType, int numberOfInstances)
          Creates an array of new instances of ResourceAssignmentSpreads.
 


Primavera Integration API 7.0

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