Uses of Class
com.hybris.merchandising.model.AbstractMerchPropertyModel
-
Packages that use AbstractMerchPropertyModel Package Description com.hybris.merchandising.indexer.listeners com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package.com.hybris.merchandising.service.impl -
-
Uses of AbstractMerchPropertyModel in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type AbstractMerchPropertyModel Modifier and Type Method Description protected java.lang.StringMerchIndexingListener. extractPropName(AbstractMerchPropertyModel merchProp)extractPropName is a method for retrieving the name of an indexed property.protected java.lang.StringMerchIndexingListener. extractPropTranslatedName(AbstractMerchPropertyModel merchProp)extractPropTranslatedName is a method for retrieving the mapped name of an indexed property. -
Uses of AbstractMerchPropertyModel in com.hybris.merchandising.model
Subclasses of AbstractMerchPropertyModel in com.hybris.merchandising.model Modifier and Type Class Description classMerchImagePropertyModelGenerated model class for type MerchImageProperty first defined at extension merchandisingservices.classMerchPropertyModelGenerated model class for type MerchProperty first defined at extension merchandisingservices. -
Uses of AbstractMerchPropertyModel in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl with parameters of type AbstractMerchPropertyModel Modifier and Type Method Description protected java.lang.StringDefaultMerchCatalogService. extractPropName(AbstractMerchPropertyModel merchProp)protected java.lang.StringDefaultMerchCatalogService. extractPropTranslatedName(AbstractMerchPropertyModel merchProp)
-