Class SpreadOptions.ExpenseCategoryCBSSpreadOptions

java.lang.Object
com.primavera.integration.client.bo.SpreadOptions
com.primavera.integration.client.bo.SpreadOptions.ExpenseCategoryCBSSpreadOptions
Enclosing class:
SpreadOptions

public static final class SpreadOptions.ExpenseCategoryCBSSpreadOptions extends SpreadOptions
A SpreadOptions type to load the ExpenseCategoryCBS categorized spread on the business object
  • Constructor Details

    • ExpenseCategoryCBSSpreadOptions

      public ExpenseCategoryCBSSpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative)
      Create a new SpreadOptions type to load the ExpenseCategoryCBS categorized spread
      Parameters:
      spreadFields - fields to include with the spread type
      periodType - period to load spread
      startDate - the start date of the spread
      endDate - the end date of the spread
      bIncludeCumulative - indicates whether to include cumulative spread data
      See Also:
    • ExpenseCategoryCBSSpreadOptions

      public ExpenseCategoryCBSSpreadOptions(ObjectId[] objectIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative)
      Create a new SpreadOptions type to load the ExpenseCategoryCBS categorized spread
      Parameters:
      objectIds - unique id's of the business object to load the spread data
      spreadFields - fields to include with the spread type
      periodType - period to load spread
      startDate - the start date of the spread
      endDate - the end date of the spread
      bIncludeCumulative - indicates whether to include cumulative spread data
      See Also:
    • ExpenseCategoryCBSSpreadOptions

      public ExpenseCategoryCBSSpreadOptions(ObjectId objectId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative)
      Create a new SpreadOptions type to load the ExpenseCategoryCBS categorized spread
      Parameters:
      objectId - unique id's of the business object to load the spread data
      spreadFields - fields to include with the spread type
      periodType - period to load spread
      startDate - the start date of the spread
      endDate - the end date of the spread
      bIncludeCumulative - indicates whether to include cumulative spread data
      See Also:
  • Method Details