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 WidgetParameterModelcreateParameter(net.sf.jasperreports.engine.JRParameter jrParameterDefinition)TypeServicegetTypeService()Deprecated.since 6.3booleanisSameMetaData(net.sf.jasperreports.engine.JRParameter jrParameterDefinition, WidgetParameterModel parameter)voidsetCommonI18NService(CommonI18NService commonI18NService)voidsetI18nService(I18NService i18nService)Deprecated.since 6.3voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
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 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)
-
-