@Component(value="cuba_EntityImportExport") public class EntityImportExport extends java.lang.Object implements EntityImportExportAPI
NAME| Constructor and Description |
|---|
EntityImportExport() |
public byte[] exportEntitiesToZIP(java.util.Collection<? extends Entity> entities, View view)
EntityImportExportAPIEntityImportExportService.exportEntitiesToZIP(Collection, View)exportEntitiesToZIP in interface EntityImportExportAPIpublic byte[] exportEntitiesToZIP(java.util.Collection<? extends Entity> entities)
EntityImportExportAPIEntityImportExportService.exportEntitiesToZIP(Collection)exportEntitiesToZIP in interface EntityImportExportAPIpublic java.lang.String exportEntitiesToJSON(java.util.Collection<? extends Entity> entities, View view)
EntityImportExportAPIEntityImportExportService.exportEntitiesToJSON(Collection, View)exportEntitiesToJSON in interface EntityImportExportAPIpublic java.lang.String exportEntitiesToJSON(java.util.Collection<? extends Entity> entities)
EntityImportExportAPIEntityImportExportService.exportEntitiesToJSON(Collection)exportEntitiesToJSON in interface EntityImportExportAPIpublic java.util.Collection<Entity> importEntitiesFromJson(java.lang.String json, EntityImportView view)
EntityImportExportAPIEntityImportExportService.importEntitiesFromJSON(String, EntityImportView)importEntitiesFromJson in interface EntityImportExportAPIpublic java.util.Collection<Entity> importEntitiesFromZIP(byte[] zipBytes, EntityImportView view)
EntityImportExportAPIEntityImportExportService.importEntitiesFromZIP(byte[], EntityImportView)importEntitiesFromZIP in interface EntityImportExportAPIpublic java.util.Collection<Entity> importEntities(java.util.Collection<? extends Entity> entities, EntityImportView importView)
EntityImportExportAPIEntityImportExportService.importEntities(Collection, EntityImportView)importEntities in interface EntityImportExportAPIpublic java.util.Collection<Entity> importEntities(java.util.Collection<? extends Entity> entities, EntityImportView importView, boolean validate)
EntityImportExportAPIEntityImportExportService.importEntities(Collection, EntityImportView, boolean)importEntities in interface EntityImportExportAPI