Package | Description |
---|---|
com.intuit.ipp.services |
Modifier and Type | Method and Description |
---|---|
protected CDCQueryResult |
DataService.getCDCQueryResult(CDCResponse cdcResponse)
Method to construct and return the CDCQueryResult object from CDCResponse
|
CDCQueryResult |
BatchOperation.getCDCQueryResult(String bId)
Method to get the cdc query result object for the given bId
|
Modifier and Type | Method and Description |
---|---|
List<CDCQueryResult> |
DataService.executeCDCQuery(List<? extends IEntity> entities,
String changedSince)
Method to retrieve the list of records for the given entities whose last modified date is greater than the given changedSince date
|
Map<String,CDCQueryResult> |
BatchOperation.getCDCQueryResult()
Gets cdcQueryResult list
|
protected List<CDCQueryResult> |
DataService.getCDCQueryResult(List<CDCResponse> cdcResponses)
Method to get the list of CDCQueryResult object from list of CDCResponse
|
List<CDCQueryResult> |
CallbackMessage.getCDCQueryResults()
Gets List
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackMessage.setCDCQueryResults(List<CDCQueryResult> cdcQueryResults)
Sets CDCQueryResult
|
Copyright © 2017. All rights reserved.