Primavera Integration API 7.0

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

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

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

Methods in com.primavera.integration.client with parameters of type FundingSource
 ObjectId[] GlobalObjectManager.createFundingSources(FundingSource[] fundingsources)
          Creates multiple FundingSource objects in the database.
 void GlobalObjectManager.deleteFundingSources(FundingSource[] fundingsources)
          Deletes multiple FundingSource objects from the database.
 void GlobalObjectManager.updateFundingSources(FundingSource[] fundingsources)
          Updates multiple FundingSource objects in the database.
 

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

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

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

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type FundingSource
static ObjectId[] FundingSource.create(Session session, FundingSource[] fundingsources)
          Creates multiple FundingSource objects in the database.
 ObjectId FundingSource.createFundingSourceChild(FundingSource fundingsourcechild)
          Creates an associated FundingSource object in the database.
 ObjectId[] FundingSource.createFundingSourceChildren(FundingSource[] fundingsourcechildren)
          Creates multiple associated FundingSource objects in the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources)
          Deletes multiple FundingSource objects from the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources, ObjectId replacementParent)
          Deletes multiple fundingsource objects in a hierarchy from the database and set the new parent of all child objects.
static void FundingSource.update(Session session, FundingSource[] fundingsources)
          Updates multiple FundingSource objects in the database.
 


Primavera Integration API 7.0

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