Interface SystemSettingsProvider
- All Known Implementing Classes:
SystemSettingsEventProvider
public interface SystemSettingsProvider
Provider interface for all the action related to fsm system settings module.
- Since:
- 20.0
-
Method Summary
Modifier and TypeMethodDescriptionloadMeasureUnit(Long measureUnitId) Loads the requestedBOMeasureUnitfrom the measuring unit id.
-
Method Details
-
loadMeasureUnit
Loads the requestedBOMeasureUnitfrom the measuring unit id.- Parameters:
measureUnitId- the measuring unit id- Returns:
- the
BOMeasureUnit - Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-