public class ExportImportConfigurationTestUtil extends Object
| Constructor and Description |
|---|
ExportImportConfigurationTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.exportimport.kernel.model.ExportImportConfiguration |
addExportImportConfiguration(long groupId,
int type) |
static com.liferay.exportimport.kernel.model.ExportImportConfiguration |
addExportImportConfiguration(long groupId,
int type,
Map<String,Serializable> settingsMap) |
static Map<String,Serializable> |
getDefaultSettingsMap(long userId,
long groupId) |
public static com.liferay.exportimport.kernel.model.ExportImportConfiguration addExportImportConfiguration(long groupId,
int type)
throws Exception
Exceptionpublic static com.liferay.exportimport.kernel.model.ExportImportConfiguration addExportImportConfiguration(long groupId,
int type,
Map<String,Serializable> settingsMap)
throws Exception
Exceptionpublic static Map<String,Serializable> getDefaultSettingsMap(long userId, long groupId) throws Exception
Exception