Package com.liferay.fragment.importer
Interface FragmentsImporter
@ProviderType
public interface FragmentsImporter
-
Method Summary
Modifier and TypeMethodDescriptionimportFragmentEntries
(long userId, long groupId, long fragmentCollectionId, File file, FragmentsImportStrategy fragmentsImportStrategy) boolean
validateFragmentEntries
(long userId, long groupId, long fragmentCollectionId, File file)
-
Method Details
-
importFragmentEntries
List<FragmentsImporterResultEntry> importFragmentEntries(long userId, long groupId, long fragmentCollectionId, File file, FragmentsImportStrategy fragmentsImportStrategy) throws Exception - Throws:
Exception
-
validateFragmentEntries
boolean validateFragmentEntries(long userId, long groupId, long fragmentCollectionId, File file) throws Exception - Throws:
Exception
-