I was wondering what the proper DSResponse should be when an empty fetch is performed?
I set the startRow, endRow and totalRows all to 0.
What should be set for the Data via the setData api?
Do I set anything, or null, or an empty List say via Collections.EMPTY_LIST?
Thanks.
I set the startRow, endRow and totalRows all to 0.
What should be set for the Data via the setData api?
Do I set anything, or null, or an empty List say via Collections.EMPTY_LIST?
Thanks.
Comment