Class CMSSAPRecommendationComponentModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cms2.model.contents.CMSItemModel
-
- de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
-
- de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
-
- com.hybris.ymkt.recommendation.model.CMSSAPRecommendationComponentModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CMSSAPRecommendationComponentModel extends SimpleCMSComponentModel
Generated model class for type CMSSAPRecommendationComponent first defined at extension sapymktrecommendation.Represents product recommendations for given context from SAP Marketing.
- 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_TYPECODEGenerated model type code constant.static java.lang.StringCARTITEMDSTYPEGenerated constant - Attribute key ofCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.static java.lang.StringINCLUDECARTGenerated constant - Attribute key ofCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.static java.lang.StringINCLUDERECENTGenerated constant - Attribute key ofCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.static java.lang.StringLEADINGITEMDSTYPEGenerated constant - Attribute key ofCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.static java.lang.StringLEADINGITEMTYPEGenerated constant - Attribute key ofCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.static java.lang.StringRECOTYPEGenerated constant - Attribute key ofCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.static java.lang.StringTITLEGenerated constant - Attribute key ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.-
Fields inherited from class de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
_ELEMENTSFORCONTAINER, CONTAINERS
-
Fields inherited from class de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLE
-
Fields inherited from class de.hybris.platform.cms2.model.contents.CMSItemModel
CATALOGVERSION, NAME, 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 CMSSAPRecommendationComponentModel()Generated constructor - Default constructor for generic creation.CMSSAPRecommendationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSSAPRecommendationComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSSAPRecommendationComponentModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCartitemdstype()Generated method - Getter of theCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.java.lang.StringgetLeadingitemdstype()Generated method - Getter of theCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.java.lang.StringgetLeadingitemtype()Generated method - Getter of theCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.java.lang.StringgetRecotype()Generated method - Getter of theCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.java.lang.StringgetTitle()Generated method - Getter of theCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.java.lang.StringgetTitle(java.util.Locale loc)Generated method - Getter of theCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.booleanisIncludecart()Generated method - Getter of theCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.booleanisIncluderecent()Generated method - Getter of theCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.voidsetCartitemdstype(java.lang.String value)Generated method - Setter ofCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.voidsetIncludecart(boolean value)Generated method - Setter ofCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.voidsetIncluderecent(boolean value)Generated method - Setter ofCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.voidsetLeadingitemdstype(java.lang.String value)Generated method - Setter ofCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.voidsetLeadingitemtype(java.lang.String value)Generated method - Setter ofCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.voidsetRecotype(java.lang.String value)Generated method - Setter ofCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.voidsetTitle(java.lang.String value)Generated method - Setter ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.voidsetTitle(java.lang.String value, java.util.Locale loc)Generated method - Setter ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.-
Methods inherited from class de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
getContainers, setContainers
-
Methods inherited from class de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
getActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisible
-
Methods inherited from class de.hybris.platform.cms2.model.contents.CMSItemModel
getCatalogVersion, getName, getUid, setCatalogVersion, setName, 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
-
TITLE
public static final java.lang.String TITLE
Generated constant - Attribute key ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
RECOTYPE
public static final java.lang.String RECOTYPE
Generated constant - Attribute key ofCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
LEADINGITEMTYPE
public static final java.lang.String LEADINGITEMTYPE
Generated constant - Attribute key ofCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
LEADINGITEMDSTYPE
public static final java.lang.String LEADINGITEMDSTYPE
Generated constant - Attribute key ofCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
CARTITEMDSTYPE
public static final java.lang.String CARTITEMDSTYPE
Generated constant - Attribute key ofCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
INCLUDECART
public static final java.lang.String INCLUDECART
Generated constant - Attribute key ofCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
INCLUDERECENT
public static final java.lang.String INCLUDERECENT
Generated constant - Attribute key ofCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CMSSAPRecommendationComponentModel
public CMSSAPRecommendationComponentModel()
Generated constructor - Default constructor for generic creation.
-
CMSSAPRecommendationComponentModel
public CMSSAPRecommendationComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CMSSAPRecommendationComponentModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSSAPRecommendationComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)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 typeCMSItemat extensioncms2_uid- initial attribute declared by typeCMSItemat extensioncms2
-
CMSSAPRecommendationComponentModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSSAPRecommendationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)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 typeCMSItemat extensioncms2_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeCMSItemat extensioncms2
-
-
Method Detail
-
getCartitemdstype
@Accessor(qualifier="cartitemdstype", type=GETTER) public java.lang.String getCartitemdstype()
Generated method - Getter of theCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.- Returns:
- the cartitemdstype - Attribute that stores the cart data source type to be used
-
getLeadingitemdstype
@Accessor(qualifier="leadingitemdstype", type=GETTER) public java.lang.String getLeadingitemdstype()
Generated method - Getter of theCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.- Returns:
- the leadingitemdstype - Attribute that stores the leading item data source type to be used
-
getLeadingitemtype
@Accessor(qualifier="leadingitemtype", type=GETTER) public java.lang.String getLeadingitemtype()
Generated method - Getter of theCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.- Returns:
- the leadingitemtype - Attribute that stores the item type to be used
-
getRecotype
@Accessor(qualifier="recotype", type=GETTER) public java.lang.String getRecotype()
Generated method - Getter of theCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.- Returns:
- the recotype - Attribute that stores the recommendation scenario to be used
-
getTitle
@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle()
Generated method - Getter of theCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.- Returns:
- the title - Attribute that stores the section title.
-
getTitle
@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle(java.util.Locale loc)
Generated method - Getter of theCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.- Parameters:
loc- the value localization key- Returns:
- the title - Attribute that stores the section title.
- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
isIncludecart
@Accessor(qualifier="includecart", type=GETTER) public boolean isIncludecart()
Generated method - Getter of theCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.- Returns:
- the includecart - Include the basket items as leading items
-
isIncluderecent
@Accessor(qualifier="includerecent", type=GETTER) public boolean isIncluderecent()
Generated method - Getter of theCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.- Returns:
- the includerecent - Include the recently visited products as leading items
-
setCartitemdstype
@Accessor(qualifier="cartitemdstype", type=SETTER) public void setCartitemdstype(java.lang.String value)
Generated method - Setter ofCMSSAPRecommendationComponent.cartitemdstypeattribute defined at extensionsapymktrecommendation.- Parameters:
value- the cartitemdstype - Attribute that stores the cart data source type to be used
-
setIncludecart
@Accessor(qualifier="includecart", type=SETTER) public void setIncludecart(boolean value)
Generated method - Setter ofCMSSAPRecommendationComponent.includecartattribute defined at extensionsapymktrecommendation.- Parameters:
value- the includecart - Include the basket items as leading items
-
setIncluderecent
@Accessor(qualifier="includerecent", type=SETTER) public void setIncluderecent(boolean value)
Generated method - Setter ofCMSSAPRecommendationComponent.includerecentattribute defined at extensionsapymktrecommendation.- Parameters:
value- the includerecent - Include the recently visited products as leading items
-
setLeadingitemdstype
@Accessor(qualifier="leadingitemdstype", type=SETTER) public void setLeadingitemdstype(java.lang.String value)
Generated method - Setter ofCMSSAPRecommendationComponent.leadingitemdstypeattribute defined at extensionsapymktrecommendation.- Parameters:
value- the leadingitemdstype - Attribute that stores the leading item data source type to be used
-
setLeadingitemtype
@Accessor(qualifier="leadingitemtype", type=SETTER) public void setLeadingitemtype(java.lang.String value)
Generated method - Setter ofCMSSAPRecommendationComponent.leadingitemtypeattribute defined at extensionsapymktrecommendation.- Parameters:
value- the leadingitemtype - Attribute that stores the item type to be used
-
setRecotype
@Accessor(qualifier="recotype", type=SETTER) public void setRecotype(java.lang.String value)
Generated method - Setter ofCMSSAPRecommendationComponent.recotypeattribute defined at extensionsapymktrecommendation.- Parameters:
value- the recotype - Attribute that stores the recommendation scenario to be used
-
setTitle
@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value)
Generated method - Setter ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.- Parameters:
value- the title - Attribute that stores the section title.
-
setTitle
@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofCMSSAPRecommendationComponent.titleattribute defined at extensionsapymktrecommendation.- Parameters:
value- the title - Attribute that stores the section title.loc- the value localization key- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
-