Class ImpExImportCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobModel
de.hybris.platform.impex.model.cronjob.ImpExImportCronJobModel
All Implemented Interfaces:
Serializable

public class ImpExImportCronJobModel extends CronJobModel
Generated model class for type ImpExImportCronJob first defined at extension impex.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _JOBCRONJOBRELATION

      public static final String _JOBCRONJOBRELATION
      Generated relation code constant for relation JobCronJobRelation defining source attribute job in extension processing.
      See Also:
    • JOBMEDIA

      public static final String JOBMEDIA
      Generated constant - Attribute key of ImpExImportCronJob.jobMedia attribute defined at extension impex.
      See Also:
    • WORKMEDIA

      public static final String WORKMEDIA
      Generated constant - Attribute key of ImpExImportCronJob.workMedia attribute defined at extension impex.
      See Also:
    • LASTSUCCESSFULLINE

      public static final String LASTSUCCESSFULLINE
      Generated constant - Attribute key of ImpExImportCronJob.lastSuccessfulLine attribute defined at extension impex.
      See Also:
    • MEDIASMEDIA

      public static final String MEDIASMEDIA
      Generated constant - Attribute key of ImpExImportCronJob.mediasMedia attribute defined at extension impex.
      See Also:
    • EXTERNALDATACOLLECTION

      public static final String EXTERNALDATACOLLECTION
      Generated constant - Attribute key of ImpExImportCronJob.externalDataCollection attribute defined at extension impex.
      See Also:
    • LOCALE

      public static final String LOCALE
      Generated constant - Attribute key of ImpExImportCronJob.locale attribute defined at extension impex.
      See Also:
    • DUMPFILEENCODING

      public static final String DUMPFILEENCODING
      Generated constant - Attribute key of ImpExImportCronJob.dumpFileEncoding attribute defined at extension impex.
      See Also:
    • ENABLECODEEXECUTION

      public static final String ENABLECODEEXECUTION
      Generated constant - Attribute key of ImpExImportCronJob.enableCodeExecution attribute defined at extension impex.
      See Also:
    • ENABLEEXTERNALCODEEXECUTION

      public static final String ENABLEEXTERNALCODEEXECUTION
      Generated constant - Attribute key of ImpExImportCronJob.enableExternalCodeExecution attribute defined at extension impex.
      See Also:
    • ENABLEEXTERNALSYNTAXPARSING

      public static final String ENABLEEXTERNALSYNTAXPARSING
      Generated constant - Attribute key of ImpExImportCronJob.enableExternalSyntaxParsing attribute defined at extension impex.
      See Also:
    • ENABLEHMCSAVEDVALUES

      public static final String ENABLEHMCSAVEDVALUES
      Generated constant - Attribute key of ImpExImportCronJob.enableHmcSavedValues attribute defined at extension impex.
      See Also:
    • MEDIASTARGET

      public static final String MEDIASTARGET
      Generated constant - Attribute key of ImpExImportCronJob.mediasTarget attribute defined at extension impex.
      See Also:
    • VALUECOUNT

      public static final String VALUECOUNT
      Generated constant - Attribute key of ImpExImportCronJob.valueCount attribute defined at extension impex.
      See Also:
    • UNRESOLVEDDATASTORE

      public static final String UNRESOLVEDDATASTORE
      Generated constant - Attribute key of ImpExImportCronJob.unresolvedDataStore attribute defined at extension impex.
      See Also:
    • ZIPENTRY

      public static final String ZIPENTRY
      Generated constant - Attribute key of ImpExImportCronJob.zipentry attribute defined at extension impex.
      See Also:
    • MODE

      public static final String MODE
      Generated constant - Attribute key of ImpExImportCronJob.mode attribute defined at extension impex.
      See Also:
    • DUMPINGALLOWED

      public static final String DUMPINGALLOWED
      Generated constant - Attribute key of ImpExImportCronJob.dumpingAllowed attribute defined at extension impex.
      See Also:
    • UNZIPMEDIASMEDIA

      public static final String UNZIPMEDIASMEDIA
      Generated constant - Attribute key of ImpExImportCronJob.unzipMediasMedia attribute defined at extension impex.
      See Also:
    • MAXTHREADS

      public static final String MAXTHREADS
      Generated constant - Attribute key of ImpExImportCronJob.maxThreads attribute defined at extension impex.
      See Also:
    • LEGACYMODE

      public static final String LEGACYMODE
      Generated constant - Attribute key of ImpExImportCronJob.legacyMode attribute defined at extension impex.
      See Also:
  • Constructor Details

    • ImpExImportCronJobModel

      public ImpExImportCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • ImpExImportCronJobModel

      public ImpExImportCronJobModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ImpExImportCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public ImpExImportCronJobModel(ImpExImportJobModel _job)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _job - initial attribute declared by type ImpExImportCronJob at extension impex
    • ImpExImportCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public ImpExImportCronJobModel(ImpExImportJobModel _job, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _job - initial attribute declared by type ImpExImportCronJob at extension impex
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getDumpFileEncoding

      @Accessor(qualifier="dumpFileEncoding", type=GETTER) public EncodingEnum getDumpFileEncoding()
      Generated method - Getter of the ImpExImportCronJob.dumpFileEncoding attribute defined at extension impex.
      Returns:
      the dumpFileEncoding
    • getDumpingAllowed

      @Accessor(qualifier="dumpingAllowed", type=GETTER) public Boolean getDumpingAllowed()
      Generated method - Getter of the ImpExImportCronJob.dumpingAllowed attribute defined at extension impex.
      Returns:
      the dumpingAllowed
    • getEnableCodeExecution

      @Accessor(qualifier="enableCodeExecution", type=GETTER) public Boolean getEnableCodeExecution()
      Generated method - Getter of the ImpExImportCronJob.enableCodeExecution attribute defined at extension impex.
      Returns:
      the enableCodeExecution
    • getEnableExternalCodeExecution

      @Accessor(qualifier="enableExternalCodeExecution", type=GETTER) public Boolean getEnableExternalCodeExecution()
      Generated method - Getter of the ImpExImportCronJob.enableExternalCodeExecution attribute defined at extension impex.
      Returns:
      the enableExternalCodeExecution
    • getEnableExternalSyntaxParsing

      @Accessor(qualifier="enableExternalSyntaxParsing", type=GETTER) public Boolean getEnableExternalSyntaxParsing()
      Generated method - Getter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute defined at extension impex.
      Returns:
      the enableExternalSyntaxParsing
    • getEnableHmcSavedValues

      @Accessor(qualifier="enableHmcSavedValues", type=GETTER) public Boolean getEnableHmcSavedValues()
      Generated method - Getter of the ImpExImportCronJob.enableHmcSavedValues attribute defined at extension impex.
      Returns:
      the enableHmcSavedValues
    • getExternalDataCollection

      @Accessor(qualifier="externalDataCollection", type=GETTER) public Collection<ImpExMediaModel> getExternalDataCollection()
      Generated method - Getter of the ImpExImportCronJob.externalDataCollection attribute defined at extension impex. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalDataCollection
    • getJob

      @Accessor(qualifier="job", type=GETTER) public ImpExImportJobModel getJob()
      Generated method - Getter of the CronJob.job attribute defined at extension processing and redeclared at extension impex.
      Overrides:
      getJob in class CronJobModel
      Returns:
      the job
    • getJobMedia

      @Accessor(qualifier="jobMedia", type=GETTER) public ImpExMediaModel getJobMedia()
      Generated method - Getter of the ImpExImportCronJob.jobMedia attribute defined at extension impex.
      Returns:
      the jobMedia
    • getLastSuccessfulLine

      @Accessor(qualifier="lastSuccessfulLine", type=GETTER) public Integer getLastSuccessfulLine()
      Generated method - Getter of the ImpExImportCronJob.lastSuccessfulLine attribute defined at extension impex.
      Returns:
      the lastSuccessfulLine
    • getLegacyMode

      @Accessor(qualifier="legacyMode", type=GETTER) public Boolean getLegacyMode()
      Generated method - Getter of the ImpExImportCronJob.legacyMode attribute defined at extension impex.
      Returns:
      the legacyMode
    • getLocale

      @Accessor(qualifier="locale", type=GETTER) public String getLocale()
      Generated method - Getter of the ImpExImportCronJob.locale attribute defined at extension impex.
      Returns:
      the locale
    • getMaxThreads

      @Accessor(qualifier="maxThreads", type=GETTER) public Integer getMaxThreads()
      Generated method - Getter of the ImpExImportCronJob.maxThreads attribute defined at extension impex.
      Returns:
      the maxThreads
    • getMediasMedia

      @Accessor(qualifier="mediasMedia", type=GETTER) public MediaModel getMediasMedia()
      Generated method - Getter of the ImpExImportCronJob.mediasMedia attribute defined at extension impex.
      Returns:
      the mediasMedia
    • getMediasTarget

      @Accessor(qualifier="mediasTarget", type=GETTER) public String getMediasTarget()
      Generated method - Getter of the ImpExImportCronJob.mediasTarget attribute defined at extension impex.
      Returns:
      the mediasTarget
    • getMode

      @Accessor(qualifier="mode", type=GETTER) public ImpExValidationModeEnum getMode()
      Generated method - Getter of the ImpExImportCronJob.mode attribute defined at extension impex.
      Returns:
      the mode
    • getUnresolvedDataStore

      @Accessor(qualifier="unresolvedDataStore", type=GETTER) public ImpExMediaModel getUnresolvedDataStore()
      Generated method - Getter of the ImpExImportCronJob.unresolvedDataStore attribute defined at extension impex.
      Returns:
      the unresolvedDataStore
    • getUnzipMediasMedia

      @Accessor(qualifier="unzipMediasMedia", type=GETTER) public Boolean getUnzipMediasMedia()
      Generated method - Getter of the ImpExImportCronJob.unzipMediasMedia attribute defined at extension impex.
      Returns:
      the unzipMediasMedia
    • getValueCount

      @Accessor(qualifier="valueCount", type=GETTER) public Integer getValueCount()
      Generated method - Getter of the ImpExImportCronJob.valueCount attribute defined at extension impex.
      Returns:
      the valueCount
    • getWorkMedia

      @Accessor(qualifier="workMedia", type=GETTER) public ImpExMediaModel getWorkMedia()
      Generated method - Getter of the ImpExImportCronJob.workMedia attribute defined at extension impex.
      Returns:
      the workMedia
    • getZipentry

      @Accessor(qualifier="zipentry", type=GETTER) public String getZipentry()
      Generated method - Getter of the ImpExImportCronJob.zipentry attribute defined at extension impex.
      Returns:
      the zipentry
    • setDumpFileEncoding

      @Accessor(qualifier="dumpFileEncoding", type=SETTER) public void setDumpFileEncoding(EncodingEnum value)
      Generated method - Setter of ImpExImportCronJob.dumpFileEncoding attribute defined at extension impex.
      Parameters:
      value - the dumpFileEncoding
    • setDumpingAllowed

      @Accessor(qualifier="dumpingAllowed", type=SETTER) public void setDumpingAllowed(Boolean value)
      Generated method - Setter of ImpExImportCronJob.dumpingAllowed attribute defined at extension impex.
      Parameters:
      value - the dumpingAllowed
    • setEnableCodeExecution

      @Accessor(qualifier="enableCodeExecution", type=SETTER) public void setEnableCodeExecution(Boolean value)
      Generated method - Setter of ImpExImportCronJob.enableCodeExecution attribute defined at extension impex.
      Parameters:
      value - the enableCodeExecution
    • setEnableExternalCodeExecution

      @Accessor(qualifier="enableExternalCodeExecution", type=SETTER) public void setEnableExternalCodeExecution(Boolean value)
      Generated method - Setter of ImpExImportCronJob.enableExternalCodeExecution attribute defined at extension impex.
      Parameters:
      value - the enableExternalCodeExecution
    • setEnableExternalSyntaxParsing

      @Accessor(qualifier="enableExternalSyntaxParsing", type=SETTER) public void setEnableExternalSyntaxParsing(Boolean value)
      Generated method - Setter of ImpExImportCronJob.enableExternalSyntaxParsing attribute defined at extension impex.
      Parameters:
      value - the enableExternalSyntaxParsing
    • setEnableHmcSavedValues

      @Accessor(qualifier="enableHmcSavedValues", type=SETTER) public void setEnableHmcSavedValues(Boolean value)
      Generated method - Setter of ImpExImportCronJob.enableHmcSavedValues attribute defined at extension impex.
      Parameters:
      value - the enableHmcSavedValues
    • setExternalDataCollection

      @Accessor(qualifier="externalDataCollection", type=SETTER) public void setExternalDataCollection(Collection<ImpExMediaModel> value)
      Generated method - Setter of ImpExImportCronJob.externalDataCollection attribute defined at extension impex.
      Parameters:
      value - the externalDataCollection
    • setJob

      @Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
      Generated method - Initial setter of CronJob.job attribute defined at extension processing and redeclared at extension impex. Can only be used at creation of model - before first save. Will only accept values of type ImpExImportJobModel.
      Overrides:
      setJob in class CronJobModel
      Parameters:
      value - the job
    • setJobMedia

      @Accessor(qualifier="jobMedia", type=SETTER) public void setJobMedia(ImpExMediaModel value)
      Generated method - Setter of ImpExImportCronJob.jobMedia attribute defined at extension impex.
      Parameters:
      value - the jobMedia
    • setLastSuccessfulLine

      @Accessor(qualifier="lastSuccessfulLine", type=SETTER) public void setLastSuccessfulLine(Integer value)
      Generated method - Setter of ImpExImportCronJob.lastSuccessfulLine attribute defined at extension impex.
      Parameters:
      value - the lastSuccessfulLine
    • setLegacyMode

      @Accessor(qualifier="legacyMode", type=SETTER) public void setLegacyMode(Boolean value)
      Generated method - Setter of ImpExImportCronJob.legacyMode attribute defined at extension impex.
      Parameters:
      value - the legacyMode
    • setLocale

      @Accessor(qualifier="locale", type=SETTER) public void setLocale(String value)
      Generated method - Setter of ImpExImportCronJob.locale attribute defined at extension impex.
      Parameters:
      value - the locale
    • setMaxThreads

      @Accessor(qualifier="maxThreads", type=SETTER) public void setMaxThreads(Integer value)
      Generated method - Setter of ImpExImportCronJob.maxThreads attribute defined at extension impex.
      Parameters:
      value - the maxThreads
    • setMediasMedia

      @Accessor(qualifier="mediasMedia", type=SETTER) public void setMediasMedia(MediaModel value)
      Generated method - Setter of ImpExImportCronJob.mediasMedia attribute defined at extension impex.
      Parameters:
      value - the mediasMedia
    • setMediasTarget

      @Accessor(qualifier="mediasTarget", type=SETTER) public void setMediasTarget(String value)
      Generated method - Setter of ImpExImportCronJob.mediasTarget attribute defined at extension impex.
      Parameters:
      value - the mediasTarget
    • setMode

      @Accessor(qualifier="mode", type=SETTER) public void setMode(ImpExValidationModeEnum value)
      Generated method - Setter of ImpExImportCronJob.mode attribute defined at extension impex.
      Parameters:
      value - the mode
    • setUnresolvedDataStore

      @Accessor(qualifier="unresolvedDataStore", type=SETTER) public void setUnresolvedDataStore(ImpExMediaModel value)
      Generated method - Setter of ImpExImportCronJob.unresolvedDataStore attribute defined at extension impex.
      Parameters:
      value - the unresolvedDataStore
    • setUnzipMediasMedia

      @Accessor(qualifier="unzipMediasMedia", type=SETTER) public void setUnzipMediasMedia(Boolean value)
      Generated method - Setter of ImpExImportCronJob.unzipMediasMedia attribute defined at extension impex.
      Parameters:
      value - the unzipMediasMedia
    • setValueCount

      @Accessor(qualifier="valueCount", type=SETTER) public void setValueCount(Integer value)
      Generated method - Setter of ImpExImportCronJob.valueCount attribute defined at extension impex.
      Parameters:
      value - the valueCount
    • setWorkMedia

      @Accessor(qualifier="workMedia", type=SETTER) public void setWorkMedia(ImpExMediaModel value)
      Generated method - Setter of ImpExImportCronJob.workMedia attribute defined at extension impex.
      Parameters:
      value - the workMedia
    • setZipentry

      @Accessor(qualifier="zipentry", type=SETTER) public void setZipentry(String value)
      Generated method - Setter of ImpExImportCronJob.zipentry attribute defined at extension impex.
      Parameters:
      value - the zipentry