Class AuditReportConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class AuditReportConfigModel extends AbstractDynamicContentModel
Generated model class for type AuditReportConfig first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _AUDITREPORTDATA2AUDITREPORTCONFIGRELATION
      Generated relation code constant for relation AuditReportData2AuditReportConfigRelation defining source attribute auditReportData in extension auditreportservices.
      See Also:
    • AUDITREPORTDATA

      public static final String AUDITREPORTDATA
      Generated constant - Attribute key of AuditReportConfig.auditReportData attribute defined at extension auditreportservices.
      See Also:
  • Constructor Details

    • AuditReportConfigModel

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

      public AuditReportConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • AuditReportConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public AuditReportConfigModel(String _code, String _content)
      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:
      _code - initial attribute declared by type AbstractDynamicContent at extension core
      _content - initial attribute declared by type AbstractDynamicContent at extension core
    • AuditReportConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public AuditReportConfigModel(String _code, String _content, 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:
      _code - initial attribute declared by type AbstractDynamicContent at extension core
      _content - initial attribute declared by type AbstractDynamicContent at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAuditReportData

      @Accessor(qualifier="auditReportData", type=GETTER) public Collection<AuditReportDataModel> getAuditReportData()
      Generated method - Getter of the AuditReportConfig.auditReportData attribute defined at extension auditreportservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the auditReportData
    • setAuditReportData

      @Accessor(qualifier="auditReportData", type=SETTER) public void setAuditReportData(Collection<AuditReportDataModel> value)
      Generated method - Setter of AuditReportConfig.auditReportData attribute defined at extension auditreportservices.
      Parameters:
      value - the auditReportData