public class ExportimportconfigurationService
extends BaseService
| Constructor and Description |
|---|
ExportimportconfigurationService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId) |
org.json.JSONObject |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
org.json.JSONObject |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
public ExportimportconfigurationService(Session session)
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject moveExportImportConfigurationToTrash(long exportImportConfigurationId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
throws java.lang.Exception
java.lang.Exception