|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectBudgetChangeLog | |
---|---|
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 ProjectBudgetChangeLog in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type ProjectBudgetChangeLog | |
---|---|
BOIterator<ProjectBudgetChangeLog> |
EnterpriseLoadManager.loadProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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 ProjectBudgetChangeLog | |
---|---|
ProjectBudgetChangeLog[] |
ProjectBudgetChangeLogHelper.createBusinessObjectArray(int iSize)
|
ProjectBudgetChangeLog |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectBudgetChangeLog |
ProjectBudgetChangeLogHelper.newBusinessObject(Session session)
|
ProjectBudgetChangeLog |
ProjectBudgetChangeLogHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectBudgetChangeLog | |
---|---|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.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<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.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<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.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 ProjectBudgetChangeLog in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return ProjectBudgetChangeLog | |
---|---|
static ProjectBudgetChangeLog |
ProjectBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectBudgetChangeLog object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectBudgetChangeLog | |
---|---|
static BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadAllProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadAllProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
WBS.loadProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type ProjectBudgetChangeLog | |
---|---|
static ObjectId[] |
ProjectBudgetChangeLog.create(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Creates multiple ProjectBudgetChangeLog objects in the database. |
ObjectId |
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. |
ObjectId |
Project.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId |
BaselineProject.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId[] |
Project.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
static void |
ProjectBudgetChangeLog.delete(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple ProjectBudgetChangeLog objects from the database. |
void |
WBS.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
Project.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
BaselineProject.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
static void |
ProjectBudgetChangeLog.update(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Updates multiple ProjectBudgetChangeLog objects in the database. |
void |
WBS.updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
Project.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
BaselineProject.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |