public interface ResultService
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult(FieldProcessor fp,
Object bindObject)
|
Resultset |
getResultset(FieldProcessor fp,
Collection<?> items)
Builds a
ResultSet from the items provided by the Collection, using the FieldProcessor's
MetaData.Note that pagination will not be available. |
Resultset |
getResultset(FieldProcessor fp,
org.springframework.data.domain.Page<?> page)
|
Resultset getResultset(FieldProcessor fp, org.springframework.data.domain.Page<?> page)
fp - a FieldProcessorpage - a Page of bindobjectsResultset containing a Result for each item of the Page. Every Result
contains a Datafield for each FieldDef provided by the FieldProcessor's
MetaData.Resultset getResultset(FieldProcessor fp, Collection<?> items)
ResultSet from the items provided by the Collection, using the FieldProcessor's
MetaData.fp - a FieldProcessoritems - a Collection of bindobjectsResultset containing a Result for each item of the Collection. Every
Result contains a Datafield for each FieldDef provided by the
FieldProcessor's MetaData.Result getResult(FieldProcessor fp, Object bindObject)
fp - a FieldProcessorbindObject - a bindobjectResult containing a Datafield for each FieldDef provided by the
FieldProcessor's MetaData.Copyright © 2011–2017 aiticon GmbH. All rights reserved.