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