Class DeleteDocumentFileCronJobModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

      public static final String DOCUMENTTYPELIST
      Generated constant - Attribute key of DeleteDocumentFileCronJob.documentTypeList attribute defined at extension accountsummaryaddon.
      See Also:
  • Constructor Details

    • 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 Details

    • getDocumentStatusList

      @Accessor(qualifier="documentStatusList", type=GETTER) public 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 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 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(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(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(Integer value)
      Generated method - Setter of DeleteDocumentFileCronJob.numberOfDay attribute defined at extension accountsummaryaddon.
      Parameters:
      value - the numberOfDay - number of day to keep files