Class GeneratedMoveMediaCronJob

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

public abstract class GeneratedMoveMediaCronJob extends CronJob
Generated class for type MoveMediaCronJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMoveMediaCronJob

      public GeneratedMoveMediaCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<Media> getMedias(SessionContext ctx)
      Generated method - Getter of the MoveMediaCronJob.medias attribute.
      Returns:
      the medias - Selected medias which will be moved
    • getMedias

      public Collection<Media> getMedias()
      Generated method - Getter of the MoveMediaCronJob.medias attribute.
      Returns:
      the medias - Selected medias which will be moved
    • setMedias

      public void setMedias(SessionContext ctx, Collection<Media> value)
      Generated method - Setter of the MoveMediaCronJob.medias attribute.
      Parameters:
      value - the medias - Selected medias which will be moved
    • setMedias

      public void setMedias(Collection<Media> value)
      Generated method - Setter of the MoveMediaCronJob.medias attribute.
      Parameters:
      value - the medias - Selected medias which will be moved
    • getMovedMediasCount

      public Integer getMovedMediasCount(SessionContext ctx)
      Generated method - Getter of the MoveMediaCronJob.movedMediasCount attribute.
      Returns:
      the movedMediasCount - Successfully moved medias since start of cronjob
    • getMovedMediasCount

      public Integer getMovedMediasCount()
      Generated method - Getter of the MoveMediaCronJob.movedMediasCount attribute.
      Returns:
      the movedMediasCount - Successfully moved medias since start of cronjob
    • getMovedMediasCountAsPrimitive

      public int getMovedMediasCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MoveMediaCronJob.movedMediasCount attribute.
      Returns:
      the movedMediasCount - Successfully moved medias since start of cronjob
    • getMovedMediasCountAsPrimitive

      public int getMovedMediasCountAsPrimitive()
      Generated method - Getter of the MoveMediaCronJob.movedMediasCount attribute.
      Returns:
      the movedMediasCount - Successfully moved medias since start of cronjob
    • setMovedMediasCount

      public void setMovedMediasCount(SessionContext ctx, Integer value)
      Generated method - Setter of the MoveMediaCronJob.movedMediasCount attribute.
      Parameters:
      value - the movedMediasCount - Successfully moved medias since start of cronjob
    • setMovedMediasCount

      public void setMovedMediasCount(Integer value)
      Generated method - Setter of the MoveMediaCronJob.movedMediasCount attribute.
      Parameters:
      value - the movedMediasCount - Successfully moved medias since start of cronjob
    • setMovedMediasCount

      public void setMovedMediasCount(SessionContext ctx, int value)
      Generated method - Setter of the MoveMediaCronJob.movedMediasCount attribute.
      Parameters:
      value - the movedMediasCount - Successfully moved medias since start of cronjob
    • setMovedMediasCount

      public void setMovedMediasCount(int value)
      Generated method - Setter of the MoveMediaCronJob.movedMediasCount attribute.
      Parameters:
      value - the movedMediasCount - Successfully moved medias since start of cronjob
    • getTargetFolder

      public MediaFolder getTargetFolder(SessionContext ctx)
      Generated method - Getter of the MoveMediaCronJob.targetFolder attribute.
      Returns:
      the targetFolder - Folder where selected medias will be moved to
    • getTargetFolder

      public MediaFolder getTargetFolder()
      Generated method - Getter of the MoveMediaCronJob.targetFolder attribute.
      Returns:
      the targetFolder - Folder where selected medias will be moved to
    • setTargetFolder

      public void setTargetFolder(SessionContext ctx, MediaFolder value)
      Generated method - Setter of the MoveMediaCronJob.targetFolder attribute.
      Parameters:
      value - the targetFolder - Folder where selected medias will be moved to
    • setTargetFolder

      public void setTargetFolder(MediaFolder value)
      Generated method - Setter of the MoveMediaCronJob.targetFolder attribute.
      Parameters:
      value - the targetFolder - Folder where selected medias will be moved to