Uses of Class
com.primavera.integration.client.bo.object.ProjectBudgetChangeLog
Packages that use ProjectBudgetChangeLog
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectBudgetChangeLog in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectBudgetChangeLogModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectBudgetChangeLog objects from the database. -
Uses of ProjectBudgetChangeLog in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectBudgetChangeLogModifier and TypeMethodDescriptionProjectBudgetChangeLogHelper.createBusinessObjectArray(int iSize) ProjectBudgetChangeLogHelper.newBusinessObject(Session session) ProjectBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectBudgetChangeLogModifier and TypeMethodDescriptionProjectBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectBudgetChangeLogHelper.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.ProjectBudgetChangeLogHelper.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.ProjectBudgetChangeLogHelper.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 ProjectBudgetChangeLog in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectBudgetChangeLogModifier and TypeMethodDescriptionstatic ProjectBudgetChangeLogLoads a single ProjectBudgetChangeLog object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectBudgetChangeLogModifier and TypeMethodDescriptionstatic BOIterator<ProjectBudgetChangeLog>Loads multiple ProjectBudgetChangeLog objects from the database.BaselineProject.loadAllProjectBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectBudgetChangeLog objects from the database.Project.loadAllProjectBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectBudgetChangeLog objects from the database.WBS.loadProjectBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectBudgetChangeLog objects from the database.BaselineProject.loadProjectLevelBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectBudgetChangeLog objects from the database.Project.loadProjectLevelBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectBudgetChangeLog objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectBudgetChangeLogModifier and TypeMethodDescriptionstatic ObjectId[]ProjectBudgetChangeLog.create(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs) Creates multiple ProjectBudgetChangeLog objects in the database.WBS.createProjectBudgetChangeLog(ProjectBudgetChangeLog projectbudgetchangelog) Creates an associated ProjectBudgetChangeLog object in the database.ObjectId[]WBS.createProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) Creates multiple associated ProjectBudgetChangeLog objects in the database.BaselineProject.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog) Creates an associated ProjectBudgetChangeLog object in the database.Project.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog) Creates an associated ProjectBudgetChangeLog object in the database.ObjectId[]BaselineProject.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs) Creates multiple associated ProjectBudgetChangeLog objects in the database.ObjectId[]Project.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs) Creates multiple associated ProjectBudgetChangeLog objects in the database.static voidProjectBudgetChangeLog.delete(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs) Deletes multiple ProjectBudgetChangeLog objects from the database.voidBaselineProject.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) Deletes multiple associated ProjectBudgetChangeLog objects from the database.voidProject.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) Deletes multiple associated ProjectBudgetChangeLog objects from the database.voidWBS.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) Deletes multiple associated ProjectBudgetChangeLog objects from the database.static voidProjectBudgetChangeLog.update(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs) Updates multiple ProjectBudgetChangeLog objects in the database.voidWBS.updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) Updates multiple associated ProjectBudgetChangeLog objects in the database.voidBaselineProject.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs) Updates multiple associated ProjectBudgetChangeLog objects in the database.voidProject.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs) Updates multiple associated ProjectBudgetChangeLog objects in the database.