Uses of Class
com.primavera.integration.client.bo.object.FundingSource
Packages that use FundingSource
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 FundingSourceModifier and TypeMethodDescriptionEnterpriseLoadManager.loadFundingSources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple FundingSource objects from the database.GlobalObjectManager.loadFundingSources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple FundingSource objects from the database.Methods in com.primavera.integration.client with parameters of type FundingSourceModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createFundingSources(FundingSource[] fundingsources) Creates multiple FundingSource objects in the database.voidGlobalObjectManager.deleteFundingSources(FundingSource[] fundingsources) Deletes multiple FundingSource objects from the database.voidGlobalObjectManager.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 FundingSourceModifier and TypeMethodDescriptionFundingSourceHelper.createBusinessObjectArray(int iSize) FundingSourceHelper.newBusinessObject(Session session) FundingSourceHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type FundingSourceModifier and TypeMethodDescriptionFundingSourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) FundingSourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, 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.FundingSourceHelper.load(Session session, 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.FundingSourceHelper.load(Session session, String[] fields, String sWhereClause, 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 FundingSourceModifier and TypeMethodDescriptionstatic FundingSourceLoads a single FundingSource object from the database.EPSFunding.loadFundingSource(String[] fields) Loads an associated FundingSource object from the database.ProjectFunding.loadFundingSource(String[] fields) Loads an associated FundingSource object from the database.FundingSource.loadParentFundingSource(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 FundingSourceModifier and TypeMethodDescriptionstatic BOIterator<FundingSource>Loads multiple FundingSource objects from the database.FundingSource.loadFundingSourceChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated FundingSource objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type FundingSourceModifier and TypeMethodDescriptionstatic ObjectId[]FundingSource.create(Session session, FundingSource[] fundingsources) Creates multiple FundingSource objects in the database.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 voidFundingSource.delete(Session session, FundingSource[] fundingsources) Deletes multiple FundingSource objects from the database.static voidFundingSource.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 voidFundingSource.update(Session session, FundingSource[] fundingsources) Updates multiple FundingSource objects in the database.