| Package | Description |
|---|---|
| no.g9.service |
The service package contains g9 service API.
|
| no.g9.support.xml |
| Modifier and Type | Method and Description |
|---|---|
ObjectSelection |
JGrapeParamWrapper.getObjectSelection() |
| 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(ObjectSelection objectSelection,
ClientContext ctx) |
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,
ObjectSelection objectSelection)
Create a new wrapper for the given action, client context and object
selection.
|
| 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–2017 Esito AS. All rights reserved.