onReadAll abstract method

  1. @protected
Future<HGrid> onReadAll(
  1. String filter,
  2. int limit
)

Subclass hook for read and readAll.

Implementation

@protected
Future<HGrid> onReadAll(String filter, int limit);