Primavera Integration API 7.0

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

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

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

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

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

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

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type EPSFunding
static ObjectId[] EPSFunding.create(Session session, EPSFunding[] epsfundings)
          Creates multiple EPSFunding objects in the database.
 ObjectId EPS.createEPSFunding(EPSFunding epsfunding)
          Creates an associated EPSFunding object in the database.
 ObjectId[] EPS.createEPSFundings(EPSFunding[] epsfundings)
          Creates multiple associated EPSFunding objects in the database.
static void EPSFunding.delete(Session session, EPSFunding[] epsfundings)
          Deletes multiple EPSFunding objects from the database.
 void EPS.deleteEPSFundings(EPSFunding[] epsfundings)
          Deletes multiple associated EPSFunding objects from the database.
static void EPSFunding.update(Session session, EPSFunding[] epsfundings)
          Updates multiple EPSFunding objects in the database.
 void EPS.updateEPSFundings(EPSFunding[] epsfundings)
          Updates multiple associated EPSFunding objects in the database.
 


Primavera Integration API 7.0

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