public class ManageOwnershipOM extends Object implements Serializable
| Constructor and Description |
|---|
ManageOwnershipOM(SessionInfo sessionInfo)
Constructor to create ManageOwnershipOM object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performSharesCalculation(String scenario,
String year,
List<String> periods,
String entityParent,
List<SHARESCALCULATIONTYPES> calcTypes,
SHARESCALCULATIONMODES calcMode)
Method to perform share calculation based on input values.
|
public ManageOwnershipOM(SessionInfo sessionInfo) throws HFMException
HFMExceptionpublic void performSharesCalculation(String scenario, String year, List<String> periods, String entityParent, List<SHARESCALCULATIONTYPES> calcTypes, SHARESCALCULATIONMODES calcMode) throws HFMException
scenario - scenario to perform share calculation onyear - year to perform share calculation onperiods - periods to perform share calculation onentityParent - parent entity to perform share calculation oncalcTypes - List of calculation type to perform share calculation. Following are the valid options:
SHARESCALC_CONTROL,
SHARESCALC_METHOD,
SHARESCALC_OWNERSHIP,
SHARESCALC_PERCENTCONSOL,
SHARESCALC_DIRECTOWN;calcMode - Calculation mode to perform share calculation. Following are the valid options:
SHARESCALC_PARENT_ONLY,
SHARESCALC_ALL_BELOW,
SHARESCALC_ALL_IN_APP;HFMExceptionCopyright 2007, 2026, Oracle. All rights reserved.