public final class FormTraderService extends Object
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
exportFormToJson(int nIdForm)
Export a form in a json object
|
static void |
importFormFromJson(net.sf.json.JSONObject jsonObject)
Import a form in database from a json
|
public static void importFormFromJson(net.sf.json.JSONObject jsonObject) throws IOException
jsonObject
- the json objectcom.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
public static net.sf.json.JSONObject exportFormToJson(int nIdForm)
nIdForm
- the form idcom.fasterxml.jackson.core.JsonProcessingException
Copyright © 2018 City of Paris. All rights reserved.