Class AbstractSnSearchProviderConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.searchservices.model.AbstractSnSearchProviderConfigurationModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CSSearchSnSearchProviderConfigurationModel
Generated model class for type AbstractSnSearchProviderConfiguration first defined at extension searchservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSnIndexConfiguration2SearchProviderConfigurationdefining source attributeindexConfigurationsin extensionsearchservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractSnSearchProviderConfigurationModel(String _id, 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 -
Method Summary
Modifier and TypeMethodDescriptiongetId()Generated method - Getter of theAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.Generated method - Getter of theAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices.getName()Generated method - Getter of theAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.Generated method - Getter of theAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.voidGenerated method - Setter ofAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.voidGenerated method - Setter ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.voidsetListeners(List<String> value) Generated method - Setter ofAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices.voidGenerated method - Setter ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.voidGenerated method - Setter ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SNINDEXCONFIGURATION2SEARCHPROVIDERCONFIGURATION
Generated relation code constant for relationSnIndexConfiguration2SearchProviderConfigurationdefining source attributeindexConfigurationsin extensionsearchservices.- See Also:
-
ID
Generated constant - Attribute key ofAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.- See Also:
-
NAME
Generated constant - Attribute key ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.- See Also:
-
LISTENERS
Generated constant - Attribute key ofAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices.- See Also:
-
INDEXCONFIGURATIONS
Generated constant - Attribute key ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.- See Also:
-
-
Constructor Details
-
AbstractSnSearchProviderConfigurationModel
public AbstractSnSearchProviderConfigurationModel()Generated constructor - Default constructor for generic creation. -
AbstractSnSearchProviderConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AbstractSnSearchProviderConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractSnSearchProviderConfigurationModel(String _id) 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:
_id- initial attribute declared by typeAbstractSnSearchProviderConfigurationat extensionsearchservices
-
AbstractSnSearchProviderConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractSnSearchProviderConfigurationModel(String _id, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typeAbstractSnSearchProviderConfigurationat extensionsearchservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getId
Generated method - Getter of theAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.- Returns:
- the id
-
getIndexConfigurations
@Accessor(qualifier="indexConfigurations", type=GETTER) public List<SnIndexConfigurationModel> getIndexConfigurations()Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the indexConfigurations
-
getListeners
Generated method - Getter of theAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the listeners
-
getName
Generated method - Getter of theAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.- Returns:
- the name
-
getName
Generated method - Getter of theAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setId
Generated method - Setter ofAbstractSnSearchProviderConfiguration.idattribute defined at extensionsearchservices.- Parameters:
value- the id
-
setIndexConfigurations
@Accessor(qualifier="indexConfigurations", type=SETTER) public void setIndexConfigurations(List<SnIndexConfigurationModel> value) Generated method - Setter ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.- Parameters:
value- the indexConfigurations
-
setListeners
Generated method - Setter ofAbstractSnSearchProviderConfiguration.listenersattribute defined at extensionsearchservices.- Parameters:
value- the listeners
-
setName
Generated method - Setter ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
value- the name
-
setName
Generated method - Setter ofAbstractSnSearchProviderConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-