Class NavigationBarCollectionComponentModelVisitor
java.lang.Object
de.hybris.platform.cmsfacades.synchronization.itemvisitors.AbstractCMSComponentModelVisitor<NavigationBarCollectionComponentModel>
de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors.impl.NavigationBarCollectionComponentModelVisitor
- All Implemented Interfaces:
ItemVisitor<NavigationBarCollectionComponentModel>,org.springframework.beans.factory.InitializingBean
public class NavigationBarCollectionComponentModelVisitor
extends AbstractCMSComponentModelVisitor<NavigationBarCollectionComponentModel>
Concrete implementation of
AbstractCMSComponentModelVisitor to visit items of the
NavigationBarCollectionComponentModel types.
Collects the items from AbstractCMSComponentModelVisitor.visit(AbstractCMSComponentModel, List, Map) and
NavigationBarCollectionComponentModel.getComponents().-
Field Summary
Fields inherited from class de.hybris.platform.cmsfacades.synchronization.itemvisitors.AbstractCMSComponentModelVisitor
SYNCHRONIZATION_COMPONENT_ATTRIBUTE_CACHE_EXPIRATION_TIME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.cmsfacades.synchronization.itemvisitors.AbstractCMSComponentModelVisitor
afterPropertiesSet, collectChildItems, getAllIgnoredAttributeTypesInConfigHierarchy, getAllSuperTypeCodes, getAttributeDescriptorModelHelperService, getAttributesFromCacheOrRetrieve, getAttributeValue, getConfigurationService, getIgnoreAttributeConfigurationByTypeCode, getIgnoreAttributeTypeClasses, getIgnoreAttributeTypeCodeConfigs, getModelService, getTypeService, isAttributeAllowed, isClassAssignableFrom, setAttributeDescriptorModelHelperService, setConfigurationService, setIgnoreAttributeTypeCodeConfigs, setModelService, setTypeService
-
Constructor Details
-
NavigationBarCollectionComponentModelVisitor
public NavigationBarCollectionComponentModelVisitor()
-
-
Method Details