Class GeneratedImpExImportCronJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ImpExImportCronJob

public abstract class GeneratedImpExImportCronJob extends CronJob
Generated class for type ImpExImportCronJob.
See Also:
  • Field Details

    • JOBMEDIA

      public static final String JOBMEDIA
      Qualifier of the ImpExImportCronJob.jobMedia attribute
      See Also:
    • WORKMEDIA

      public static final String WORKMEDIA
      Qualifier of the ImpExImportCronJob.workMedia attribute
      See Also:
    • LASTSUCCESSFULLINE

      public static final String LASTSUCCESSFULLINE
      Qualifier of the ImpExImportCronJob.lastSuccessfulLine attribute
      See Also:
    • MEDIASMEDIA

      public static final String MEDIASMEDIA
      Qualifier of the ImpExImportCronJob.mediasMedia attribute
      See Also:
    • EXTERNALDATACOLLECTION

      public static final String EXTERNALDATACOLLECTION
      Qualifier of the ImpExImportCronJob.externalDataCollection attribute
      See Also:
    • LOCALE

      public static final String LOCALE
      Qualifier of the ImpExImportCronJob.locale attribute
      See Also:
    • DUMPFILEENCODING

      public static final String DUMPFILEENCODING
      Qualifier of the ImpExImportCronJob.dumpFileEncoding attribute
      See Also:
    • ENABLECODEEXECUTION

      public static final String ENABLECODEEXECUTION
      Qualifier of the ImpExImportCronJob.enableCodeExecution attribute
      See Also:
    • ENABLEEXTERNALCODEEXECUTION

      public static final String ENABLEEXTERNALCODEEXECUTION
      Qualifier of the ImpExImportCronJob.enableExternalCodeExecution attribute
      See Also:
    • ENABLEEXTERNALSYNTAXPARSING

      public static final String ENABLEEXTERNALSYNTAXPARSING
      Qualifier of the ImpExImportCronJob.enableExternalSyntaxParsing attribute
      See Also:
    • ENABLEHMCSAVEDVALUES

      public static final String ENABLEHMCSAVEDVALUES
      Qualifier of the ImpExImportCronJob.enableHmcSavedValues attribute
      See Also:
    • MEDIASTARGET

      public static final String MEDIASTARGET
      Qualifier of the ImpExImportCronJob.mediasTarget attribute
      See Also:
    • VALUECOUNT

      public static final String VALUECOUNT
      Qualifier of the ImpExImportCronJob.valueCount attribute
      See Also:
    • UNRESOLVEDDATASTORE

      public static final String UNRESOLVEDDATASTORE
      Qualifier of the ImpExImportCronJob.unresolvedDataStore attribute
      See Also:
    • ZIPENTRY

      public static final String ZIPENTRY
      Qualifier of the ImpExImportCronJob.zipentry attribute
      See Also:
    • MODE

      public static final String MODE
      Qualifier of the ImpExImportCronJob.mode attribute
      See Also:
    • DUMPINGALLOWED

      public static final String DUMPINGALLOWED
      Qualifier of the ImpExImportCronJob.dumpingAllowed attribute
      See Also:
    • UNZIPMEDIASMEDIA

      public static final String UNZIPMEDIASMEDIA
      Qualifier of the ImpExImportCronJob.unzipMediasMedia attribute
      See Also:
    • MAXTHREADS

      public static final String MAXTHREADS
      Qualifier of the ImpExImportCronJob.maxThreads attribute
      See Also:
    • LEGACYMODE

      public static final String LEGACYMODE
      Qualifier of the ImpExImportCronJob.legacyMode attribute
      See Also:
    • JOBHANDLER

      protected static final BidirectionalOneToManyHandler<GeneratedImpExImportCronJob> JOBHANDLER
      BidirectionalOneToManyHandler for handling 1:n JOB's relation attributes from 'one' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedImpExImportCronJob

      public GeneratedImpExImportCronJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCronJob
    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Item
      Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

      In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
      Sn example:

      
       public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
       ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
       man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
       // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
       SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
       super.getNonInitialAttributes( ctx, allAttributes );
       // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
      
       
      Overrides:
      createItem in class CronJob
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked
    • getDumpFileEncoding

      public EnumerationValue getDumpFileEncoding(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.dumpFileEncoding attribute.
      Returns:
      the dumpFileEncoding
    • getDumpFileEncoding

      public EnumerationValue getDumpFileEncoding()
      Generated method - Getter of the ImpExImportCronJob.dumpFileEncoding attribute.
      Returns:
      the dumpFileEncoding
    • setDumpFileEncoding

      public void setDumpFileEncoding(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the ImpExImportCronJob.dumpFileEncoding attribute.
      Parameters:
      value - the dumpFileEncoding
    • setDumpFileEncoding

      public void setDumpFileEncoding(EnumerationValue value)
      Generated method - Setter of the ImpExImportCronJob.dumpFileEncoding attribute.
      Parameters:
      value - the dumpFileEncoding
    • isDumpingAllowed

      public Boolean isDumpingAllowed(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.dumpingAllowed attribute.
      Returns:
      the dumpingAllowed
    • isDumpingAllowed

      public Boolean isDumpingAllowed()
      Generated method - Getter of the ImpExImportCronJob.dumpingAllowed attribute.
      Returns:
      the dumpingAllowed
    • isDumpingAllowedAsPrimitive

      public boolean isDumpingAllowedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.dumpingAllowed attribute.
      Returns:
      the dumpingAllowed
    • isDumpingAllowedAsPrimitive

      public boolean isDumpingAllowedAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.dumpingAllowed attribute.
      Returns:
      the dumpingAllowed
    • setDumpingAllowed

      public void setDumpingAllowed(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.dumpingAllowed attribute.
      Parameters:
      value - the dumpingAllowed
    • setDumpingAllowed

      public void setDumpingAllowed(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.dumpingAllowed attribute.
      Parameters:
      value - the dumpingAllowed
    • setDumpingAllowed

      public void setDumpingAllowed(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.dumpingAllowed attribute.
      Parameters:
      value - the dumpingAllowed
    • setDumpingAllowed

      public void setDumpingAllowed(boolean value)
      Generated method - Setter of the ImpExImportCronJob.dumpingAllowed attribute.
      Parameters:
      value - the dumpingAllowed
    • isEnableCodeExecution

      public Boolean isEnableCodeExecution(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableCodeExecution attribute.
      Returns:
      the enableCodeExecution
    • isEnableCodeExecution

      public Boolean isEnableCodeExecution()
      Generated method - Getter of the ImpExImportCronJob.enableCodeExecution attribute.
      Returns:
      the enableCodeExecution
    • isEnableCodeExecutionAsPrimitive

      public boolean isEnableCodeExecutionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableCodeExecution attribute.
      Returns:
      the enableCodeExecution
    • isEnableCodeExecutionAsPrimitive

      public boolean isEnableCodeExecutionAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.enableCodeExecution attribute.
      Returns:
      the enableCodeExecution
    • setEnableCodeExecution

      public void setEnableCodeExecution(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableCodeExecution attribute.
      Parameters:
      value - the enableCodeExecution
    • setEnableCodeExecution

      public void setEnableCodeExecution(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableCodeExecution attribute.
      Parameters:
      value - the enableCodeExecution
    • setEnableCodeExecution

      public void setEnableCodeExecution(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableCodeExecution attribute.
      Parameters:
      value - the enableCodeExecution
    • setEnableCodeExecution

      public void setEnableCodeExecution(boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableCodeExecution attribute.
      Parameters:
      value - the enableCodeExecution
    • isEnableExternalCodeExecution

      public Boolean isEnableExternalCodeExecution(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Returns:
      the enableExternalCodeExecution
    • isEnableExternalCodeExecution

      public Boolean isEnableExternalCodeExecution()
      Generated method - Getter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Returns:
      the enableExternalCodeExecution
    • isEnableExternalCodeExecutionAsPrimitive

      public boolean isEnableExternalCodeExecutionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Returns:
      the enableExternalCodeExecution
    • isEnableExternalCodeExecutionAsPrimitive

      public boolean isEnableExternalCodeExecutionAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Returns:
      the enableExternalCodeExecution
    • setEnableExternalCodeExecution

      public void setEnableExternalCodeExecution(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Parameters:
      value - the enableExternalCodeExecution
    • setEnableExternalCodeExecution

      public void setEnableExternalCodeExecution(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Parameters:
      value - the enableExternalCodeExecution
    • setEnableExternalCodeExecution

      public void setEnableExternalCodeExecution(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Parameters:
      value - the enableExternalCodeExecution
    • setEnableExternalCodeExecution

      public void setEnableExternalCodeExecution(boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalCodeExecution attribute.
      Parameters:
      value - the enableExternalCodeExecution
    • isEnableExternalSyntaxParsing

      public Boolean isEnableExternalSyntaxParsing(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Returns:
      the enableExternalSyntaxParsing
    • isEnableExternalSyntaxParsing

      public Boolean isEnableExternalSyntaxParsing()
      Generated method - Getter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Returns:
      the enableExternalSyntaxParsing
    • isEnableExternalSyntaxParsingAsPrimitive

      public boolean isEnableExternalSyntaxParsingAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Returns:
      the enableExternalSyntaxParsing
    • isEnableExternalSyntaxParsingAsPrimitive

      public boolean isEnableExternalSyntaxParsingAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Returns:
      the enableExternalSyntaxParsing
    • setEnableExternalSyntaxParsing

      public void setEnableExternalSyntaxParsing(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Parameters:
      value - the enableExternalSyntaxParsing
    • setEnableExternalSyntaxParsing

      public void setEnableExternalSyntaxParsing(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Parameters:
      value - the enableExternalSyntaxParsing
    • setEnableExternalSyntaxParsing

      public void setEnableExternalSyntaxParsing(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Parameters:
      value - the enableExternalSyntaxParsing
    • setEnableExternalSyntaxParsing

      public void setEnableExternalSyntaxParsing(boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableExternalSyntaxParsing attribute.
      Parameters:
      value - the enableExternalSyntaxParsing
    • isEnableHmcSavedValues

      public Boolean isEnableHmcSavedValues(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Returns:
      the enableHmcSavedValues
    • isEnableHmcSavedValues

      public Boolean isEnableHmcSavedValues()
      Generated method - Getter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Returns:
      the enableHmcSavedValues
    • isEnableHmcSavedValuesAsPrimitive

      public boolean isEnableHmcSavedValuesAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Returns:
      the enableHmcSavedValues
    • isEnableHmcSavedValuesAsPrimitive

      public boolean isEnableHmcSavedValuesAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Returns:
      the enableHmcSavedValues
    • setEnableHmcSavedValues

      public void setEnableHmcSavedValues(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Parameters:
      value - the enableHmcSavedValues
    • setEnableHmcSavedValues

      public void setEnableHmcSavedValues(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Parameters:
      value - the enableHmcSavedValues
    • setEnableHmcSavedValues

      public void setEnableHmcSavedValues(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Parameters:
      value - the enableHmcSavedValues
    • setEnableHmcSavedValues

      public void setEnableHmcSavedValues(boolean value)
      Generated method - Setter of the ImpExImportCronJob.enableHmcSavedValues attribute.
      Parameters:
      value - the enableHmcSavedValues
    • getExternalDataCollection

      public Collection<ImpExMedia> getExternalDataCollection(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.externalDataCollection attribute.
      Returns:
      the externalDataCollection
    • getExternalDataCollection

      public Collection<ImpExMedia> getExternalDataCollection()
      Generated method - Getter of the ImpExImportCronJob.externalDataCollection attribute.
      Returns:
      the externalDataCollection
    • setExternalDataCollection

      public void setExternalDataCollection(SessionContext ctx, Collection<ImpExMedia> value)
      Generated method - Setter of the ImpExImportCronJob.externalDataCollection attribute.
      Parameters:
      value - the externalDataCollection
    • setExternalDataCollection

      public void setExternalDataCollection(Collection<ImpExMedia> value)
      Generated method - Setter of the ImpExImportCronJob.externalDataCollection attribute.
      Parameters:
      value - the externalDataCollection
    • getJobMedia

      public ImpExMedia getJobMedia(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.jobMedia attribute.
      Returns:
      the jobMedia
    • getJobMedia

      public ImpExMedia getJobMedia()
      Generated method - Getter of the ImpExImportCronJob.jobMedia attribute.
      Returns:
      the jobMedia
    • setJobMedia

      public void setJobMedia(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.jobMedia attribute.
      Parameters:
      value - the jobMedia
    • setJobMedia

      public void setJobMedia(ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.jobMedia attribute.
      Parameters:
      value - the jobMedia
    • getLastSuccessfulLine

      public Integer getLastSuccessfulLine(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLine

      public Integer getLastSuccessfulLine()
      Generated method - Getter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLineAsPrimitive

      public int getLastSuccessfulLineAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • getLastSuccessfulLineAsPrimitive

      public int getLastSuccessfulLineAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Returns:
      the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(SessionContext ctx, Integer value)
      Generated method - Setter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(Integer value)
      Generated method - Setter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(SessionContext ctx, int value)
      Generated method - Setter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • setLastSuccessfulLine

      public void setLastSuccessfulLine(int value)
      Generated method - Setter of the ImpExImportCronJob.lastSuccessfulLine attribute.
      Parameters:
      value - the lastSuccessfulLine
    • isLegacyMode

      public Boolean isLegacyMode(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.legacyMode attribute.
      Returns:
      the legacyMode
    • isLegacyMode

      public Boolean isLegacyMode()
      Generated method - Getter of the ImpExImportCronJob.legacyMode attribute.
      Returns:
      the legacyMode
    • isLegacyModeAsPrimitive

      public boolean isLegacyModeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.legacyMode attribute.
      Returns:
      the legacyMode
    • isLegacyModeAsPrimitive

      public boolean isLegacyModeAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.legacyMode attribute.
      Returns:
      the legacyMode
    • setLegacyMode

      public void setLegacyMode(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.legacyMode attribute.
      Parameters:
      value - the legacyMode
    • setLegacyMode

      public void setLegacyMode(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.legacyMode attribute.
      Parameters:
      value - the legacyMode
    • setLegacyMode

      public void setLegacyMode(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.legacyMode attribute.
      Parameters:
      value - the legacyMode
    • setLegacyMode

      public void setLegacyMode(boolean value)
      Generated method - Setter of the ImpExImportCronJob.legacyMode attribute.
      Parameters:
      value - the legacyMode
    • getLocale

      public String getLocale(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.locale attribute.
      Returns:
      the locale
    • getLocale

      public String getLocale()
      Generated method - Getter of the ImpExImportCronJob.locale attribute.
      Returns:
      the locale
    • setLocale

      public void setLocale(SessionContext ctx, String value)
      Generated method - Setter of the ImpExImportCronJob.locale attribute.
      Parameters:
      value - the locale
    • setLocale

      public void setLocale(String value)
      Generated method - Setter of the ImpExImportCronJob.locale attribute.
      Parameters:
      value - the locale
    • getMaxThreads

      public Integer getMaxThreads(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreads

      public Integer getMaxThreads()
      Generated method - Getter of the ImpExImportCronJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.maxThreads attribute.
      Returns:
      the maxThreads
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.maxThreads attribute.
      Returns:
      the maxThreads
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, Integer value)
      Generated method - Setter of the ImpExImportCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(Integer value)
      Generated method - Setter of the ImpExImportCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, int value)
      Generated method - Setter of the ImpExImportCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • setMaxThreads

      public void setMaxThreads(int value)
      Generated method - Setter of the ImpExImportCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads
    • getMediasMedia

      public Media getMediasMedia(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.mediasMedia attribute.
      Returns:
      the mediasMedia
    • getMediasMedia

      public Media getMediasMedia()
      Generated method - Getter of the ImpExImportCronJob.mediasMedia attribute.
      Returns:
      the mediasMedia
    • setMediasMedia

      public void setMediasMedia(SessionContext ctx, Media value)
      Generated method - Setter of the ImpExImportCronJob.mediasMedia attribute.
      Parameters:
      value - the mediasMedia
    • setMediasMedia

      public void setMediasMedia(Media value)
      Generated method - Setter of the ImpExImportCronJob.mediasMedia attribute.
      Parameters:
      value - the mediasMedia
    • getMediasTarget

      public String getMediasTarget(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.mediasTarget attribute.
      Returns:
      the mediasTarget
    • getMediasTarget

      public String getMediasTarget()
      Generated method - Getter of the ImpExImportCronJob.mediasTarget attribute.
      Returns:
      the mediasTarget
    • setMediasTarget

      public void setMediasTarget(SessionContext ctx, String value)
      Generated method - Setter of the ImpExImportCronJob.mediasTarget attribute.
      Parameters:
      value - the mediasTarget
    • setMediasTarget

      public void setMediasTarget(String value)
      Generated method - Setter of the ImpExImportCronJob.mediasTarget attribute.
      Parameters:
      value - the mediasTarget
    • getMode

      public EnumerationValue getMode(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.mode attribute.
      Returns:
      the mode
    • getMode

      public EnumerationValue getMode()
      Generated method - Getter of the ImpExImportCronJob.mode attribute.
      Returns:
      the mode
    • setMode

      public void setMode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the ImpExImportCronJob.mode attribute.
      Parameters:
      value - the mode
    • setMode

      public void setMode(EnumerationValue value)
      Generated method - Setter of the ImpExImportCronJob.mode attribute.
      Parameters:
      value - the mode
    • getUnresolvedDataStore

      public ImpExMedia getUnresolvedDataStore(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.unresolvedDataStore attribute.
      Returns:
      the unresolvedDataStore
    • getUnresolvedDataStore

      public ImpExMedia getUnresolvedDataStore()
      Generated method - Getter of the ImpExImportCronJob.unresolvedDataStore attribute.
      Returns:
      the unresolvedDataStore
    • setUnresolvedDataStore

      public void setUnresolvedDataStore(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.unresolvedDataStore attribute.
      Parameters:
      value - the unresolvedDataStore
    • setUnresolvedDataStore

      public void setUnresolvedDataStore(ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.unresolvedDataStore attribute.
      Parameters:
      value - the unresolvedDataStore
    • isUnzipMediasMedia

      public Boolean isUnzipMediasMedia(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Returns:
      the unzipMediasMedia
    • isUnzipMediasMedia

      public Boolean isUnzipMediasMedia()
      Generated method - Getter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Returns:
      the unzipMediasMedia
    • isUnzipMediasMediaAsPrimitive

      public boolean isUnzipMediasMediaAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Returns:
      the unzipMediasMedia
    • isUnzipMediasMediaAsPrimitive

      public boolean isUnzipMediasMediaAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Returns:
      the unzipMediasMedia
    • setUnzipMediasMedia

      public void setUnzipMediasMedia(SessionContext ctx, Boolean value)
      Generated method - Setter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Parameters:
      value - the unzipMediasMedia
    • setUnzipMediasMedia

      public void setUnzipMediasMedia(Boolean value)
      Generated method - Setter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Parameters:
      value - the unzipMediasMedia
    • setUnzipMediasMedia

      public void setUnzipMediasMedia(SessionContext ctx, boolean value)
      Generated method - Setter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Parameters:
      value - the unzipMediasMedia
    • setUnzipMediasMedia

      public void setUnzipMediasMedia(boolean value)
      Generated method - Setter of the ImpExImportCronJob.unzipMediasMedia attribute.
      Parameters:
      value - the unzipMediasMedia
    • getValueCount

      public Integer getValueCount(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.valueCount attribute.
      Returns:
      the valueCount
    • getValueCount

      public Integer getValueCount()
      Generated method - Getter of the ImpExImportCronJob.valueCount attribute.
      Returns:
      the valueCount
    • getValueCountAsPrimitive

      public int getValueCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.valueCount attribute.
      Returns:
      the valueCount
    • getValueCountAsPrimitive

      public int getValueCountAsPrimitive()
      Generated method - Getter of the ImpExImportCronJob.valueCount attribute.
      Returns:
      the valueCount
    • setValueCount

      public void setValueCount(SessionContext ctx, Integer value)
      Generated method - Setter of the ImpExImportCronJob.valueCount attribute.
      Parameters:
      value - the valueCount
    • setValueCount

      public void setValueCount(Integer value)
      Generated method - Setter of the ImpExImportCronJob.valueCount attribute.
      Parameters:
      value - the valueCount
    • setValueCount

      public void setValueCount(SessionContext ctx, int value)
      Generated method - Setter of the ImpExImportCronJob.valueCount attribute.
      Parameters:
      value - the valueCount
    • setValueCount

      public void setValueCount(int value)
      Generated method - Setter of the ImpExImportCronJob.valueCount attribute.
      Parameters:
      value - the valueCount
    • getWorkMedia

      public ImpExMedia getWorkMedia(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.workMedia attribute.
      Returns:
      the workMedia
    • getWorkMedia

      public ImpExMedia getWorkMedia()
      Generated method - Getter of the ImpExImportCronJob.workMedia attribute.
      Returns:
      the workMedia
    • setWorkMedia

      public void setWorkMedia(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.workMedia attribute.
      Parameters:
      value - the workMedia
    • setWorkMedia

      public void setWorkMedia(ImpExMedia value)
      Generated method - Setter of the ImpExImportCronJob.workMedia attribute.
      Parameters:
      value - the workMedia
    • getZipentry

      public abstract String getZipentry(SessionContext ctx)
      Generated method - Getter of the ImpExImportCronJob.zipentry attribute.
      Returns:
      the zipentry
    • getZipentry

      public String getZipentry()
      Generated method - Getter of the ImpExImportCronJob.zipentry attribute.
      Returns:
      the zipentry
    • setZipentry

      public abstract void setZipentry(SessionContext ctx, String value)
      Generated method - Setter of the ImpExImportCronJob.zipentry attribute.
      Parameters:
      value - the zipentry
    • setZipentry

      public void setZipentry(String value)
      Generated method - Setter of the ImpExImportCronJob.zipentry attribute.
      Parameters:
      value - the zipentry