Uses of Class
de.hybris.platform.cockpit.reports.model.JasperMediaModel
-
Packages that use JasperMediaModel Package Description de.hybris.platform.cockpit.daos de.hybris.platform.cockpit.daos.impl de.hybris.platform.cockpit.reports de.hybris.platform.cockpit.reports.impl de.hybris.platform.cockpit.reports.model Contains generated models for each type of de.hybris.platform.cockpit.reports.jalo package.de.hybris.platform.cockpit.reports.wizards de.hybris.platform.cockpit.services.reports de.hybris.platform.cockpit.services.reports.impl -
-
Uses of JasperMediaModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return JasperMediaModel Modifier and Type Method Description JasperMediaModelReportsDAO. getMainReport(java.lang.String title)Methods in de.hybris.platform.cockpit.daos that return types with arguments of type JasperMediaModel Modifier and Type Method Description java.util.List<JasperMediaModel>ReportsDAO. findJasperMediasByMediaFolder(java.lang.String folderName) -
Uses of JasperMediaModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return JasperMediaModel Modifier and Type Method Description JasperMediaModelDefaultReportsDAO. getMainReport(java.lang.String prefTitle)Methods in de.hybris.platform.cockpit.daos.impl that return types with arguments of type JasperMediaModel Modifier and Type Method Description java.util.List<JasperMediaModel>DefaultReportsDAO. findJasperMediasByMediaFolder(java.lang.String folderName) -
Uses of JasperMediaModel in de.hybris.platform.cockpit.reports
Methods in de.hybris.platform.cockpit.reports that return JasperMediaModel Modifier and Type Method Description JasperMediaModelJasperMediaService. createJasperMedia(MediaFolderModel folder, java.lang.String code)Creates JasperMedia from given paramters.JasperMediaModelJasperMediaService. getJasperMediaForCode(java.lang.String code)Return media for a specific code.Methods in de.hybris.platform.cockpit.reports with parameters of type JasperMediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportJasperReportCompileService. compileReport(JasperMediaModel media)Compiles report from its configuration.JasperWidgetPreferencesModelJasperMediaService. createJasperWidgetPreferencesFromMedia(net.sf.jasperreports.engine.JasperReport compiledReport, JasperMediaModel media, UserModel user)Creates JasperWidgetPreferencesModel and adds parameters to it. -
Uses of JasperMediaModel in de.hybris.platform.cockpit.reports.impl
Methods in de.hybris.platform.cockpit.reports.impl that return JasperMediaModel Modifier and Type Method Description JasperMediaModelDefaultJasperMediaService. createJasperMedia(MediaFolderModel folder, java.lang.String code)Creates JasperMedia from given paramters.JasperMediaModelDefaultJasperMediaService. getJasperMediaForCode(java.lang.String code)Methods in de.hybris.platform.cockpit.reports.impl with parameters of type JasperMediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportDefaultJasperReportCompileService. compileReport(JasperMediaModel media)JasperWidgetPreferencesModelDefaultJasperMediaService. createJasperWidgetPreferencesFromMedia(net.sf.jasperreports.engine.JasperReport compiledReport, JasperMediaModel media, UserModel user) -
Uses of JasperMediaModel in de.hybris.platform.cockpit.reports.model
Subclasses of JasperMediaModel in de.hybris.platform.cockpit.reports.model Modifier and Type Class Description classCompiledJasperMediaModelGenerated model class for type CompiledJasperMedia first defined at extension cockpit.Methods in de.hybris.platform.cockpit.reports.model that return JasperMediaModel Modifier and Type Method Description JasperMediaModelJasperWidgetPreferencesModel. getReport()Generated method - Getter of theJasperWidgetPreferences.reportattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.reports.model with parameters of type JasperMediaModel Modifier and Type Method Description voidJasperWidgetPreferencesModel. setReport(JasperMediaModel value)Generated method - Setter ofJasperWidgetPreferences.reportattribute defined at extensioncockpit.Constructors in de.hybris.platform.cockpit.reports.model with parameters of type JasperMediaModel Constructor Description JasperWidgetPreferencesModel(JasperMediaModel _report)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJasperWidgetPreferencesModel(ItemModel _owner, JasperMediaModel _report)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of JasperMediaModel in de.hybris.platform.cockpit.reports.wizards
Methods in de.hybris.platform.cockpit.reports.wizards with parameters of type JasperMediaModel Modifier and Type Method Description voidFillParametersPage. addAttributes(JasperMediaModel media) -
Uses of JasperMediaModel in de.hybris.platform.cockpit.services.reports
Methods in de.hybris.platform.cockpit.services.reports that return types with arguments of type JasperMediaModel Modifier and Type Method Description java.util.List<JasperMediaModel>ReportsService. findJasperMediasByMediaFolder(java.lang.String folderName)Find jasper medias by media folder.Methods in de.hybris.platform.cockpit.services.reports with parameters of type JasperMediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportReportsService. compileReport(JasperMediaModel jasperMedia) -
Uses of JasperMediaModel in de.hybris.platform.cockpit.services.reports.impl
Methods in de.hybris.platform.cockpit.services.reports.impl that return types with arguments of type JasperMediaModel Modifier and Type Method Description java.util.List<JasperMediaModel>DefaultReportsService. findJasperMediasByMediaFolder(java.lang.String folderName)Methods in de.hybris.platform.cockpit.services.reports.impl with parameters of type JasperMediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportDefaultReportsService. compileReport(JasperMediaModel jasperMedia)
-