Uses of Class
com.hybris.merchandising.jalo.MerchProperty
Packages that use MerchProperty
-
Uses of MerchProperty in com.hybris.merchandising.jalo
Fields in com.hybris.merchandising.jalo with type parameters of type MerchPropertyModifier and TypeFieldDescriptionprotected static final OneToManyHandler<MerchProperty>GeneratedMerchIndexingConfig.MERCHPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.protected static final OneToManyHandler<MerchProperty>GeneratedMerchProductDirectoryConfig.MERCHPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.Methods in com.hybris.merchandising.jalo that return MerchPropertyModifier and TypeMethodDescriptionGeneratedMerchandisingservicesManager.createMerchProperty(SessionContext ctx, Map attributeValues) GeneratedMerchandisingservicesManager.createMerchProperty(Map attributeValues) Methods in com.hybris.merchandising.jalo that return types with arguments of type MerchPropertyModifier and TypeMethodDescriptionGeneratedMerchIndexingConfig.getMerchProperties()Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.GeneratedMerchIndexingConfig.getMerchProperties(SessionContext ctx) Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.GeneratedMerchProductDirectoryConfig.getMerchProperties()Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute.GeneratedMerchProductDirectoryConfig.getMerchProperties(SessionContext ctx) Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute.Methods in com.hybris.merchandising.jalo with parameters of type MerchPropertyModifier and TypeMethodDescriptionvoidGeneratedMerchIndexingConfig.addToMerchProperties(MerchProperty value) Generated method - Addsvalueto merchProperties.voidGeneratedMerchIndexingConfig.addToMerchProperties(SessionContext ctx, MerchProperty value) Generated method - Addsvalueto merchProperties.voidGeneratedMerchProductDirectoryConfig.addToMerchProperties(MerchProperty value) Generated method - Addsvalueto merchProperties.voidGeneratedMerchProductDirectoryConfig.addToMerchProperties(SessionContext ctx, MerchProperty value) Generated method - Addsvalueto merchProperties.voidGeneratedMerchIndexingConfig.removeFromMerchProperties(MerchProperty value) Generated method - Removesvaluefrom merchProperties.voidGeneratedMerchIndexingConfig.removeFromMerchProperties(SessionContext ctx, MerchProperty value) Generated method - Removesvaluefrom merchProperties.voidGeneratedMerchProductDirectoryConfig.removeFromMerchProperties(MerchProperty value) Generated method - Removesvaluefrom merchProperties.voidGeneratedMerchProductDirectoryConfig.removeFromMerchProperties(SessionContext ctx, MerchProperty value) Generated method - Removesvaluefrom merchProperties.Method parameters in com.hybris.merchandising.jalo with type arguments of type MerchPropertyModifier and TypeMethodDescriptionvoidGeneratedMerchIndexingConfig.setMerchProperties(SessionContext ctx, List<MerchProperty> value) Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.voidGeneratedMerchIndexingConfig.setMerchProperties(List<MerchProperty> value) Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.voidGeneratedMerchProductDirectoryConfig.setMerchProperties(SessionContext ctx, List<MerchProperty> value) Generated method - Setter of theMerchProductDirectoryConfig.merchPropertiesattribute.voidGeneratedMerchProductDirectoryConfig.setMerchProperties(List<MerchProperty> value) Generated method - Setter of theMerchProductDirectoryConfig.merchPropertiesattribute.