Class CxSearchProfileActionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.servicelayer.model.action.AbstractActionModel
de.hybris.platform.personalizationservices.model.CxAbstractActionModel
de.hybris.platform.personalizationsearch.model.CxSearchProfileActionModel
- All Implemented Interfaces:
Serializable
Generated model class for type CxSearchProfileAction first defined at extension personalizationsearch.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.static final StringGenerated constant - Attribute key ofCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.Fields inherited from class de.hybris.platform.personalizationservices.model.CxAbstractActionModel
_CXVARIATIONTOACTION, AFFECTEDOBJECTKEY, CATALOGVERSION, RANK, VARIATION, VARIATIONPOSFields inherited from class de.hybris.platform.servicelayer.model.action.AbstractActionModel
CODE, TARGET, TYPEFields 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.CxSearchProfileActionModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner, String _searchProfileCode, String _target, ActionType _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxSearchProfileActionModel(CatalogVersionModel _catalogVersion, String _code, String _searchProfileCode, String _target, ActionType _type) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.Generated method - Getter of theCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.voidsetSearchProfileCatalog(String value) Generated method - Setter ofCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.voidsetSearchProfileCode(String value) Generated method - Setter ofCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.Methods inherited from class de.hybris.platform.personalizationservices.model.CxAbstractActionModel
getAffectedObjectKey, getCatalogVersion, getRank, getVariation, setCatalogVersion, setVariationMethods inherited from class de.hybris.platform.servicelayer.model.action.AbstractActionModel
getCode, getTarget, getType, setCode, setTarget, setTypeMethods 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:
-
SEARCHPROFILECODE
Generated constant - Attribute key ofCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.- See Also:
-
SEARCHPROFILECATALOG
Generated constant - Attribute key ofCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.- See Also:
-
-
Constructor Details
-
CxSearchProfileActionModel
public CxSearchProfileActionModel()Generated constructor - Default constructor for generic creation. -
CxSearchProfileActionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CxSearchProfileActionModel
@Deprecated(since="4.1.1", forRemoval=true) public CxSearchProfileActionModel(CatalogVersionModel _catalogVersion, String _code, String _searchProfileCode, String _target, ActionType _type) 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:
_catalogVersion- initial attribute declared by typeCxAbstractActionat extensionpersonalizationservices_code- initial attribute declared by typeAbstractActionat extensionprocessing_searchProfileCode- initial attribute declared by typeCxSearchProfileActionat extensionpersonalizationsearch_target- initial attribute declared by typeAbstractActionat extensionprocessing_type- initial attribute declared by typeAbstractActionat extensionprocessing
-
CxSearchProfileActionModel
@Deprecated(since="4.1.1", forRemoval=true) public CxSearchProfileActionModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner, String _searchProfileCode, String _target, ActionType _type) 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 typeCxAbstractActionat extensionpersonalizationservices_code- initial attribute declared by typeAbstractActionat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_searchProfileCode- initial attribute declared by typeCxSearchProfileActionat extensionpersonalizationsearch_target- initial attribute declared by typeAbstractActionat extensionprocessing_type- initial attribute declared by typeAbstractActionat extensionprocessing
-
-
Method Details
-
getSearchProfileCatalog
Generated method - Getter of theCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.- Returns:
- the searchProfileCatalog - Targeted search profile catalog
-
getSearchProfileCode
Generated method - Getter of theCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.- Returns:
- the searchProfileCode - Targeted search profile code
-
setSearchProfileCatalog
@Accessor(qualifier="searchProfileCatalog", type=SETTER) public void setSearchProfileCatalog(String value) Generated method - Setter ofCxSearchProfileAction.searchProfileCatalogattribute defined at extensionpersonalizationsearch.- Parameters:
value- the searchProfileCatalog - Targeted search profile catalog
-
setSearchProfileCode
@Accessor(qualifier="searchProfileCode", type=SETTER) public void setSearchProfileCode(String value) Generated method - Setter ofCxSearchProfileAction.searchProfileCodeattribute defined at extensionpersonalizationsearch.- Parameters:
value- the searchProfileCode - Targeted search profile code
-