Class SpreadOptions.RoleSpreadOptions
java.lang.Object
com.primavera.integration.client.bo.SpreadOptions
com.primavera.integration.client.bo.SpreadOptions.RoleSpreadOptions
- Enclosing class:
- SpreadOptions
A
SpreadOptions type to load the Role categorized spread on the business
object-
Nested Class Summary
Nested classes/interfaces inherited from class com.primavera.integration.client.bo.SpreadOptions
SpreadOptions.ExpenseCategoryCBSSpreadOptions, SpreadOptions.ExpenseCategorySpreadOptions, SpreadOptions.PrimarySpreadOptions, SpreadOptions.ProjectSpreadOptions, SpreadOptions.ResourceCBSSpreadOptions, SpreadOptions.ResourceSpreadOptions, SpreadOptions.RoleSpreadOptions, SpreadOptions.WBSSpreadOptions -
Constructor Summary
ConstructorsConstructorDescriptionRoleSpreadOptions(ObjectId[] objectIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spreadRoleSpreadOptions(ObjectId objectId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spreadRoleSpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spread -
Method Summary
Modifier and TypeMethodDescriptiongetSpreadPrimaryField(com.primavera.bo.defs.BusinessObjectDef def) Methods inherited from class com.primavera.integration.client.bo.SpreadOptions
getEndDate, getObjectIds, getPeriodType, getSpreadFields, getSpreadParam, getStartDate, isIncludeCumulative
-
Constructor Details
-
RoleSpreadOptions
public RoleSpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spread- Parameters:
spreadFields- fields to include with the spread typeperiodType- period to load spreadstartDate- the start date of the spreadendDate- the end date of the spreadbIncludeCumulative- indicates whether to include cumulative spread data- See Also:
-
RoleSpreadOptions
public RoleSpreadOptions(ObjectId[] objectIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spread- Parameters:
objectIds- unique id's of the business object to load the spread dataspreadFields- fields to include with the spread typeperiodType- period to load spreadstartDate- the start date of the spreadendDate- the end date of the spreadbIncludeCumulative- indicates whether to include cumulative spread data- See Also:
-
RoleSpreadOptions
public RoleSpreadOptions(ObjectId objectId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load theRolecategorized spread- Parameters:
objectId- unique id's of the business object to load the spread dataspreadFields- fields to include with the spread typeperiodType- period to load spreadstartDate- the start date of the spreadendDate- the end date of the spreadbIncludeCumulative- indicates whether to include cumulative spread data- See Also:
-
-
Method Details
-
getSpreadPrimaryField
- Specified by:
getSpreadPrimaryFieldin classSpreadOptions
-