Uses of Class
de.hybris.platform.commons.jalo.translator.ParserProperty
-
Packages that use ParserProperty Package Description de.hybris.platform.commons.jalo de.hybris.platform.commons.jalo.translator -
-
Uses of ParserProperty in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo that return ParserProperty Modifier and Type Method Description ParserPropertyGeneratedCommonsManager. createParserProperty(SessionContext ctx, java.util.Map attributeValues)ParserPropertyGeneratedCommonsManager. createParserProperty(java.util.Map attributeValues) -
Uses of ParserProperty in de.hybris.platform.commons.jalo.translator
Fields in de.hybris.platform.commons.jalo.translator with type parameters of type ParserProperty Modifier and Type Field Description protected static OneToManyHandler<ParserProperty>GeneratedJaloTranslatorConfiguration. PARSERPROPERTIESHANDLEROneToManyHandlerfor handling 1:n PARSERPROPERTIES's relation attributes from 'many' side.Methods in de.hybris.platform.commons.jalo.translator that return types with arguments of type ParserProperty Modifier and Type Method Description java.util.List<ParserProperty>GeneratedJaloTranslatorConfiguration. getParserProperties()Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute.java.util.List<ParserProperty>GeneratedJaloTranslatorConfiguration. getParserProperties(SessionContext ctx)Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute.Methods in de.hybris.platform.commons.jalo.translator with parameters of type ParserProperty Modifier and Type Method Description voidGeneratedJaloTranslatorConfiguration. addToParserProperties(ParserProperty value)Generated method - Addsvalueto parserProperties.voidGeneratedJaloTranslatorConfiguration. addToParserProperties(SessionContext ctx, ParserProperty value)Generated method - Addsvalueto parserProperties.voidGeneratedJaloTranslatorConfiguration. removeFromParserProperties(ParserProperty value)Generated method - Removesvaluefrom parserProperties.voidGeneratedJaloTranslatorConfiguration. removeFromParserProperties(SessionContext ctx, ParserProperty value)Generated method - Removesvaluefrom parserProperties.Method parameters in de.hybris.platform.commons.jalo.translator with type arguments of type ParserProperty Modifier and Type Method Description voidGeneratedJaloTranslatorConfiguration. setParserProperties(SessionContext ctx, java.util.List<ParserProperty> value)Generated method - Setter of theJaloTranslatorConfiguration.parserPropertiesattribute.voidGeneratedJaloTranslatorConfiguration. setParserProperties(java.util.List<ParserProperty> value)Generated method - Setter of theJaloTranslatorConfiguration.parserPropertiesattribute.
-