| Package | Description |
|---|---|
| no.g9.service |
The service package contains g9 service API.
|
| no.g9.support |
| Modifier and Type | Method and Description |
|---|---|
FindData |
JGrapeParamWrapper.getFindData() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JGrapeService.find(FindData findData,
ClientContext ctx,
String dbMapping)
Find a domain object or projection based on the given
findData. |
List<?> |
JGrapeService.findAll(FindData findData,
ClientContext ctx,
String dbMapping)
Find domain objects or projections based on the given
findData. |
| Constructor and Description |
|---|
JGrapeParamWrapper(String action,
ClientContext ctx,
FindData findData,
String dbMapping)
Create a new wrapper for the given action, client context, find data
and database mapping.
|
| Modifier and Type | Method and Description |
|---|---|
FindData |
ObjectSelection.getFindData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectSelection.setFindData(FindData findData) |
Copyright © 2006–2020 Esito AS. All rights reserved.