Interface ConversionService
- All Known Implementing Classes:
DefaultConversionService
public interface ConversionService
Interface for conversion
-
Method Summary
Modifier and TypeMethodDescriptiongetISOUnitforSAP(String code) Method to get ISO Unit for SAPgetSAPUnitforISO(String code) Method to get SAP unit for ISO
-
Method Details
-
getSAPUnitforISO
Method to get SAP unit for ISO- Parameters:
code- value- Returns:
- sap unit for ISO
-
getISOUnitforSAP
Method to get ISO Unit for SAP- Parameters:
code- value- Returns:
- iso unit for SAP
-