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