Uses of Class
com.primavera.integration.client.bo.object.WBS
Packages that use WBS
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of WBS in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type WBSModifier and TypeMethodDescriptionLoads multiple WBS objects from the database.EnterpriseLoadManager.loadWBSWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database.EnterpriseLoadManager.loadWBSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple WBS objects with spreads from the database.EnterpriseLoadManager.loadWBSWithWBSResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads multiple WBS objects with spreads from the database.EnterpriseLoadManager.loadWBSWithWBSRoleSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads multiple WBS objects with spreads from the database. -
Uses of WBS in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return WBSModifier and TypeMethodDescriptionWBS[]WBSHelper.createBusinessObjectArray(int iSize) WBSHelper.newBusinessObject(Session session) WBSHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type WBSModifier and TypeMethodDescriptionWBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WBSHelper.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.WBSHelper.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.WBSHelper.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 WBS in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return WBSModifier and TypeMethodDescriptionstatic WBSLoads a single WBS object from the database.WBS.loadParentWBS(String[] fields) Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.Loads an associated WBS object from the database.static WBSWBS.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a WBS object with spreads from the database.static WBSWBS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a WBS object with summarized spreads from the database.static WBSWBS.loadWithWBSResourceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads a WBS object with summarized spreads from the database.static WBSWBS.loadWithWBSRoleSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads a WBS object with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type WBSModifier and TypeMethodDescriptionstatic BOIterator<WBS>Loads multiple WBS objects from the database.BaselineProject.loadAllWBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated WBS objects from the database.Project.loadAllWBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated WBS objects from the database.WBS.loadAllWBS(String[] fields, String sWhereClause, String sOrderBy) Loads all child WBS objects under this WBS from the database.BaselineProject.loadAllWBSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple associated WBS objects with spreads from the database.Project.loadAllWBSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple associated WBS objects with spreads from the database.Loads multiple associated WBS objects from the database.Loads multiple associated WBS objects from the database.BaselineProject.loadWBSChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated WBS objects from the database.Project.loadWBSChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated WBS objects from the database.WBS.loadWBSChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated WBS objects from the database.BaselineProject.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple associated WBS objects with spreads from the database.Project.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple associated WBS objects with spreads from the database.WBS.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple associated WBS objects with spreads from the database.static BOIterator<WBS>WBS.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database.static BOIterator<WBS>WBS.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database.static BOIterator<WBS>WBS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple WBS objects with summarized spreads from the database.static BOIterator<WBS>WBS.loadWithWBSResourceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads multiple WBS objects with summarized spreads from the database.static BOIterator<WBS>WBS.loadWithWBSRoleSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads multiple WBS objects with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object with parameters of type WBSModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple WBS objects in the database.BaselineProject.createWBSChild(WBS wbschild) Creates an associated WBS object in the database.Project.createWBSChild(WBS wbschild) Creates an associated WBS object in the database.WBS.createWBSChild(WBS wbschild) Creates an associated WBS object in the database.ObjectId[]BaselineProject.createWBSChildren(WBS[] wbschildren) Creates multiple associated WBS objects in the database.ObjectId[]Project.createWBSChildren(WBS[] wbschildren) Creates multiple associated WBS objects in the database.ObjectId[]WBS.createWBSChildren(WBS[] wbschildren) Creates multiple associated WBS objects in the database.static voidDeletes multiple WBS objects from the database.static voidDeletes multiple wbs objects in a hierarchy from the database and set the new parent of all child objects.voidDeletes multiple associated WBS objects from the database.voidDeletes multiple associated WBS objects from the database.static voidUpdates multiple WBS objects in the database.voidBaselineProject.updateAllWBS(WBS[] allwbs) Updates multiple associated WBS objects in the database.voidProject.updateAllWBS(WBS[] allwbs) Updates multiple associated WBS objects in the database.