Uses of Class
com.primavera.integration.client.bo.SpreadOptions
Packages that use SpreadOptions
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object base class and iterator classes
Client business object classes
-
Uses of SpreadOptions in com.primavera.integration.client
Methods in com.primavera.integration.client with parameters of type SpreadOptionsModifier and TypeMethodDescriptionEnterpriseLoadManager.loadBaselineProjectsWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple BaselineProject objects with spreads from the database.EnterpriseLoadManager.loadProjectsWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple Project objects with spreads from the database.GlobalObjectManager.loadProjectsWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple Project objects with spreads from the database.EnterpriseLoadManager.loadWBSWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database. -
Uses of SpreadOptions in com.primavera.integration.client.bo
Subclasses of SpreadOptions in com.primavera.integration.client.boModifier and TypeClassDescriptionstatic final classASpreadOptionstype to load theExpenseCategoryCBScategorized spread on the business objectstatic final classASpreadOptionstype to load theExpenseCategorycategorized spread on the business objectstatic final classASpreadOptionstype to load uncategorized spread on the business objectstatic final classASpreadOptionstype to load theProjectcategorized spread on the business objectstatic final classASpreadOptionstype to load theResourceCBScategorized spread on the business objectstatic final classASpreadOptionstype to load theResourcecategorized on the business objectstatic final classASpreadOptionstype to load theRolecategorized spread on the business objectstatic final classASpreadOptionstype to load theWBScategorized spread on the business object -
Uses of SpreadOptions in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object with parameters of type SpreadOptionsModifier and TypeMethodDescriptionstatic BOIterator<BaselineProject>BaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple BaselineProject objects with spreads from the database.static BaselineProjectBaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a BaselineProject object with spreads from the database.static BOIterator<BaselineProject>BaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple BaselineProject objects with spreads from the database.static BOIterator<Project>Project.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple Project objects with spreads from the database.static ProjectProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a Project object with spreads from the database.static BOIterator<Project>Project.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple Project 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 WBSWBS.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a WBS object 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.