Uses of Class
com.primavera.integration.client.bo.object.EPS
Packages that use EPS
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of EPS in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type EPSModifier and TypeMethodDescriptionLoads multiple EPS objects from the database.Loads multiple EPS objects from the database.EnterpriseLoadManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple EPS objects with spreads from the database.GlobalObjectManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple EPS objects with spreads from the database.Methods in com.primavera.integration.client with parameters of type EPSModifier and TypeMethodDescriptionObjectId[]Creates multiple EPS objects in the database.voidDeletes multiple EPS objects from the database.Asynchronously summarizes an EPS node.voidUpdates multiple EPS objects in the database. -
Uses of EPS in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return EPSModifier and TypeMethodDescriptionEPS[]EPSHelper.createBusinessObjectArray(int iSize) EPSHelper.newBusinessObject(Session session) EPSHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSModifier and TypeMethodDescriptionEPSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSHelper.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.EPSHelper.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.EPSHelper.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 EPS in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EPSModifier and TypeMethodDescriptionstatic EPSLoads a single EPS object from the database.Loads an associated EPS object from the database.Loads an associated EPS object from the database.Loads an associated EPS object from the database.Loads an associated EPS object from the database.BaselineProject.loadParentEPS(String[] fields) Loads an associated EPS object from the database.EPS.loadParentEPS(String[] fields) Loads an associated EPS object from the database.Project.loadParentEPS(String[] fields) Loads an associated EPS object from the database.static EPSEPS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a EPS object with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSModifier and TypeMethodDescriptionstatic BOIterator<EPS>Loads multiple EPS objects from the database.Loads multiple associated EPS objects from the database.EPS.loadEPSChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPS objects from the database.static BOIterator<EPS>EPS.loadRootEPS(Session session, String[] fields) Loads the root EPS objects from the database.static BOIterator<EPS>EPS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple EPS objects with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object with parameters of type EPSModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple EPS objects in the database.EPS.createEPSChild(EPS epschild) Creates an associated EPS object in the database.ObjectId[]EPS.createEPSChildren(EPS[] epschildren) Creates multiple associated EPS objects in the database.static voidDeletes multiple EPS objects from the database.static voidUpdates multiple EPS objects in the database.