Uses of Class
ch.ralscha.extdirectspring.bean.EdStoreResult
Packages that use EdStoreResult
-
Uses of EdStoreResult in ch.ralscha.extdirectspring.bean
Methods in ch.ralscha.extdirectspring.bean that return EdStoreResultModifier and TypeMethodDescriptionstatic <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)