| Package | Description |
|---|---|
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| 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.resource | |
| de.hybris.platform.cockpit.reports.wizards | |
| de.hybris.platform.cockpit.services.reports | |
| de.hybris.platform.cockpit.services.reports.impl |
| Constructor and Description |
|---|
BtgJasperWidgetPreferencesModel(ItemModel _owner,
JasperMediaModel _report,
BTGSegmentModel _segment)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BtgJasperWidgetPreferencesModel(JasperMediaModel _report,
BTGSegmentModel _segment)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
ReportsDAO.getMainReport(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<JasperMediaModel> |
ReportsDAO.findJasperMediasByMediaFolder(String folderName) |
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
DefaultReportsDAO.getMainReport(String prefTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<JasperMediaModel> |
DefaultReportsDAO.findJasperMediasByMediaFolder(String folderName) |
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
JasperMediaService.createJasperMedia(MediaFolderModel folder,
String code)
Creates JasperMedia from given paramters.
|
JasperMediaModel |
JasperMediaService.getJasperMediaForCode(String code)
Return media for a specific code.
|
| Modifier and Type | Method and Description |
|---|---|
JasperReport |
JasperReportCompileService.compileReport(JasperMediaModel media)
Compiles report from its configuration.
|
JasperWidgetPreferencesModel |
JasperMediaService.createJasperWidgetPreferencesFromMedia(JasperReport compiledReport,
JasperMediaModel media,
UserModel user)
Creates JasperWidgetPreferencesModel and adds parameters to it.
|
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
DefaultJasperMediaService.createJasperMedia(MediaFolderModel folder,
String code)
Creates JasperMedia from given paramters.
|
JasperMediaModel |
DefaultJasperMediaService.getJasperMediaForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
JasperReport |
DefaultJasperReportCompileService.compileReport(JasperMediaModel media) |
JasperWidgetPreferencesModel |
DefaultJasperMediaService.createJasperWidgetPreferencesFromMedia(JasperReport compiledReport,
JasperMediaModel media,
UserModel user) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompiledJasperMediaModel
Generated model class for type CompiledJasperMedia first defined at extension cockpit.
|
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
JasperWidgetPreferencesModel.getReport()
Generated method - Getter of the
JasperWidgetPreferences.report attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
JasperWidgetPreferencesModel.setReport(JasperMediaModel value)
Generated method - Setter of
JasperWidgetPreferences.report attribute defined at extension cockpit. |
| Constructor and Description |
|---|
JasperWidgetPreferencesModel(ItemModel _owner,
JasperMediaModel _report)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
JasperWidgetPreferencesModel(JasperMediaModel _report)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
JasperMediaModel |
JasperMediaResource.getJasperMediaModel()
Convenience method which just delegates to
#getResourceValue() |
protected JasperMediaModel |
JasperMediaResource.readResource(String resourceId)
Gets the
JasperMediaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<JasperMediaModel> |
JasperMediasResource.getJasperMediasCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JasperMediaResource.setJasperMediaModel(JasperMediaModel value)
Convenience method which just delegates to
#setResourceValue(JasperMediaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
JasperMediasResource.setJasperMediasCollection(Collection<JasperMediaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
FillParametersPage.addAttributes(JasperMediaModel media) |
| Modifier and Type | Method and Description |
|---|---|
List<JasperMediaModel> |
ReportsService.findJasperMediasByMediaFolder(String folderName)
Find jasper medias by media folder.
|
| Modifier and Type | Method and Description |
|---|---|
JasperReport |
ReportsService.compileReport(JasperMediaModel jasperMedia) |
| Modifier and Type | Method and Description |
|---|---|
List<JasperMediaModel> |
DefaultReportsService.findJasperMediasByMediaFolder(String folderName) |
| Modifier and Type | Method and Description |
|---|---|
JasperReport |
DefaultReportsService.compileReport(JasperMediaModel jasperMedia) |
Copyright © 2017 SAP SE. All Rights Reserved.