com.primavera.integration.client.bo
Class SpreadOptions.ExpenseCategorySpreadOptions
java.lang.Object
com.primavera.integration.client.bo.SpreadOptions
com.primavera.integration.client.bo.SpreadOptions.ExpenseCategorySpreadOptions
- Enclosing class:
- SpreadOptions
public static final class SpreadOptions.ExpenseCategorySpreadOptions
- extends SpreadOptions
A SpreadOptions
type to load the ExpenseCategory
categorized spread on the
business object
Constructor Summary |
SpreadOptions.ExpenseCategorySpreadOptions(ObjectId[] objectIds,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Create a new SpreadOptions type to load the ExpenseCategory categorized
spread |
SpreadOptions.ExpenseCategorySpreadOptions(ObjectId objectId,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Create a new SpreadOptions type to load the ExpenseCategory categorized
spread |
SpreadOptions.ExpenseCategorySpreadOptions(String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Create a new SpreadOptions type to load the ExpenseCategory categorized
spread |
SpreadOptions.ExpenseCategorySpreadOptions
public SpreadOptions.ExpenseCategorySpreadOptions(String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
- Create a new
SpreadOptions
type to load the ExpenseCategory
categorized
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:
SpreadPeriodType
SpreadOptions.ExpenseCategorySpreadOptions
public SpreadOptions.ExpenseCategorySpreadOptions(ObjectId[] objectIds,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
- Create a new
SpreadOptions
type to load the ExpenseCategory
categorized
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:
SpreadPeriodType
SpreadOptions.ExpenseCategorySpreadOptions
public SpreadOptions.ExpenseCategorySpreadOptions(ObjectId objectId,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
- Create a new
SpreadOptions
type to load the ExpenseCategory
categorized
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:
SpreadPeriodType
getSpreadPrimaryField
public String getSpreadPrimaryField(com.primavera.bo.defs.BusinessObjectDef def)
- Specified by:
getSpreadPrimaryField
in class SpreadOptions
Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.