| Package | Description |
|---|---|
| no.g9.service |
The service package contains g9 service API.
|
| no.g9.support | |
| no.g9.support.xml |
| Modifier and Type | Method and Description |
|---|---|
ClientContext |
JGrapeParamWrapper.getCtx() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JGrapeService.connect(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.delete(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.disconnect(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.find(FindData findData,
ClientContext ctx,
String dbMapping)
Find a domain object or projection based on the given
findData. |
Object |
JGrapeService.find(ObjectSelection objectSelection,
ClientContext ctx) |
List<?> |
JGrapeService.findAll(FindData findData,
ClientContext ctx,
String dbMapping)
Find domain objects or projections based on the given
findData. |
List<?> |
JGrapeService.findAll(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.get(ObjectSelection objectSelection,
ENavigation navigation,
ClientContext ctx) |
Object |
JGrapeService.insert(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.save(ObjectSelection objectSelection,
ClientContext ctx) |
Object |
JGrapeService.update(ObjectSelection objectSelection,
ClientContext ctx) |
| 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.
|
JGrapeParamWrapper(String action,
ClientContext ctx,
ObjectSelection objectSelection)
Create a new wrapper for the given action, client context and object
selection.
|
| Constructor and Description |
|---|
ClientContext(ClientContext ctx,
boolean deepCopy)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Document |
AbstractXmlConverter.convert(ObjectSelection os,
ClientContext ctx) |
Document |
DefaultXmlConverter.convert(ObjectSelection objectSelection,
ClientContext ctx) |
Document |
XmlConverter.convert(ObjectSelection os,
ClientContext ctx)
Generates a Document based on the supplied ObjectSelection, and any
previously added filters and converters.
|
Copyright © 2006–2020 Esito AS. All rights reserved.