Uses of Class
com.hybris.merchandising.jalo.MerchImageProperty
-
Packages that use MerchImageProperty Package Description com.hybris.merchandising.jalo -
-
Uses of MerchImageProperty in com.hybris.merchandising.jalo
Fields in com.hybris.merchandising.jalo with type parameters of type MerchImageProperty Modifier and Type Field Description protected static OneToManyHandler<MerchImageProperty>GeneratedMerchIndexingConfig. MERCHIMAGEPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHIMAGEPROPERTIES's relation attributes from 'many' side.Methods in com.hybris.merchandising.jalo that return MerchImageProperty Modifier and Type Method Description MerchImagePropertyGeneratedMerchandisingservicesManager. createMerchImageProperty(SessionContext ctx, java.util.Map attributeValues)MerchImagePropertyGeneratedMerchandisingservicesManager. createMerchImageProperty(java.util.Map attributeValues)Methods in com.hybris.merchandising.jalo that return types with arguments of type MerchImageProperty Modifier and Type Method Description java.util.List<MerchImageProperty>GeneratedMerchIndexingConfig. getMerchImageProperties()Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.java.util.List<MerchImageProperty>GeneratedMerchIndexingConfig. getMerchImageProperties(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.Methods in com.hybris.merchandising.jalo with parameters of type MerchImageProperty Modifier and Type Method Description voidGeneratedMerchIndexingConfig. addToMerchImageProperties(MerchImageProperty value)Generated method - Addsvalueto merchImageProperties.voidGeneratedMerchIndexingConfig. addToMerchImageProperties(SessionContext ctx, MerchImageProperty value)Generated method - Addsvalueto merchImageProperties.voidGeneratedMerchIndexingConfig. removeFromMerchImageProperties(MerchImageProperty value)Generated method - Removesvaluefrom merchImageProperties.voidGeneratedMerchIndexingConfig. removeFromMerchImageProperties(SessionContext ctx, MerchImageProperty value)Generated method - Removesvaluefrom merchImageProperties.Method parameters in com.hybris.merchandising.jalo with type arguments of type MerchImageProperty Modifier and Type Method Description voidGeneratedMerchIndexingConfig. setMerchImageProperties(SessionContext ctx, java.util.List<MerchImageProperty> value)Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.voidGeneratedMerchIndexingConfig. setMerchImageProperties(java.util.List<MerchImageProperty> value)Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.
-