Uses of Class
com.primavera.integration.client.bo.object.ProjectFunding
Packages that use ProjectFunding
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectFunding in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectFundingModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectFunding objects from the database. -
Uses of ProjectFunding in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectFundingModifier and TypeMethodDescriptionProjectFundingHelper.createBusinessObjectArray(int iSize) ProjectFundingHelper.newBusinessObject(Session session) ProjectFundingHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectFundingModifier and TypeMethodDescriptionProjectFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectFundingHelper.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.ProjectFundingHelper.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.ProjectFundingHelper.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 ProjectFunding in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectFundingModifier and TypeMethodDescriptionstatic ProjectFundingLoads a single ProjectFunding object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectFundingModifier and TypeMethodDescriptionstatic BOIterator<ProjectFunding>Loads multiple ProjectFunding objects from the database.BaselineProject.loadProjectFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectFunding objects from the database.FundingSource.loadProjectFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectFunding objects from the database.Project.loadProjectFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectFunding objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectFundingModifier and TypeMethodDescriptionstatic ObjectId[]ProjectFunding.create(Session session, ProjectFunding[] projectfundings) Creates multiple ProjectFunding objects in the database.BaselineProject.createProjectFunding(ProjectFunding projectfunding) Creates an associated ProjectFunding object in the database.Project.createProjectFunding(ProjectFunding projectfunding) Creates an associated ProjectFunding object in the database.ObjectId[]BaselineProject.createProjectFundings(ProjectFunding[] projectfundings) Creates multiple associated ProjectFunding objects in the database.ObjectId[]Project.createProjectFundings(ProjectFunding[] projectfundings) Creates multiple associated ProjectFunding objects in the database.static voidProjectFunding.delete(Session session, ProjectFunding[] projectfundings) Deletes multiple ProjectFunding objects from the database.voidBaselineProject.deleteProjectFundings(ProjectFunding[] projectfundings) Deletes multiple associated ProjectFunding objects from the database.voidProject.deleteProjectFundings(ProjectFunding[] projectfundings) Deletes multiple associated ProjectFunding objects from the database.static voidProjectFunding.update(Session session, ProjectFunding[] projectfundings) Updates multiple ProjectFunding objects in the database.voidBaselineProject.updateProjectFundings(ProjectFunding[] projectfundings) Updates multiple associated ProjectFunding objects in the database.voidProject.updateProjectFundings(ProjectFunding[] projectfundings) Updates multiple associated ProjectFunding objects in the database.