Uses of Class
com.primavera.integration.client.bo.object.EPSBudgetChangeLog
Packages that use EPSBudgetChangeLog
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of EPSBudgetChangeLog in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type EPSBudgetChangeLogModifier and TypeMethodDescriptionEnterpriseLoadManager.loadEPSBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple EPSBudgetChangeLog objects from the database. -
Uses of EPSBudgetChangeLog in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return EPSBudgetChangeLogModifier and TypeMethodDescriptionEPSBudgetChangeLogHelper.createBusinessObjectArray(int iSize) EPSBudgetChangeLogHelper.newBusinessObject(Session session) EPSBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSBudgetChangeLogModifier and TypeMethodDescriptionEPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSBudgetChangeLogHelper.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.EPSBudgetChangeLogHelper.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.EPSBudgetChangeLogHelper.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 EPSBudgetChangeLog in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EPSBudgetChangeLogModifier and TypeMethodDescriptionstatic EPSBudgetChangeLogLoads a single EPSBudgetChangeLog object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSBudgetChangeLogModifier and TypeMethodDescriptionstatic BOIterator<EPSBudgetChangeLog>Loads multiple EPSBudgetChangeLog objects from the database.EPS.loadEPSBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSBudgetChangeLog objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type EPSBudgetChangeLogModifier and TypeMethodDescriptionstatic ObjectId[]EPSBudgetChangeLog.create(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs) Creates multiple EPSBudgetChangeLog objects in the database.EPS.createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog) Creates an associated EPSBudgetChangeLog object in the database.ObjectId[]EPS.createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) Creates multiple associated EPSBudgetChangeLog objects in the database.static voidEPSBudgetChangeLog.delete(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs) Deletes multiple EPSBudgetChangeLog objects from the database.voidEPS.deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) Deletes multiple associated EPSBudgetChangeLog objects from the database.static voidEPSBudgetChangeLog.update(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs) Updates multiple EPSBudgetChangeLog objects in the database.voidEPS.updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) Updates multiple associated EPSBudgetChangeLog objects in the database.