Class AbstractGigyaComponentModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GigyaRaasComponentModel

public class AbstractGigyaComponentModel extends SimpleCMSComponentModel
Generated model class for type AbstractGigyaComponent first defined at extension gigyaservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SHOWANONYMOUS
      Generated constant - Attribute key of AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaservices.
      See Also:
    • SHOWLOGGEDIN

      public static final String SHOWLOGGEDIN
      Generated constant - Attribute key of AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaservices.
      See Also:
  • Constructor Details

    • AbstractGigyaComponentModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractGigyaComponentModel(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
    • AbstractGigyaComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractGigyaComponentModel(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
  • Method Details

    • getShowAnonymous

      @Accessor(qualifier="showAnonymous", type=GETTER) public Boolean getShowAnonymous()
      Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaservices.
      Returns:
      the showAnonymous - Should this be shown to an anonymous user
    • getShowLoggedIn

      @Accessor(qualifier="showLoggedIn", type=GETTER) public Boolean getShowLoggedIn()
      Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaservices.
      Returns:
      the showLoggedIn - Should this be shown to a logged in user
    • setShowAnonymous

      @Accessor(qualifier="showAnonymous", type=SETTER) public void setShowAnonymous(Boolean value)
      Generated method - Setter of AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaservices.
      Parameters:
      value - the showAnonymous - Should this be shown to an anonymous user
    • setShowLoggedIn

      @Accessor(qualifier="showLoggedIn", type=SETTER) public void setShowLoggedIn(Boolean value)
      Generated method - Setter of AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaservices.
      Parameters:
      value - the showLoggedIn - Should this be shown to a logged in user