Class ExportCronJobResult

java.lang.Object
de.hybris.platform.servicelayer.impex.impl.ExportCronJobResult
All Implemented Interfaces:
ExportResult

public class ExportCronJobResult extends Object implements ExportResult
Implementation based on an export cronjob.
Since:
4.0
  • Constructor Details

  • Method Details

    • getExport

      public ExportModel getExport()
      Description copied from interface: ExportResult
      Gets an export object referencing exported data anad media.
      Specified by:
      getExport in interface ExportResult
      Returns:
      export result model
    • getExportedData

      public ImpExMediaModel getExportedData()
      Description copied from interface: ExportResult
      Gets the media containing the exported csv files (backed by a zip-archive).
      Specified by:
      getExportedData in interface ExportResult
      Returns:
      exported data
    • getExportedMedia

      public ImpExMediaModel getExportedMedia()
      Description copied from interface: ExportResult
      Gets the media containing the exported media files (backed by a zip-archive).
      Specified by:
      getExportedMedia in interface ExportResult
      Returns:
      exported media
    • isError

      public boolean isError()
      Description copied from interface: ExportResult
      Gets whether the export was not successfully.
      Specified by:
      isError in interface ExportResult
      Returns:
      true if export was not successfully
    • isFinished

      public boolean isFinished()
      Description copied from interface: ExportResult
      Gets whether the export is not running anymore.
      Specified by:
      isFinished in interface ExportResult
      Returns:
      true if export is not running
    • isSuccessful

      public boolean isSuccessful()
      Description copied from interface: ExportResult
      Gets whether the export was successfully.
      Specified by:
      isSuccessful in interface ExportResult
      Returns:
      true if export was successfully
    • isRunning

      public boolean isRunning()
      Description copied from interface: ExportResult
      Gets whether the export is still running.
      Specified by:
      isRunning in interface ExportResult
      Returns:
      true if export is still running
    • getCronJob

      public CronJobModel getCronJob()