Class GeneratedMoveMediaCronJob

    • Field Detail

      • MEDIAS

        public static final java.lang.String MEDIAS
        Qualifier of the MoveMediaCronJob.medias attribute
        See Also:
        Constant Field Values
      • TARGETFOLDER

        public static final java.lang.String TARGETFOLDER
        Qualifier of the MoveMediaCronJob.targetFolder attribute
        See Also:
        Constant Field Values
      • MOVEDMEDIASCOUNT

        public static final java.lang.String MOVEDMEDIASCOUNT
        Qualifier of the MoveMediaCronJob.movedMediasCount attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedMoveMediaCronJob

        public GeneratedMoveMediaCronJob()
    • Method Detail

      • getMedias

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

        public java.util.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,
                              java.util.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​(java.util.Collection<Media> value)
        Generated method - Setter of the MoveMediaCronJob.medias attribute.
        Parameters:
        value - the medias - Selected medias which will be moved
      • getMovedMediasCount

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

        public java.lang.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,
                                        java.lang.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​(java.lang.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