Class DeleteDocumentFileCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeleteDocumentFileCronJobModel
    extends CronJobModel
    Generated model class for type DeleteDocumentFileCronJob first defined at extension accountsummaryaddon.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • NUMBEROFDAY

        public static final java.lang.String NUMBEROFDAY
        Generated constant - Attribute key of DeleteDocumentFileCronJob.numberOfDay attribute defined at extension accountsummaryaddon.
        See Also:
        Constant Field Values
      • DOCUMENTSTATUSLIST

        public static final java.lang.String DOCUMENTSTATUSLIST
        Generated constant - Attribute key of DeleteDocumentFileCronJob.documentStatusList attribute defined at extension accountsummaryaddon.
        See Also:
        Constant Field Values
      • DOCUMENTTYPELIST

        public static final java.lang.String DOCUMENTTYPELIST
        Generated constant - Attribute key of DeleteDocumentFileCronJob.documentTypeList attribute defined at extension accountsummaryaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeleteDocumentFileCronJobModel

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

        public DeleteDocumentFileCronJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • DeleteDocumentFileCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DeleteDocumentFileCronJobModel​(JobModel _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 CronJob at extension processing
      • DeleteDocumentFileCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DeleteDocumentFileCronJobModel​(JobModel _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 CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getDocumentStatusList

        @Accessor(qualifier="documentStatusList",
                  type=GETTER)
        public java.util.List<DocumentStatus> getDocumentStatusList()
        Generated method - Getter of the DeleteDocumentFileCronJob.documentStatusList attribute defined at extension accountsummaryaddon. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the documentStatusList
      • getDocumentTypeList

        @Accessor(qualifier="documentTypeList",
                  type=GETTER)
        public java.util.List<B2BDocumentTypeModel> getDocumentTypeList()
        Generated method - Getter of the DeleteDocumentFileCronJob.documentTypeList attribute defined at extension accountsummaryaddon. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the documentTypeList
      • getNumberOfDay

        @Accessor(qualifier="numberOfDay",
                  type=GETTER)
        public java.lang.Integer getNumberOfDay()
        Generated method - Getter of the DeleteDocumentFileCronJob.numberOfDay attribute defined at extension accountsummaryaddon.
        Returns:
        the numberOfDay - number of day to keep files
      • setDocumentStatusList

        @Accessor(qualifier="documentStatusList",
                  type=SETTER)
        public void setDocumentStatusList​(java.util.List<DocumentStatus> value)
        Generated method - Setter of DeleteDocumentFileCronJob.documentStatusList attribute defined at extension accountsummaryaddon.
        Parameters:
        value - the documentStatusList
      • setDocumentTypeList

        @Accessor(qualifier="documentTypeList",
                  type=SETTER)
        public void setDocumentTypeList​(java.util.List<B2BDocumentTypeModel> value)
        Generated method - Setter of DeleteDocumentFileCronJob.documentTypeList attribute defined at extension accountsummaryaddon.
        Parameters:
        value - the documentTypeList
      • setNumberOfDay

        @Accessor(qualifier="numberOfDay",
                  type=SETTER)
        public void setNumberOfDay​(java.lang.Integer value)
        Generated method - Setter of DeleteDocumentFileCronJob.numberOfDay attribute defined at extension accountsummaryaddon.
        Parameters:
        value - the numberOfDay - number of day to keep files