Class CreateAuditReportCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CreateAuditReportCronJobModel
    extends CronJobModel
    Generated model class for type CreateAuditReportCronJob first defined at extension auditreportservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String ROOTITEM
        Generated constant - Attribute key of CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • CONFIGNAME

        public static final java.lang.String CONFIGNAME
        Generated constant - Attribute key of CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • REPORTID

        public static final java.lang.String REPORTID
        Generated constant - Attribute key of CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • AUDIT

        public static final java.lang.String AUDIT
        Generated constant - Attribute key of CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • INCLUDEDLANGUAGES

        public static final java.lang.String INCLUDEDLANGUAGES
        Generated constant - Attribute key of CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • AUDITREPORTTEMPLATE

        public static final java.lang.String AUDITREPORTTEMPLATE
        Generated constant - Attribute key of CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CreateAuditReportCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CreateAuditReportCronJobModel​(AuditReportTemplateModel _auditReportTemplate,
                                             java.lang.String _configName,
                                             JobModel _job,
                                             java.lang.String _reportId,
                                             ItemModel _rootItem)
        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:
        _auditReportTemplate - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _configName - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _job - initial attribute declared by type CronJob at extension processing
        _reportId - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _rootItem - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      • CreateAuditReportCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CreateAuditReportCronJobModel​(AuditReportTemplateModel _auditReportTemplate,
                                             java.lang.String _configName,
                                             JobModel _job,
                                             ItemModel _owner,
                                             java.lang.String _reportId,
                                             ItemModel _rootItem)
        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:
        _auditReportTemplate - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _configName - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
        _reportId - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
        _rootItem - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
    • Method Detail

      • getAudit

        @Accessor(qualifier="audit",
                  type=GETTER)
        public java.lang.Boolean getAudit()
        Generated method - Getter of the CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
        Returns:
        the audit
      • getAuditReportTemplate

        @Accessor(qualifier="auditReportTemplate",
                  type=GETTER)
        public AuditReportTemplateModel getAuditReportTemplate()
        Generated method - Getter of the CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
        Returns:
        the auditReportTemplate
      • getConfigName

        @Accessor(qualifier="configName",
                  type=GETTER)
        public java.lang.String getConfigName()
        Generated method - Getter of the CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
        Returns:
        the configName
      • getIncludedLanguages

        @Accessor(qualifier="includedLanguages",
                  type=GETTER)
        public java.util.Collection<LanguageModel> getIncludedLanguages()
        Generated method - Getter of the CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the includedLanguages
      • getReportId

        @Accessor(qualifier="reportId",
                  type=GETTER)
        public java.lang.String getReportId()
        Generated method - Getter of the CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
        Returns:
        the reportId
      • getRootItem

        @Accessor(qualifier="rootItem",
                  type=GETTER)
        public ItemModel getRootItem()
        Generated method - Getter of the CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
        Returns:
        the rootItem
      • setAudit

        @Accessor(qualifier="audit",
                  type=SETTER)
        public void setAudit​(java.lang.Boolean value)
        Generated method - Setter of CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
        Parameters:
        value - the audit
      • setAuditReportTemplate

        @Accessor(qualifier="auditReportTemplate",
                  type=SETTER)
        public void setAuditReportTemplate​(AuditReportTemplateModel value)
        Generated method - Setter of CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
        Parameters:
        value - the auditReportTemplate
      • setConfigName

        @Accessor(qualifier="configName",
                  type=SETTER)
        public void setConfigName​(java.lang.String value)
        Generated method - Setter of CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
        Parameters:
        value - the configName
      • setIncludedLanguages

        @Accessor(qualifier="includedLanguages",
                  type=SETTER)
        public void setIncludedLanguages​(java.util.Collection<LanguageModel> value)
        Generated method - Setter of CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices.
        Parameters:
        value - the includedLanguages
      • setReportId

        @Accessor(qualifier="reportId",
                  type=SETTER)
        public void setReportId​(java.lang.String value)
        Generated method - Setter of CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
        Parameters:
        value - the reportId
      • setRootItem

        @Accessor(qualifier="rootItem",
                  type=SETTER)
        public void setRootItem​(ItemModel value)
        Generated method - Setter of CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
        Parameters:
        value - the rootItem