Uses of Class
com.hybris.merchandising.jalo.MerchProperty
-
Packages that use MerchProperty Package Description com.hybris.merchandising.jalo -
-
Uses of MerchProperty in com.hybris.merchandising.jalo
Fields in com.hybris.merchandising.jalo with type parameters of type MerchProperty Modifier and Type Field Description protected static OneToManyHandler<MerchProperty>GeneratedMerchIndexingConfig. MERCHPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.protected static OneToManyHandler<MerchProperty>GeneratedMerchProductDirectoryConfig. MERCHPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.Methods in com.hybris.merchandising.jalo that return MerchProperty Modifier and Type Method Description MerchPropertyGeneratedMerchandisingservicesManager. createMerchProperty(SessionContext ctx, java.util.Map attributeValues)MerchPropertyGeneratedMerchandisingservicesManager. createMerchProperty(java.util.Map attributeValues)Methods in com.hybris.merchandising.jalo that return types with arguments of type MerchProperty Modifier and Type Method Description java.util.List<MerchProperty>GeneratedMerchIndexingConfig. getMerchProperties()Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.java.util.List<MerchProperty>GeneratedMerchIndexingConfig. getMerchProperties(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.java.util.List<MerchProperty>GeneratedMerchProductDirectoryConfig. getMerchProperties()Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute.java.util.List<MerchProperty>GeneratedMerchProductDirectoryConfig. getMerchProperties(SessionContext ctx)Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute.Methods in com.hybris.merchandising.jalo with parameters of type MerchProperty Modifier and Type Method Description voidGeneratedMerchIndexingConfig. 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 MerchProperty Modifier and Type Method Description voidGeneratedMerchIndexingConfig. setMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.voidGeneratedMerchIndexingConfig. setMerchProperties(java.util.List<MerchProperty> value)Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.voidGeneratedMerchProductDirectoryConfig. setMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)Generated method - Setter of theMerchProductDirectoryConfig.merchPropertiesattribute.voidGeneratedMerchProductDirectoryConfig. setMerchProperties(java.util.List<MerchProperty> value)Generated method - Setter of theMerchProductDirectoryConfig.merchPropertiesattribute.
-