Foundations Apex API Developer Reference

fferpcore.ImportDatabaseRequestContainer

global class ImportDatabaseRequestContainer

This class contains the ImportDatabaseRequests grouped by new, existing and errors. Users can select the option for each request before writing to the database with writeRequests

Methods

getNewRequests

global List<fferpcore.ImportDatabaseRequest> getNewRequests()

Returns a copy of the list of requests to import records that do not exist

Return Value

The list of requests for records that do not exist on the org

getExistingRequests

global List<fferpcore.ImportDatabaseRequest> getExistingRequests()

Returns a copy of the list of requests to import records that already exist

Return Value

The list of requests for records that already exist on the org

getErrorRequests

global List<fferpcore.ImportDatabaseRequest> getErrorRequests()

Returns a copy of the list of requests for records that cannot be imported

Return Value

The list of requests for records that cannot be imported

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.