Package org.nuclos.api.service
Interface ReportService
public interface ReportService
-
Method Summary
Modifier and TypeMethodDescriptionrun
(OutputFormat format) run
(OutputFormat format, Map<String, Object> params) run
(OutputFormat format, Map<String, Object> params, NuclosLocale locale) run
(OutputFormat format, NuclosLocale locale)
-
Method Details
-
run
- Throws:
BusinessException
-
run
- Throws:
BusinessException
-
run
- Throws:
BusinessException
-
run
NuclosFile run(OutputFormat format, Map<String, Object> params, NuclosLocale locale) throws BusinessException- Throws:
BusinessException
-
run
NuclosFile run(UID outputFormatId, Map<String, Object> params, NuclosLocale locale) throws BusinessException- Throws:
BusinessException
-