Class AbstractAsSearchProfileModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.adaptivesearch.model.AbstractAsSearchProfileModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsCategoryAwareSearchProfileModel,AsSimpleSearchProfileModel
Generated model class for type AbstractAsSearchProfile first defined at extension adaptivesearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationAsSearchProfileActivationSet2SearchProfiledefining source attributeactivationSetin extensionadaptivesearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.activationSetPOSattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.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.AbstractAsSearchProfileModel(CatalogVersionModel _catalogVersion, String _code, 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 parametersAbstractAsSearchProfileModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextAbstractAsSearchProfileModel(String _code, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.Generated method - Getter of theAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch.getCode()Generated method - Getter of theAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.Generated method - Getter of theAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch.getName()Generated method - Getter of theAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.Generated method - Getter of theAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.Generated method - Getter of theAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.voidGenerated method - Setter ofAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.voidGenerated method - Initial setter ofAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch.voidGenerated method - Setter ofAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.voidsetIndexType(String value) Generated method - Initial setter ofAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch.voidGenerated method - Setter ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.voidGenerated method - Setter ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.voidsetQueryContext(String value) Generated method - Setter ofAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.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:
-
_ASSEARCHPROFILEACTIVATIONSET2SEARCHPROFILE
Generated relation code constant for relationAsSearchProfileActivationSet2SearchProfiledefining source attributeactivationSetin extensionadaptivesearch.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch.- See Also:
-
CODE
Generated constant - Attribute key ofAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.- See Also:
-
NAME
Generated constant - Attribute key ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.- See Also:
-
INDEXTYPE
Generated constant - Attribute key ofAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch.- See Also:
-
QUERYCONTEXT
Generated constant - Attribute key ofAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.- See Also:
-
ACTIVATIONSETPOS
Generated constant - Attribute key ofAbstractAsSearchProfile.activationSetPOSattribute defined at extensionadaptivesearch.- See Also:
-
ACTIVATIONSET
Generated constant - Attribute key ofAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.- See Also:
-
-
Constructor Details
-
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(String _code, 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeAbstractAsSearchProfileat extensionadaptivesearch_indexType- initial attribute declared by typeAbstractAsSearchProfileat extensionadaptivesearch
-
AbstractAsSearchProfileModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractAsSearchProfileModel(CatalogVersionModel _catalogVersion, String _code, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeAbstractAsSearchProfileat extensionadaptivesearch_code- initial attribute declared by typeAbstractAsSearchProfileat extensionadaptivesearch_indexType- initial attribute declared by typeAbstractAsSearchProfileat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getActivationSet
@Accessor(qualifier="activationSet", type=GETTER) public AsSearchProfileActivationSetModel getActivationSet()Generated method - Getter of theAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.- Returns:
- the activationSet
-
getCatalogVersion
Generated method - Getter of theAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch.- Returns:
- the catalogVersion
-
getCode
Generated method - Getter of theAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.- Returns:
- the code
-
getIndexType
Generated method - Getter of theAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch.- Returns:
- the indexType
-
getName
Generated method - Getter of theAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.- Returns:
- the name
-
getName
Generated method - Getter of theAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getQueryContext
Generated method - Getter of theAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.- Returns:
- the queryContext
-
setActivationSet
@Accessor(qualifier="activationSet", type=SETTER) public void setActivationSet(AsSearchProfileActivationSetModel value) Generated method - Setter ofAbstractAsSearchProfile.activationSetattribute defined at extensionadaptivesearch.- Parameters:
value- the activationSet
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Initial setter ofAbstractAsSearchProfile.catalogVersionattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the catalogVersion
-
setCode
Generated method - Setter ofAbstractAsSearchProfile.codeattribute defined at extensionadaptivesearch.- Parameters:
value- the code
-
setIndexType
Generated method - Initial setter ofAbstractAsSearchProfile.indexTypeattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the indexType
-
setName
Generated method - Setter ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.- Parameters:
value- the name
-
setName
Generated method - Setter ofAbstractAsSearchProfile.nameattribute defined at extensionadaptivesearch.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setQueryContext
Generated method - Setter ofAbstractAsSearchProfile.queryContextattribute defined at extensionadaptivesearch.- Parameters:
value- the queryContext
-