Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.BatchReport

Packages that use BatchReport
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of BatchReport in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type BatchReport
 BOIterator<BatchReport> EnterpriseLoadManager.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BatchReport objects from the database.
 BOIterator<BatchReport> GlobalObjectManager.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BatchReport objects from the database.
 

Methods in com.primavera.integration.client with parameters of type BatchReport
 void GlobalObjectManager.updateBatchReports(BatchReport[] batchreports)
          Updates multiple BatchReport objects in the database.
 

Uses of BatchReport in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return BatchReport
 BatchReport[] BatchReportHelper.createBusinessObjectArray(int iSize)
           
 BatchReport BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 BatchReport BatchReportHelper.newBusinessObject(Session session)
           
 BatchReport BatchReportHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type BatchReport
 BOIterator<BatchReport> BatchReportHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<BatchReport> BatchReportHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 

Uses of BatchReport in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return BatchReport
static BatchReport BatchReport.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BatchReport object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type BatchReport
static BOIterator<BatchReport> BatchReport.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BatchReport objects from the database.
 BOIterator<BatchReport> Project.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BatchReport objects from the database.
 BOIterator<BatchReport> BaselineProject.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BatchReport objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type BatchReport
static void BatchReport.update(Session session, BatchReport[] batchreports)
          Updates multiple BatchReport objects in the database.
 


Primavera Integration API 7.0

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