Uses of Class
com.primavera.integration.client.bo.object.CBSDurationSummary
Packages that use CBSDurationSummary
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of CBSDurationSummary in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type CBSDurationSummaryModifier and TypeMethodDescriptionEnterpriseLoadManager.loadCBSDurationSummarys(String[] fields, String sWhereClause, String sOrderBy) Loads multiple CBSDurationSummary objects from the database. -
Uses of CBSDurationSummary in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return CBSDurationSummaryModifier and TypeMethodDescriptionCBSDurationSummaryHelper.createBusinessObjectArray(int iSize) CBSDurationSummaryHelper.newBusinessObject(Session session) CBSDurationSummaryHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type CBSDurationSummaryModifier and TypeMethodDescriptionCBSDurationSummaryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CBSDurationSummaryHelper.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.CBSDurationSummaryHelper.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.CBSDurationSummaryHelper.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 CBSDurationSummary in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CBSDurationSummaryModifier and TypeMethodDescriptionstatic CBSDurationSummaryLoads a single CBSDurationSummary object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type CBSDurationSummaryModifier and TypeMethodDescriptionstatic BOIterator<CBSDurationSummary>Loads multiple CBSDurationSummary objects from the database.BaselineProject.loadAllCBSDurationSummarys(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated CBSDurationSummary objects from the database.Project.loadAllCBSDurationSummarys(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated CBSDurationSummary objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type CBSDurationSummaryModifier and TypeMethodDescriptionstatic ObjectId[]CBSDurationSummary.create(Session session, CBSDurationSummary[] cbsdurationsummarys) Creates multiple CBSDurationSummary objects in the database.static voidCBSDurationSummary.delete(Session session, CBSDurationSummary[] cbsdurationsummarys) Deletes multiple CBSDurationSummary objects from the database.static voidCBSDurationSummary.update(Session session, CBSDurationSummary[] cbsdurationsummarys) Updates multiple CBSDurationSummary objects in the database.