Uses of Class
com.primavera.integration.client.ClientException
Packages that use ClientException
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object base class and iterator classes
Classes shared by the XML exporters and importers
XML exporter classes
XML importer classes
General utility classes
-
Uses of ClientException in com.primavera.integration.client
Methods in com.primavera.integration.client that throw ClientExceptionModifier and TypeMethodDescriptionstatic DatabaseInstance[]Session.getDatabaseInstances(String sUrl) Retrieves all database instances supported by the server.Asynchronously levels multiple projects.static Sessionstatic SessionLogs in and obtains a Session object.JobManager.publish(Project[] projects, ObjectId[] projIds, ObjectId[] portfolioIds, ObjectId[] epsIds, ObjectId[] projectCodeIds) JobManager.recalculateAssignmentCosts(Project[] projects, boolean syncOTFactor) Asynchronously recalculates assignment costs for multiple projects if the price per unit has changed for a resource or role and that assignment has been set to calculate cost from units.JobManager.schedule(Project[] projects, ObjectId[] projIds, ObjectId[] portfolioIds, ObjectId[] epsIds, Date newDataDate, ObjectId[] projectCodeIds) JobManager.schedule(Project[] projects, ObjectId[] portfolioIds, ObjectId[] epsIds, Date newDataDate) Asynchronously schedules multiple projects.JobManager.scheduleCheck(Project[] projects) Asynchronously perform check schedule of multiple projects.JobManager.sendToUnifier(Project[] projects) Asynchronously sends multiple projects to Unifier.voidSession.setBindParameterLimitOnLoad(int iBindParameterLimit) Set the new bind parameter limit for loading business objects.voidSession.setBusinessObjectBatchSize(int iBatchSize) Set the new batch size for loading business objects.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.boModifier and TypeClassDescriptionclassBase class for all exceptions thrown by business objects.classField 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 a field is not valid in a particular business object.classAn exception that occurs when attempting to set the value of a field in a business object to an invalid value.classAn exception that occurs when an invalid field is specified in the order by parameter of a business object load method.classWhereClauseException will be thrown when the client-side SQL parser encounters any errors.classAn 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.xmlModifier and TypeClassDescriptionclassAn exception that occurs when processing an XML file or fragment. -
Uses of ClientException in com.primavera.integration.client.xml.xmlexporter
Subclasses of ClientException in com.primavera.integration.client.xml.xmlexporterModifier and TypeClassDescriptionclassAn exception class used for general problems encountered when using the XMLExporter. -
Uses of ClientException in com.primavera.integration.client.xml.xmlimporter
Subclasses of ClientException in com.primavera.integration.client.xml.xmlimporterModifier and TypeClassDescriptionclassAn 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.utilModifier and TypeClassDescriptionclassException class for missing keys in BOHierarchyMapMethods in com.primavera.integration.util that throw ClientExceptionModifier and TypeMethodDescriptionstatic ResourceAssignmentSpreadResourceAssignmentSpreadFactory.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.