Class GeneratedVerticalnavigationaddonManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.verticalnavigationaddon.jalo.GeneratedVerticalnavigationaddonManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
VerticalnavigationaddonManager
public abstract class GeneratedVerticalnavigationaddonManager extends Extension
Generated class for typeVerticalnavigationaddonManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedVerticalnavigationaddonManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerticalNavigationListComponentcreateVerticalNavigationListComponent(SessionContext ctx, java.util.Map attributeValues)VerticalNavigationListComponentcreateVerticalNavigationListComponent(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()MediagetThumbnail(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailattribute.MediagetThumbnail(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailattribute.java.lang.BooleanisThumbnailOnly(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.java.lang.BooleanisThumbnailOnly(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.booleanisThumbnailOnlyAsPrimitive(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.booleanisThumbnailOnlyAsPrimitive(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.voidsetThumbnail(CMSLinkComponent item, Media value)Generated method - Setter of theCMSLinkComponent.thumbnailattribute.voidsetThumbnail(SessionContext ctx, CMSLinkComponent item, Media value)Generated method - Setter of theCMSLinkComponent.thumbnailattribute.voidsetThumbnailOnly(CMSLinkComponent item, boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidsetThumbnailOnly(CMSLinkComponent item, java.lang.Boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidsetThumbnailOnly(SessionContext ctx, CMSLinkComponent item, boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidsetThumbnailOnly(SessionContext ctx, CMSLinkComponent item, java.lang.Boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
createVerticalNavigationListComponent
public VerticalNavigationListComponent createVerticalNavigationListComponent(SessionContext ctx, java.util.Map attributeValues)
-
createVerticalNavigationListComponent
public VerticalNavigationListComponent createVerticalNavigationListComponent(java.util.Map attributeValues)
-
getThumbnail
public Media getThumbnail(SessionContext ctx, CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailattribute.- Returns:
- the thumbnail - image of the Component
-
getThumbnail
public Media getThumbnail(CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailattribute.- Returns:
- the thumbnail - image of the Component
-
setThumbnail
public void setThumbnail(SessionContext ctx, CMSLinkComponent item, Media value)
Generated method - Setter of theCMSLinkComponent.thumbnailattribute.- Parameters:
value- the thumbnail - image of the Component
-
setThumbnail
public void setThumbnail(CMSLinkComponent item, Media value)
Generated method - Setter of theCMSLinkComponent.thumbnailattribute.- Parameters:
value- the thumbnail - image of the Component
-
isThumbnailOnly
public java.lang.Boolean isThumbnailOnly(SessionContext ctx, CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.- Returns:
- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
isThumbnailOnly
public java.lang.Boolean isThumbnailOnly(CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.- Returns:
- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
isThumbnailOnlyAsPrimitive
public boolean isThumbnailOnlyAsPrimitive(SessionContext ctx, CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.- Returns:
- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
isThumbnailOnlyAsPrimitive
public boolean isThumbnailOnlyAsPrimitive(CMSLinkComponent item)
Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.- Returns:
- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
setThumbnailOnly
public void setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, java.lang.Boolean value)
Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.- Parameters:
value- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
setThumbnailOnly
public void setThumbnailOnly(CMSLinkComponent item, java.lang.Boolean value)
Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.- Parameters:
value- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
setThumbnailOnly
public void setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, boolean value)
Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.- Parameters:
value- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
setThumbnailOnly
public void setThumbnailOnly(CMSLinkComponent item, boolean value)
Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.- Parameters:
value- the thumbnailOnly - Display only the thumbnail without text content for the Link component
-
-