Primavera Integration API 7.0

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

Packages that use EPSBudgetChangeLog
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 EPSBudgetChangeLog in com.primavera.integration.client
 

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

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

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

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSBudgetChangeLog
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.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<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.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<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.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 EPSBudgetChangeLog in com.primavera.integration.client.bo.object
 

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type EPSBudgetChangeLog
static ObjectId[] EPSBudgetChangeLog.create(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Creates multiple EPSBudgetChangeLog objects in the database.
 ObjectId EPS.createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog)
          Creates an associated EPSBudgetChangeLog object in the database.
 ObjectId[] EPS.createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Creates multiple associated EPSBudgetChangeLog objects in the database.
static void EPSBudgetChangeLog.delete(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Deletes multiple EPSBudgetChangeLog objects from the database.
 void EPS.deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Deletes multiple associated EPSBudgetChangeLog objects from the database.
static void EPSBudgetChangeLog.update(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Updates multiple EPSBudgetChangeLog objects in the database.
 void EPS.updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Updates multiple associated EPSBudgetChangeLog objects in the database.
 


Primavera Integration API 7.0

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