Class JasperReportParameterFactoryImpl
java.lang.Object
de.hybris.platform.cockpit.reports.widgets.factory.impl.JasperReportParameterFactoryImpl
- All Implemented Interfaces:
JasperReportParameterFactory
public class JasperReportParameterFactoryImpl
extends Object
implements JasperReportParameterFactory
WARNING: unstable API, don't extend/implement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParameter(net.sf.jasperreports.engine.JRParameter jrParameterDefinition) Deprecated.since 6.3booleanisSameMetaData(net.sf.jasperreports.engine.JRParameter jrParameterDefinition, WidgetParameterModel parameter) voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetI18nService(I18NService i18nService) Deprecated.since 6.3voidsetTypeService(TypeService typeService)
-
Constructor Details
-
JasperReportParameterFactoryImpl
public JasperReportParameterFactoryImpl()
-
-
Method Details
-
createParameter
public WidgetParameterModel createParameter(net.sf.jasperreports.engine.JRParameter jrParameterDefinition) - Specified by:
createParameterin interfaceJasperReportParameterFactory
-
isSameMetaData
public boolean isSameMetaData(net.sf.jasperreports.engine.JRParameter jrParameterDefinition, WidgetParameterModel parameter) - Specified by:
isSameMetaDatain interfaceJasperReportParameterFactory
-
getTypeService
Deprecated.since 6.3 -
setI18nService
Deprecated.since 6.3- Parameters:
i18nService- the i18nService to set
-
setCommonI18NService
- Parameters:
commonI18NService- the commonI18NService to set
-
setTypeService
-