Class AbstractAsSearchProfileModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _ASSEARCHPROFILEACTIVATIONSET2SEARCHPROFILE
      Generated relation code constant for relation AsSearchProfileActivationSet2SearchProfile defining source attribute activationSet in extension adaptivesearch.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ACTIVATIONSET
      Generated constant - Attribute key of AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
      static java.lang.String ACTIVATIONSETPOS
      Generated constant - Attribute key of AbstractAsSearchProfile.activationSetPOS attribute defined at extension adaptivesearch.
      static java.lang.String CATALOGVERSION
      Generated constant - Attribute key of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
      static java.lang.String CODE
      Generated constant - Attribute key of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
      static java.lang.String INDEXTYPE
      Generated constant - Attribute key of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
      static java.lang.String NAME
      Generated constant - Attribute key of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractAsSearchProfileModel()
      Generated constructor - Default constructor for generic creation.
      AbstractAsSearchProfileModel​(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _indexType, 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
      AbstractAsSearchProfileModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      AbstractAsSearchProfileModel​(java.lang.String _code, java.lang.String _indexType)
      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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AsSearchProfileActivationSetModel getActivationSet()
      Generated method - Getter of the AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
      CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
      java.lang.String getCode()
      Generated method - Getter of the AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
      java.lang.String getIndexType()
      Generated method - Getter of the AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
      java.lang.String getName()
      Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
      java.lang.String getName​(java.util.Locale loc)
      Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
      void setActivationSet​(AsSearchProfileActivationSetModel value)
      Generated method - Setter of AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
      void setCatalogVersion​(CatalogVersionModel value)
      Generated method - Initial setter of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
      void setCode​(java.lang.String value)
      Generated method - Setter of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
      void setIndexType​(java.lang.String value)
      Generated method - Initial setter of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
      void setName​(java.lang.String value)
      Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
      void setName​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _ASSEARCHPROFILEACTIVATIONSET2SEARCHPROFILE
        Generated relation code constant for relation AsSearchProfileActivationSet2SearchProfile defining source attribute activationSet in extension adaptivesearch.
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • INDEXTYPE

        public static final java.lang.String INDEXTYPE
        Generated constant - Attribute key of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • ACTIVATIONSETPOS

        public static final java.lang.String ACTIVATIONSETPOS
        Generated constant - Attribute key of AbstractAsSearchProfile.activationSetPOS attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
      • ACTIVATIONSET

        public static final java.lang.String ACTIVATIONSET
        Generated constant - Attribute key of AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractAsSearchProfileModel

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

        public AbstractAsSearchProfileModel​(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
      • AbstractAsSearchProfileModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractAsSearchProfileModel​(java.lang.String _code,
                                            java.lang.String _indexType)
        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 AbstractAsSearchProfile at extension adaptivesearch
        _indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
      • AbstractAsSearchProfileModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractAsSearchProfileModel​(CatalogVersionModel _catalogVersion,
                                            java.lang.String _code,
                                            java.lang.String _indexType,
                                            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:
        _catalogVersion - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _code - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getActivationSet

        @Accessor(qualifier="activationSet",
                  type=GETTER)
        public AsSearchProfileActivationSetModel getActivationSet()
        Generated method - Getter of the AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
        Returns:
        the activationSet
      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch.
        Returns:
        the catalogVersion
      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        Returns:
        the code
      • getIndexType

        @Accessor(qualifier="indexType",
                  type=GETTER)
        public java.lang.String getIndexType()
        Generated method - Getter of the AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch.
        Returns:
        the indexType
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Returns:
        the name
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        loc - the value localization key
        Returns:
        the name
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setActivationSet

        @Accessor(qualifier="activationSet",
                  type=SETTER)
        public void setActivationSet​(AsSearchProfileActivationSetModel value)
        Generated method - Setter of AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch.
        Parameters:
        value - the activationSet
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Initial setter of AbstractAsSearchProfile.catalogVersion attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the catalogVersion
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of AbstractAsSearchProfile.code attribute defined at extension adaptivesearch.
        Parameters:
        value - the code
      • setIndexType

        @Accessor(qualifier="indexType",
                  type=SETTER)
        public void setIndexType​(java.lang.String value)
        Generated method - Initial setter of AbstractAsSearchProfile.indexType attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the indexType
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        value - the name
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of AbstractAsSearchProfile.name attribute defined at extension adaptivesearch.
        Parameters:
        value - the name
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language