Uses of Class
de.hybris.platform.cockpit.model.WidgetParameterModel
Packages that use WidgetParameterModel
Package
Description
Contains generated models for each type of de.hybris.platform.cockpit.jalo package.
-
Uses of WidgetParameterModel in de.hybris.platform.cockpit.model
Methods in de.hybris.platform.cockpit.model that return types with arguments of type WidgetParameterModelModifier and TypeMethodDescriptionDynamicWidgetPreferencesModel.getParameters()Generated method - Getter of theDynamicWidgetPreferences.parametersattribute defined at extensioncockpit.Method parameters in de.hybris.platform.cockpit.model with type arguments of type WidgetParameterModelModifier and TypeMethodDescriptionvoidDynamicWidgetPreferencesModel.setParameters(Collection<WidgetParameterModel> value) Generated method - Setter ofDynamicWidgetPreferences.parametersattribute defined at extensioncockpit. -
Uses of WidgetParameterModel in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return WidgetParameterModelConstructors in de.hybris.platform.cockpit.model.meta.impl with parameters of type WidgetParameterModelModifierConstructorDescriptionWidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType, WidgetParameterModel parameter) -
Uses of WidgetParameterModel in de.hybris.platform.cockpit.reports.impl
Methods in de.hybris.platform.cockpit.reports.impl that return WidgetParameterModelModifier and TypeMethodDescriptionprotected WidgetParameterModelDefaultJasperMediaService.createRefreshParameter() -
Uses of WidgetParameterModel in de.hybris.platform.cockpit.reports.widgets.factory
Methods in de.hybris.platform.cockpit.reports.widgets.factory that return WidgetParameterModelModifier and TypeMethodDescriptionJasperReportParameterFactory.createParameter(net.sf.jasperreports.engine.JRParameter jrParameterDefinition) Methods in de.hybris.platform.cockpit.reports.widgets.factory with parameters of type WidgetParameterModelModifier and TypeMethodDescriptionbooleanJasperReportParameterFactory.isSameMetaData(net.sf.jasperreports.engine.JRParameter jrParameterDefinition, WidgetParameterModel parameter) -
Uses of WidgetParameterModel in de.hybris.platform.cockpit.reports.widgets.factory.impl
Methods in de.hybris.platform.cockpit.reports.widgets.factory.impl that return WidgetParameterModelModifier and TypeMethodDescriptionJasperReportParameterFactoryImpl.createParameter(net.sf.jasperreports.engine.JRParameter jrParameterDefinition) Methods in de.hybris.platform.cockpit.reports.widgets.factory.impl with parameters of type WidgetParameterModelModifier and TypeMethodDescriptionbooleanJasperReportParameterFactoryImpl.isSameMetaData(net.sf.jasperreports.engine.JRParameter jrParameterDefinition, WidgetParameterModel parameter) -
Uses of WidgetParameterModel in de.hybris.platform.cockpit.reports.wizards
Methods in de.hybris.platform.cockpit.reports.wizards that return WidgetParameterModelModifier and TypeMethodDescriptionprotected WidgetParameterModelNewJasperReportWizard.createRefreshParameter()