public class ManageDataOM extends Object implements Serializable
| Constructor and Description |
|---|
ManageDataOM(SessionInfo sessionInfo)
Constructor to create ManageDataOM object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
clearData(ClearDataOptions clearDataOptions)
Method to clears data for One Scenario and Year, and many Periods, Accounts, and Entities.
|
String |
clearInvalidRecords(boolean bScanOnly)
Method to clear all invalid records that exist because of changes in metadata.
|
String |
copyData(CopyDataOptions copyDataOptions)
Method to copy data based on a source and destination Scenario, Year, and Periods, given a list of Accounts and Entities.
|
public ManageDataOM(SessionInfo sessionInfo) throws HFMException
sessionInfo - SessionInfo object which contain the session ID, servername and port numberHFMExceptionpublic String copyData(CopyDataOptions copyDataOptions) throws HFMException
copyDataOptions - Contains the Source, Destination, and Member POVs as well as all the copy options defining the operation.HFMException - ErrorCodeConsts.ERROR_COPYING_DATApublic String clearData(ClearDataOptions clearDataOptions) throws HFMException
clearDataOptions - Contains the Scenario, Year, Periods, Entities, and Accounts, as well as all the clear options defining the operation.HFMException - ErrorCodeConsts.ERROR_CLEARING_DATApublic String clearInvalidRecords(boolean bScanOnly) throws HFMException
bScanOnly - If true, only scan for the records to clear. This will not remove invalid records from the DB.HFMException - ErrorCodeConsts.ERROR_CLEARING_INVALID_DATACopyright 2007, 2026, Oracle. All rights reserved.