public class ExportimportService
extends BaseService
| Constructor and Description |
|---|
ExportimportService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
exportLayoutsAsFile(JSONObjectWrapper exportImportConfiguration) |
java.lang.Long |
exportLayoutsAsFileInBackground(JSONObjectWrapper exportImportConfiguration) |
org.json.JSONObject |
exportPortletInfoAsFile(JSONObjectWrapper exportImportConfiguration) |
java.lang.Long |
exportPortletInfoAsFileInBackground(JSONObjectWrapper exportImportConfiguration) |
void |
importLayouts(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
java.lang.Long |
importLayoutsInBackground(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
void |
importPortletInfo(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
java.lang.Long |
importPortletInfoInBackground(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
org.json.JSONObject |
validateImportLayoutsFile(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
org.json.JSONObject |
validateImportPortletInfo(JSONObjectWrapper exportImportConfiguration,
UploadData file) |
public org.json.JSONObject exportLayoutsAsFile(JSONObjectWrapper exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Long exportLayoutsAsFileInBackground(JSONObjectWrapper exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject exportPortletInfoAsFile(JSONObjectWrapper exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Long exportPortletInfoAsFileInBackground(JSONObjectWrapper exportImportConfiguration)
throws java.lang.Exception
java.lang.Exceptionpublic void importLayouts(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Long importLayoutsInBackground(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exceptionpublic void importPortletInfo(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Long importPortletInfoInBackground(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject validateImportLayoutsFile(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject validateImportPortletInfo(JSONObjectWrapper exportImportConfiguration,
UploadData file)
throws java.lang.Exception
java.lang.Exception