Navigation :
DataLoadControllerService
The DataLoadControllerService
implements the IDataLoadControllerService
interface and is responsible for executing a DLC Request.
IDataLoadControllerService
DlcResponse execute(DlcRequest request)
- execute the incoming DLC Request
Execution Steps
- Resolve the operation which needs to be executed.
- Start a datastore transaction.
- Process the resolved operation.
- Commit the datastore transaction.