Class SAPQualtricsSiteComponentModel

All Implemented Interfaces:
Serializable

public class SAPQualtricsSiteComponentModel extends SimpleCMSComponentModel
Generated model class for type SAPQualtricsSiteComponent first defined at extension sapqualtricsaddon.

Used by SAPQualtricsSiteComponentRenderer to load all ConsumedDestinations of DestinationTarget with id qualtricsDestinationTarget. Once you add an instance of JspIncludeComponent component to any content slot, the Controller responsible for loading the respective page should be modified to load data to its corresponding view. But for Commerce Qualtrics integration, an instance of SAPQualtricsSiteComponent can be placed in any slot of any page where the customer wants to evaluate if a Qualtrics survey can be loaded. We don’t want the customer to keep on modifying controller classes based on where he has placed this component.

See Also:
  • Field Details

  • Constructor Details

    • SAPQualtricsSiteComponentModel

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

      public SAPQualtricsSiteComponentModel(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
    • SAPQualtricsSiteComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPQualtricsSiteComponentModel(CatalogVersionModel _catalogVersion, String _uid)
      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:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _uid - initial attribute declared by type CMSItem at extension cms2
    • SAPQualtricsSiteComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPQualtricsSiteComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
      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:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2