Uses of Class
com.primavera.integration.client.bo.object.EPSSpendingPlan
Packages that use EPSSpendingPlan
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of EPSSpendingPlan in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type EPSSpendingPlanModifier and TypeMethodDescriptionEnterpriseLoadManager.loadEPSSpendingPlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple EPSSpendingPlan objects from the database. -
Uses of EPSSpendingPlan in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return EPSSpendingPlanModifier and TypeMethodDescriptionEPSSpendingPlanHelper.createBusinessObjectArray(int iSize) EPSSpendingPlanHelper.newBusinessObject(Session session) EPSSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSSpendingPlanModifier and TypeMethodDescriptionEPSSpendingPlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSSpendingPlanHelper.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.EPSSpendingPlanHelper.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.EPSSpendingPlanHelper.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 EPSSpendingPlan in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EPSSpendingPlanModifier and TypeMethodDescriptionstatic EPSSpendingPlanLoads a single EPSSpendingPlan object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSSpendingPlanModifier and TypeMethodDescriptionstatic BOIterator<EPSSpendingPlan>Loads multiple EPSSpendingPlan objects from the database.EPS.loadEPSSpendingPlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSSpendingPlan objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type EPSSpendingPlanModifier and TypeMethodDescriptionstatic ObjectId[]EPSSpendingPlan.create(Session session, EPSSpendingPlan[] epsspendingplans) Creates multiple EPSSpendingPlan objects in the database.EPS.createEPSSpendingPlan(EPSSpendingPlan epsspendingplan) Creates an associated EPSSpendingPlan object in the database.ObjectId[]EPS.createEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) Creates multiple associated EPSSpendingPlan objects in the database.static voidEPSSpendingPlan.delete(Session session, EPSSpendingPlan[] epsspendingplans) Deletes multiple EPSSpendingPlan objects from the database.voidEPS.deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) Deletes multiple associated EPSSpendingPlan objects from the database.static voidEPSSpendingPlan.update(Session session, EPSSpendingPlan[] epsspendingplans) Updates multiple EPSSpendingPlan objects in the database.voidEPS.updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) Updates multiple associated EPSSpendingPlan objects in the database.