Interface EntityListService
- All Known Implementing Classes:
EntityListServiceImpl
Deprecated.
-
Method Details
-
load
DetailedGridResultData load(String entityName, Iterable<Entity> list, int totalCount, String scope, @Nullable @Nullable String formName, @Nullable @Nullable String[] columns, boolean skipDefaultDisplay) Deprecated. -
loadRow
Row loadRow(Entity entity, boolean skipDefaultDisplay, Iterable<Column> visibleColumns) throws RpcExecutionException Deprecated.- Throws:
RpcExecutionException
-