| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.bean |
| Modifier and Type | Method and Description |
|---|---|
static <T> EdStoreResult<T> |
EdStoreResult.success(Collection<T> records) |
static <T> EdStoreResult<T> |
EdStoreResult.success(Collection<T> records,
Class<?> jsonView) |
static <T> EdStoreResult<T> |
EdStoreResult.success(Collection<T> records,
Long total) |
static <T> EdStoreResult<T> |
EdStoreResult.success(Collection<T> records,
Long total,
Class<?> jsonView) |
static <T> EdStoreResult<T> |
EdStoreResult.success(T record) |
static <T> EdStoreResult<T> |
EdStoreResult.success(T[] records) |
Copyright © 2010–2017. All rights reserved.