Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.EPSSpendingPlan

Packages that use EPSSpendingPlan
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 EPSSpendingPlan in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type EPSSpendingPlan
 BOIterator<EPSSpendingPlan> EnterpriseLoadManager.loadEPSSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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 EPSSpendingPlan
 EPSSpendingPlan[] EPSSpendingPlanHelper.createBusinessObjectArray(int iSize)
           
 EPSSpendingPlan EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPSSpendingPlan EPSSpendingPlanHelper.newBusinessObject(Session session)
           
 EPSSpendingPlan EPSSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSSpendingPlan
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.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<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.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<EPSSpendingPlan> EPSSpendingPlanHelper.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 EPSSpendingPlan in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return EPSSpendingPlan
static EPSSpendingPlan EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSSpendingPlan object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSSpendingPlan
static BOIterator<EPSSpendingPlan> EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSSpendingPlan objects from the database.
 BOIterator<EPSSpendingPlan> EPS.loadEPSSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSSpendingPlan objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type EPSSpendingPlan
static ObjectId[] EPSSpendingPlan.create(Session session, EPSSpendingPlan[] epsspendingplans)
          Creates multiple EPSSpendingPlan objects in the database.
 ObjectId 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 void EPSSpendingPlan.delete(Session session, EPSSpendingPlan[] epsspendingplans)
          Deletes multiple EPSSpendingPlan objects from the database.
 void EPS.deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
          Deletes multiple associated EPSSpendingPlan objects from the database.
static void EPSSpendingPlan.update(Session session, EPSSpendingPlan[] epsspendingplans)
          Updates multiple EPSSpendingPlan objects in the database.
 void EPS.updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
          Updates multiple associated EPSSpendingPlan objects in the database.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.