Package | Description |
---|---|
com.intuit.ipp.interceptors | |
com.intuit.ipp.services |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
RequestElements.getCallbackHandler()
Gets Callback Handler
|
Modifier and Type | Method and Description |
---|---|
void |
RequestElements.setCallbackHandler(CallbackHandler callbackHandler)
Sets Callback Handler
|
Modifier and Type | Method and Description |
---|---|
<T extends IEntity> |
DataService.addAsync(T entity,
CallbackHandler callbackHandler)
Method to add the given entity in asynchronous fashion
|
<T extends IEntity> |
DataService.deleteAsync(T entity,
CallbackHandler callbackHandler)
Method to delete record for the given entity in asynchronous fashion
|
<T extends IEntity> |
DataService.downloadAsync(T entity,
CallbackHandler callbackHandler)
Method to download the file for the given entity id in asynchronous fashion
|
<T extends IEntity> |
DataService.downloadPDFAsync(T entity,
CallbackHandler callbackHandler)
Method to download the file for the given entity id in asynchronous fashion
|
void |
DataService.executeBatchAsync(BatchOperation batchOperation,
CallbackHandler callbackHandler)
Method to cancel the operation for the corresponding entity in asynchronous fashion
|
void |
DataService.executeCDCQueryAsync(List<? extends IEntity> entities,
String changedSince,
CallbackHandler callbackHandler)
Method to retrieve records for the given list of query in asynchronous fashion
|
void |
DataService.executeQueryAsync(String query,
CallbackHandler callbackHandler)
Method to retrieve records for the given list of query in asynchronous fashion
|
<T extends IEntity> |
DataService.findAllAsync(T entity,
CallbackHandler callbackHandler)
Method to retrieve all records for the given entity in asynchronous fashion
Note, without pagination this will return only 100 records
Use query API to add pagintion and obtain additional records
|
<T extends IEntity> |
DataService.findByIdAsync(T entity,
CallbackHandler callbackHandler)
Method to find the record for the given id for the corresponding entity in asynchronous fashion
|
<T extends IEntity> |
DataService.sendEmailAsync(T entity,
CallbackHandler callbackHandler)
Method to send the entity to default email for the given id in asynchronous fashion
|
<T extends IEntity> |
DataService.sendEmailAsync(T entity,
String email,
CallbackHandler callbackHandler)
Method to send the entity to email for the given id in asynchronous fashion
|
<T extends IEntity> |
DataService.updateAsync(T entity,
CallbackHandler callbackHandler)
Method to update the record of the corresponding entity in asynchronous fashion
|
<T extends IEntity> |
DataService.uploadAsync(T entity,
InputStream docContent,
CallbackHandler callbackHandler)
Method to upload the file for the given entity in asynchronous fashion
|
<T extends IEntity> |
DataService.voidRequestAsync(T entity,
CallbackHandler callbackHandler)
Method to cancel the operation for the corresponding entity in asynchronous fashion
|
Copyright © 2017. All rights reserved.