Uses of Class
de.hybris.platform.cockpit.services.config.jaxb.listview.Parameter
-
Packages that use Parameter Package Description de.hybris.platform.cockpit.services.config.impl de.hybris.platform.cockpit.services.config.jaxb.listview -
-
Uses of Parameter in de.hybris.platform.cockpit.services.config.impl
Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type Parameter Modifier and Type Method Description protected voidListViewConfigurationPersistingStrategy. updateJaxb(java.util.List<Parameter> jaxbParameters, java.util.Map<java.lang.String,java.lang.String> parameters) -
Uses of Parameter in de.hybris.platform.cockpit.services.config.jaxb.listview
Fields in de.hybris.platform.cockpit.services.config.jaxb.listview with type parameters of type Parameter Modifier and Type Field Description protected java.util.List<Parameter>Property. parameterMethods in de.hybris.platform.cockpit.services.config.jaxb.listview that return Parameter Modifier and Type Method Description ParameterObjectFactory. createParameter()Create an instance ofParameterMethods in de.hybris.platform.cockpit.services.config.jaxb.listview that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>Property. getParameter()Gets the value of the parameter property.
-