|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadOptions | |
---|---|
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo | Business object base class and iterator classes |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of SpreadOptions in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client with parameters of type SpreadOptions | |
---|---|
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects with spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects with spreads from the database. |
BOIterator<WBS> |
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.bo | |
---|---|
static class |
SpreadOptions.ExpenseCategorySpreadOptions
A SpreadOptions type to load the ExpenseCategory categorized spread on the
business object |
static class |
SpreadOptions.PrimarySpreadOptions
A SpreadOptions type to load uncategorized spread on the business object |
static class |
SpreadOptions.ProjectSpreadOptions
A SpreadOptions type to load the Project categorized spread on the business
object |
static class |
SpreadOptions.ResourceSpreadOptions
A SpreadOptions type to load the Resource categorized on the business object |
static class |
SpreadOptions.RoleSpreadOptions
A SpreadOptions type to load the Role categorized spread on the business
object |
static class |
SpreadOptions.WBSSpreadOptions
A SpreadOptions type to load the WBS categorized 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 SpreadOptions | |
---|---|
static BOIterator<WBS> |
WBS.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId[] objIds,
SpreadOptions... spreadOptions)
Loads multiple WBS 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 BOIterator<BaselineProject> |
BaselineProject.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId[] objIds,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects with spreads from the database. |
static WBS |
WBS.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId objId,
SpreadOptions... spreadOptions)
Loads a WBS object with spreads from the database. |
static Project |
Project.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId objId,
SpreadOptions... spreadOptions)
Loads a Project object with spreads from the database. |
static BaselineProject |
BaselineProject.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId objId,
SpreadOptions... spreadOptions)
Loads a BaselineProject 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. |
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<BaselineProject> |
BaselineProject.loadWithSpreads(Session session,
String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects with spreads from the database. |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |