Class AsPromotedFacetValueModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsItemConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AsPromotedFacetValueModel
-
- All Implemented Interfaces:
java.io.Serializable
public class AsPromotedFacetValueModel extends AbstractAsFacetValueConfigurationModel
Generated model class for type AsPromotedFacetValue first defined at extension adaptivesearch.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_ABSTRACTASFACETCONFIGURATION2PROMOTEDFACETVALUERELATIONGenerated relation code constant for relationAbstractAsFacetConfiguration2PromotedFacetValueRelationdefining source attributefacetConfigurationin extensionadaptivesearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETCONFIGURATIONGenerated constant - Attribute key ofAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.static java.lang.StringFACETCONFIGURATIONPOSGenerated constant - Attribute key ofAsPromotedFacetValue.facetConfigurationPOSattribute defined at extensionadaptivesearch.-
Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
UNIQUEIDX, VALUE
-
Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
CATALOGVERSION, CORRUPTED, UID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AsPromotedFacetValueModel()Generated constructor - Default constructor for generic creation.AsPromotedFacetValueModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedFacetValueModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAsFacetConfigurationModelgetFacetConfiguration()Generated method - Getter of theAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.voidsetFacetConfiguration(AbstractAsFacetConfigurationModel value)Generated method - Initial setter ofAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.-
Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
getUniqueIdx, getValue, setUniqueIdx, setValue
-
Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
getCatalogVersion, getUid, isCorrupted, setCatalogVersion, setUid
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_ABSTRACTASFACETCONFIGURATION2PROMOTEDFACETVALUERELATION
public static final java.lang.String _ABSTRACTASFACETCONFIGURATION2PROMOTEDFACETVALUERELATION
Generated relation code constant for relationAbstractAsFacetConfiguration2PromotedFacetValueRelationdefining source attributefacetConfigurationin extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATIONPOS
public static final java.lang.String FACETCONFIGURATIONPOS
Generated constant - Attribute key ofAsPromotedFacetValue.facetConfigurationPOSattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATION
public static final java.lang.String FACETCONFIGURATION
Generated constant - Attribute key ofAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AsPromotedFacetValueModel
public AsPromotedFacetValueModel()
Generated constructor - Default constructor for generic creation.
-
AsPromotedFacetValueModel
public AsPromotedFacetValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AsPromotedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public AsPromotedFacetValueModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_facetConfiguration- initial attribute declared by typeAsPromotedFacetValueat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch_value- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch
-
AsPromotedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public AsPromotedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_facetConfiguration- initial attribute declared by typeAsPromotedFacetValueat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch_value- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch
-
-
Method Detail
-
getFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=GETTER) public AbstractAsFacetConfigurationModel getFacetConfiguration()
Generated method - Getter of theAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.- Returns:
- the facetConfiguration
-
setFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=SETTER) public void setFacetConfiguration(AbstractAsFacetConfigurationModel value)
Generated method - Initial setter ofAsPromotedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the facetConfiguration
-
-