Uses of Class
com.primavera.integration.client.bo.object.EPSFunding
Packages that use EPSFunding
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of EPSFunding in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type EPSFundingModifier and TypeMethodDescriptionEnterpriseLoadManager.loadEPSFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple EPSFunding objects from the database. -
Uses of EPSFunding in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return EPSFundingModifier and TypeMethodDescriptionEPSFundingHelper.createBusinessObjectArray(int iSize) EPSFundingHelper.newBusinessObject(Session session) EPSFundingHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSFundingModifier and TypeMethodDescriptionEPSFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSFundingHelper.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.EPSFundingHelper.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.EPSFundingHelper.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 EPSFunding in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EPSFundingModifier and TypeMethodDescriptionstatic EPSFundingLoads a single EPSFunding object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSFundingModifier and TypeMethodDescriptionstatic BOIterator<EPSFunding>Loads multiple EPSFunding objects from the database.EPS.loadEPSFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSFunding objects from the database.FundingSource.loadEPSFundings(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSFunding objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type EPSFundingModifier and TypeMethodDescriptionstatic ObjectId[]EPSFunding.create(Session session, EPSFunding[] epsfundings) Creates multiple EPSFunding objects in the database.EPS.createEPSFunding(EPSFunding epsfunding) Creates an associated EPSFunding object in the database.ObjectId[]EPS.createEPSFundings(EPSFunding[] epsfundings) Creates multiple associated EPSFunding objects in the database.static voidEPSFunding.delete(Session session, EPSFunding[] epsfundings) Deletes multiple EPSFunding objects from the database.voidEPS.deleteEPSFundings(EPSFunding[] epsfundings) Deletes multiple associated EPSFunding objects from the database.static voidEPSFunding.update(Session session, EPSFunding[] epsfundings) Updates multiple EPSFunding objects in the database.voidEPS.updateEPSFundings(EPSFunding[] epsfundings) Updates multiple associated EPSFunding objects in the database.