|
Primavera Integration API Release 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.client.bo.SpreadOptions
public abstract class SpreadOptions
Spread Options is used to load business objects with summary data.
Nested Class Summary | |
---|---|
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 |
Method Summary | |
---|---|
Date |
getEndDate()
|
ObjectId[] |
getObjectIds()
|
SpreadPeriodType |
getPeriodType()
|
String[] |
getSpreadFields()
|
com.primavera.bo.base.SpreadParam |
getSpreadParam(com.primavera.bo.defs.BusinessObjectDef def)
|
abstract String |
getSpreadPrimaryField(com.primavera.bo.defs.BusinessObjectDef def)
|
Date |
getStartDate()
|
boolean |
isIncludeCumulative()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String[] getSpreadFields()
public SpreadPeriodType getPeriodType()
public Date getStartDate()
public Date getEndDate()
public boolean isIncludeCumulative()
public ObjectId[] getObjectIds()
public abstract String getSpreadPrimaryField(com.primavera.bo.defs.BusinessObjectDef def)
public com.primavera.bo.base.SpreadParam getSpreadParam(com.primavera.bo.defs.BusinessObjectDef def) throws BusinessObjectException
BusinessObjectException
|
Primavera Integration API Release 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |