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
Exception
public static com.liferay.exportimport.kernel.model.ExportImportConfiguration addExportImportConfiguration(long groupId, int type, Map<String,Serializable> settingsMap) throws Exception
Exception
public static Map<String,Serializable> getDefaultSettingsMap(long userId, long groupId) throws Exception
Exception