hydrateList
function
Returns a list given raw data.
connection.hydrateList( listData, set )
Overwrites the base hydrateList so that if a matching list is
in the listStore, that list will
be updated with listData and returned.
If there isn't a matching list, the base hydrateList will be called.
Parameters
Returns
{List}:
A list from either the store or a newly created instance.