|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.xmlexporter | XML exporter classes |
com.primavera.integration.client.xml.xmlimporter | 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 | |
---|---|
static DatabaseInstance[] |
Session.getDatabaseInstances(String sUrl)
Retrieves all database instances supported by the server. |
JobId |
JobManager.level(Project[] projects)
Asynchronously levels multiple projects. |
static Session |
Session.login(String sUrl,
String sDbId,
String sUserName,
String sPassword)
Logs in and obtains a Session object. |
JobId |
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. |
JobId |
JobManager.schedule(Project[] projects,
Date newDataDate)
Asynchronously schedules multiple projects. |
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.xmlexporter |
---|
Subclasses of ClientException in com.primavera.integration.client.xml.xmlexporter | |
---|---|
class |
XMLExporterException
An 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.xmlimporter | |
---|---|
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 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |