BudgetModel::getBudgetModels Method
Retrieves a set of budget models in the specified budget model range.
Syntax
client server public static Set getBudgetModels(
BudgetModelId _fromBudgetModelId,
BudgetModelId _toBudgetModelId,
[boolean _includeSubModels])
Run On
Called
Parameters
- _fromBudgetModelId
Type: BudgetModelId Extended Data Type
A value that indicates the range of the budget models to retrieve.
- _toBudgetModelId
Type: BudgetModelId Extended Data Type
A value that indicates the range of the budget models to retrieve.
- _includeSubModels
Type: boolean
A flag that indicates whether the sub budget model hierarchy for the budget models in the range should be included in the set.
Return Value
Type: Set Class
A set of budget models in the specified budget model range.
Remarks
The retrieved set is created from the tier where this method is called.